osm-garmin: add description to map
parent
47696a43af
commit
5332909efc
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue