osm-garmin: add "LN" prefix to description
parent
cb29a441f5
commit
268cc168f2
|
@ -55,7 +55,7 @@ function build_gmap() {
|
|||
--product-version=$version_id \
|
||||
--area-name="$area_name" \
|
||||
--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 \
|
||||
--route \
|
||||
--index \
|
||||
|
|
Loading…
Reference in New Issue