commit 4f396745318924790f2b21d011bafafdd30c4554
parent 926284e6eb52313a319160436ca2c7b1954808ef
Author: dwrz <dwrz@dwrz.net>
Date: Thu, 27 Jun 2024 13:07:22 +0000
Update map-bg script
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/map-bg b/scripts/map-bg
@@ -9,8 +9,9 @@ coordinates="$2"
zoom="$3"
# Default to satellite imagery.
+# Options: osm arcgis-worldimagery
if [[ -z "$1" ]]; then
- tiles="arcgis-worldimagery"
+ tiles="osm"
fi
# If no coordinates were provided, take them from the password store.