diff options
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/mll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mll b/home/xyz/.local/bin/mll index 63bb0083..9f7d5df4 100755 --- a/home/xyz/.local/bin/mll +++ b/home/xyz/.local/bin/mll @@ -3,4 +3,4 @@ # https://help.openstreetmap.org/questions/9669/jumping-to-a-specific-set-of-coordinates-on-the-map # another way is to manually search xx.xxxxx,xx.xxxxx -o "$BROWSER" "https://www.openstreetmap.org/?mlat=$1&mlon=$2&zoom=12" +o "$BROWSER" "https://www.openstreetmap.org/?mlat=$1&mlon=$2&zoom=5" |