diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-09-13 05:45:26 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-09-13 05:45:26 -0700 |
commit | 78f6ad3e076d1a1ffd3aa2bcee06301fa789c8f1 (patch) | |
tree | 7917b855f112a836804541577db3ff9a7c7a4b3e /home/xyz/.local | |
parent | 6f0b3b62b630298e8844bc69e418902e856c6536 (diff) |
mll zoom out OSM map a little bit so I can have better view of country geo location
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" |