From 268cc168f20866820f93ffeb8f42577c9eb3a7fa Mon Sep 17 00:00:00 2001 From: Ducky Date: Sun, 3 Nov 2024 01:26:33 +0100 Subject: [PATCH] osm-garmin: add "LN" prefix to description --- osm-garmin/app/build-gmap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm-garmin/app/build-gmap.sh b/osm-garmin/app/build-gmap.sh index bc87ac7..e440455 100755 --- a/osm-garmin/app/build-gmap.sh +++ b/osm-garmin/app/build-gmap.sh @@ -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 \