diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-13 11:20:00 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-13 11:20:00 +0800 |
commit | b3daabdeec6d8c821a76bdc27840d7628f21090d (patch) | |
tree | 3de0d10b213318a83c703adfa2a856ffe96f062b /tools/osm | |
parent | 543aacda793fe360cc1d970a2888c20a1e21b1b1 (diff) |
update
Diffstat (limited to 'tools/osm')
-rw-r--r-- | tools/osm/osm | 3 |
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 | 3 | export OSM_TEST_SERVER=https://master.apis.dev.openstreetmap.org |
4 | export OSM_SERVER=https://api.openstreetmap.org | 4 | export OSM_SERVER=https://api.openstreetmap.org |
5 | export OSM_TES_SERVER=https://api.openstreetmap.org | ||
5 | 6 | ||
6 | export OSM_API=$OSM_SERVER/api/0.6 | 7 | export OSM_API=$OSM_SERVER/api/0.6 |
7 | export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm 2>/dev/null) | 8 | export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm 2>/dev/null) |