summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-11-19 23:22:44 +0800
committertypebrook <typebrook@gmail.com>2019-11-19 23:22:44 +0800
commit9ab7b6d4b6c4d2dd212a3d8fb92f107e7f85bf2f (patch)
tree2308a0eb3afee178bbd21a14252f032e1c034009
parent4261c28a3c8313c26d14b91cc64b29c791ea77f8 (diff)
update
-rw-r--r--utils/osm13
1 files changed, 0 insertions, 13 deletions
diff --git a/utils/osm b/utils/osm
deleted file mode 100644
index 2d32575..0000000
--- a/utils/osm
+++ /dev/null
@@ -1,13 +0,0 @@
1#! /bin/sh
2
3#OSM_SERVER=https://master.apis.dev.openstreetmap.org
4OSM_SERVER=https://api.openstreetmap.org
5
6OSM_API=$OSM_SERVER/api/0.6
7OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm)
8
9FILENAME=$0
10
11util.osm.edit() {
12 vim $FILENAME && source $FILENAME
13}