From 64d956171d65be9d9d8ccaa55a14b15b85ebbcaf Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 26 Sep 2023 03:28:22 +0100 Subject: [PATCH] osm-garmin: temporarily disable downloading of sea files --- osm-garmin/app/build-gmap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm-garmin/app/build-gmap.sh b/osm-garmin/app/build-gmap.sh index 899f408..a6eadaf 100755 --- a/osm-garmin/app/build-gmap.sh +++ b/osm-garmin/app/build-gmap.sh @@ -87,7 +87,7 @@ function update_bounds() { } download_bounds "bounds" - download_bounds "sea" + #download_bounds "sea" } function update_osm_map() {