aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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)