2
0
Fork 0

osm-garmin: add "LN" prefix to description

main
Ducky 2024-11-03 01:26:33 +01:00
parent cb29a441f5
commit 268cc168f2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function build_gmap() {
--product-version=$version_id \ --product-version=$version_id \
--area-name="$area_name" \ --area-name="$area_name" \
--country-abbr="$country_abbr" \ --country-abbr="$country_abbr" \
--description="$(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 \
--route \ --route \
--index \ --index \