2
0
Fork 0

osm-garmin: add description to map

main
Ducky 2023-10-01 02:50:49 +01:00
parent 47696a43af
commit 5332909efc
1 changed files with 2 additions and 0 deletions

View File

@ -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 \