osm-garmin: add description to map
parent
47696a43af
commit
5332909efc
|
@ -49,6 +49,7 @@ function build_gmap() {
|
||||||
if [[ $build == "true" ]]; then
|
if [[ $build == "true" ]]; then
|
||||||
cd "$build_dir"
|
cd "$build_dir"
|
||||||
|
|
||||||
|
description="$region_id"
|
||||||
family_name=""
|
family_name=""
|
||||||
product_id="$region_id"
|
product_id="$region_id"
|
||||||
product_version="$version_id"
|
product_version="$version_id"
|
||||||
|
@ -59,6 +60,7 @@ function build_gmap() {
|
||||||
--add-pois-to-areas \
|
--add-pois-to-areas \
|
||||||
--area-name="$region" \
|
--area-name="$region" \
|
||||||
--bounds="$bounds_dir" \
|
--bounds="$bounds_dir" \
|
||||||
|
--description="$description" \
|
||||||
--family-name="$family_name" \
|
--family-name="$family_name" \
|
||||||
--gmapsupp \
|
--gmapsupp \
|
||||||
--index \
|
--index \
|
||||||
|
|
Loading…
Reference in New Issue