diff --git a/osm-garmin/app/build-gmap.sh b/osm-garmin/app/build-gmap.sh index ca99673..b4d63ca 100755 --- a/osm-garmin/app/build-gmap.sh +++ b/osm-garmin/app/build-gmap.sh @@ -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"