osm-garmin: fix Garmin map never building
parent
e96e34f6ff
commit
aa80a9ddaf
|
@ -139,12 +139,8 @@ update_bounds
|
||||||
|
|
||||||
for region in $regions_array; do
|
for region in $regions_array; do
|
||||||
if [[ "$(check_osm_region_exists "$region")" == "true" ]]; then
|
if [[ "$(check_osm_region_exists "$region")" == "true" ]]; then
|
||||||
if [[ "$(check_osm_update "$region")" == "true" ]]; then
|
echo "🔨 Building Garmin map: $region"
|
||||||
echo "🔨 Building Garmin map: $region"
|
build_gmap "$region" "$style"
|
||||||
build_gmap "$region" "$style"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
echo "⚠️ Region \"$region\" does not exist"
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue