2
0
Fork 0

osm-garmin: remove "LN" prefix to description

main
Ducky 2024-11-04 15:39:57 +01:00
parent dcb070e3b2
commit 825963500c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function build_gmap() {
--product-version=$version_id \
--area-name="$area_name" \
--country-abbr="$country_abbr" \
--description="LN $(echo "${region##*/}" | sed -e "s/-/ /g" | sed -e "s/\b\(.\)/\u\1/g" | sed -e "s/ /-/g")" \
--description="$(echo "${region##*/}" | sed -e "s/-/ /g" | sed -e "s/\b\(.\)/\u\1/g" | sed -e "s/ /-/g")" \
--add-pois-to-areas \
--improve-overview \
--route \