We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After this command, docker run ^ -e OVERPASS_META=yes ^ -e OVERPASS_MODE=init ^ -e OVERPASS_PLANET_URL=http://download.geofabrik.de/europe/turkey-latest.osm.bz2 ^ -e OVERPASS_DIFF_URL=https://download.openstreetmap.fr/replication/europe/turkey/minute/ ^ -e OVERPASS_RULES_LOAD=10 ^ -v C:\overpass_turbo\Overpass-API-Data\big\docker\overpass_db:/db ^ -p 12345:80 ^ -i -t ^ --name overpass_turkey wiktorn/overpass-api Initializing is finished and updating begin. However, the container does not close automatically as mentioned in README and going the URL http://localhost:12345/ I got Welcome to nginx page. But going to http://localhost:12345/api/interpreter localhost didn’t send any data. ERR_EMPTY_RESPONSE.
The text was updated successfully, but these errors were encountered:
changes.log attaching the log file
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
After this command,
docker run ^
-e OVERPASS_META=yes ^
-e OVERPASS_MODE=init ^
-e OVERPASS_PLANET_URL=http://download.geofabrik.de/europe/turkey-latest.osm.bz2 ^
-e OVERPASS_DIFF_URL=https://download.openstreetmap.fr/replication/europe/turkey/minute/ ^
-e OVERPASS_RULES_LOAD=10 ^
-v C:\overpass_turbo\Overpass-API-Data\big\docker\overpass_db:/db ^
-p 12345:80 ^
-i -t ^
--name overpass_turkey wiktorn/overpass-api
Initializing is finished and updating begin. However, the container does not close automatically as mentioned in README and going the URL http://localhost:12345/ I got Welcome to nginx page. But going to http://localhost:12345/api/interpreter localhost didn’t send any data.
ERR_EMPTY_RESPONSE.
The text was updated successfully, but these errors were encountered: