osm-garmin: refactor mkgmap arguments
parent
b41e1b4dfd
commit
d1ae86cbd0
|
@ -53,19 +53,21 @@ function build_gmap() {
|
|||
|
||||
exec_mkgmap \
|
||||
--gmapsupp \
|
||||
--improve-overview \
|
||||
--merge-lines \
|
||||
--add-pois-to-areas \
|
||||
--poi-address \
|
||||
--index \
|
||||
--bounds="$bounds_dir" \
|
||||
--product-id=$region_id \
|
||||
--product-version=$version_id \
|
||||
--area-name="$area_name" \
|
||||
--country-abbr="$country_abbr" \
|
||||
--description="$(echo "${region##*/}" | sed -e "s/-/ /g" | sed -e "s/\b\(.\)/\u\1/g" | sed -e "s/ /-/g")" \
|
||||
--add-pois-to-areas \
|
||||
--improve-overview \
|
||||
--housenumbers \
|
||||
--route \
|
||||
--index \
|
||||
--process-destination \
|
||||
--process-exits \
|
||||
--bounds="$bounds_dir" \
|
||||
--housenumbers \
|
||||
$tiles_dir/$region_shortname/6324*.osm.pbf \
|
||||
"$styles_dir/$style.TYP"
|
||||
|
||||
|
|
Loading…
Reference in New Issue