diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-09-13 05:45:26 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-09-16 01:08:48 -0700 |
commit | 0eb203a90cacb02716dfb4dad19419b0bc669400 (patch) | |
tree | 0b66edf171de0e6d3b9af487bda2b71014d02fb6 /home | |
parent | 1caed21cb4c3a7ac6823092cc96f0a4e196cdf5e (diff) |
mll zoom out OSM map a little bit so I can have better view of country geo location
Diffstat (limited to 'home')
-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" |