osm-garmin: remove "LN" prefix to description
parent
dcb070e3b2
commit
825963500c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue