diff options
-rwxr-xr-x | home/xyz/.local/bin/mll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/mll b/home/xyz/.local/bin/mll index 73342738..63bb0083 100755 --- a/home/xyz/.local/bin/mll +++ b/home/xyz/.local/bin/mll @@ -2,4 +2,5 @@ # Map Latitude Longitude # 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" |