2
0
Fork 0

osm-garmin: improve Garmin map for driving

main
Ducky 2024-11-04 15:26:38 +01:00
parent 268cc168f2
commit dcb070e3b2
1 changed files with 3 additions and 0 deletions

View File

@ -57,8 +57,11 @@ function build_gmap() {
--country-abbr="$country_abbr" \ --country-abbr="$country_abbr" \
--description="LN $(echo "${region##*/}" | sed -e "s/-/ /g" | sed -e "s/\b\(.\)/\u\1/g" | sed -e "s/ /-/g")" \ --description="LN $(echo "${region##*/}" | sed -e "s/-/ /g" | sed -e "s/\b\(.\)/\u\1/g" | sed -e "s/ /-/g")" \
--add-pois-to-areas \ --add-pois-to-areas \
--improve-overview \
--route \ --route \
--index \ --index \
--process-destination \
--process-exists \
--bounds="$bounds_dir" \ --bounds="$bounds_dir" \
--housenumbers \ --housenumbers \
$tiles_dir/$region_shortname/6324*.osm.pbf \ $tiles_dir/$region_shortname/6324*.osm.pbf \