blob: 733427381291cd9a7313482714531ba4c7a50d4a (
plain)
1
2
3
4
5
|
#!/bin/sh
# Map Latitude Longitude
# https://help.openstreetmap.org/questions/9669/jumping-to-a-specific-set-of-coordinates-on-the-map
o "$BROWSER" "https://www.openstreetmap.org/?mlat=$1&mlon=$2&zoom=12"
|