From 5332909efc0dcd60cf8d6fbb9bafcb5a36653624 Mon Sep 17 00:00:00 2001 From: Ducky Date: Sun, 1 Oct 2023 02:50:49 +0100 Subject: [PATCH] osm-garmin: add description to map --- osm-garmin/app/build-gmap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osm-garmin/app/build-gmap.sh b/osm-garmin/app/build-gmap.sh index d9929b0..e6e3f9f 100755 --- a/osm-garmin/app/build-gmap.sh +++ b/osm-garmin/app/build-gmap.sh @@ -49,6 +49,7 @@ function build_gmap() { if [[ $build == "true" ]]; then cd "$build_dir" + description="$region_id" family_name="" product_id="$region_id" product_version="$version_id" @@ -59,6 +60,7 @@ function build_gmap() { --add-pois-to-areas \ --area-name="$region" \ --bounds="$bounds_dir" \ + --description="$description" \ --family-name="$family_name" \ --gmapsupp \ --index \