aboutsummaryrefslogtreecommitdiffhomepage
path: root/utils/osm
diff options
context:
space:
mode:
Diffstat (limited to 'utils/osm')
-rw-r--r--utils/osm4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/osm b/utils/osm
index e1e9bec..d9663ef 100644
--- a/utils/osm
+++ b/utils/osm
@@ -39,6 +39,10 @@ util.osm.edit() {
39 vim $FILENAME && source $FILENAME 39 vim $FILENAME && source $FILENAME
40} 40}
41 41
42osm.goto() {
43 xdg-open https://www.openstreetmap.org/$1/$2
44}
45
42#SERVER=https://master.apis.dev.openstreetmap.org 46#SERVER=https://master.apis.dev.openstreetmap.org
43SERVER=https://api.openstreetmap.org 47SERVER=https://api.openstreetmap.org
44OSM_API=$SERVER/api/0.6 48OSM_API=$SERVER/api/0.6