2
0
Fork 0

osm-garmin: modify defaults

This commit is contained in:
Ducky 2023-09-26 03:12:12 +01:00
parent 1708147f65
commit 14e1be697a

View file

@ -21,8 +21,8 @@ function wait() {
while :
do
regions="europe/andorra"
style="USERBEAM"
regions="europe/great-britain"
style=""
[[ -n "$OSMGARMIN_REGIONS" ]] && regions="$OSMGARMIN_REGIONS"
[[ -n "$OSMGARMIN_STYLE" ]] && style="$OSMGARMIN_STYLE"