aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/osm
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-11-13 11:20:00 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-11-13 11:20:00 +0800
commitb3daabdeec6d8c821a76bdc27840d7628f21090d (patch)
tree3de0d10b213318a83c703adfa2a856ffe96f062b /tools/osm
parent543aacda793fe360cc1d970a2888c20a1e21b1b1 (diff)
update
Diffstat (limited to 'tools/osm')
-rw-r--r--tools/osm/osm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/osm/osm b/tools/osm/osm
index a595fb7..344f906 100644
--- a/tools/osm/osm
+++ b/tools/osm/osm
@@ -1,7 +1,8 @@
1#! /bin/sh 1#! /bin/sh
2 2
3#export OSM_SERVER=https://master.apis.dev.openstreetmap.org 3export OSM_TEST_SERVER=https://master.apis.dev.openstreetmap.org
4export OSM_SERVER=https://api.openstreetmap.org 4export OSM_SERVER=https://api.openstreetmap.org
5export OSM_TES_SERVER=https://api.openstreetmap.org
5 6
6export OSM_API=$OSM_SERVER/api/0.6 7export OSM_API=$OSM_SERVER/api/0.6
7export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm 2>/dev/null) 8export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm 2>/dev/null)