osm-garmin: remove "LN" prefix to description
This commit is contained in:
parent
dcb070e3b2
commit
825963500c
1 changed files with 1 additions and 1 deletions
|
@ -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="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 \
|
--add-pois-to-areas \
|
||||||
--improve-overview \
|
--improve-overview \
|
||||||
--route \
|
--route \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue