diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-17 11:17:45 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-17 11:17:45 +0800 |
| commit | cb30a522d3ddb2a8898473b536adc0908458a8fc (patch) | |
| tree | 65828e083fe89a0f49ec45fa36af1e53e47ef61d /tools | |
| parent | cb18abf913614f832c6155a832574ab8dc7ab43f (diff) | |
| parent | b3daabdeec6d8c821a76bdc27840d7628f21090d (diff) | |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'tools')
| -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) |