We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I hope I found the right place for this issue. If not please advise whom to contact instead.
I assumed this might be the correct place because of these search results: https://github.com/search?q=repo%3Adrolbr%2FOverpass-API%20latest_dir&type=code
https://dev.overpass-api.de/clone/latest_dir currently returns https://dev.overpass-api.de/clone//2025-03-08, but https://dev.overpass-api.de/clone/ only contains
This breaks overpass installations like this one
https://github.com/wiktorn/Overpass-API?tab=readme-ov-file#overpass-clone-covering-whole-world
docker run -e OVERPASS_META=yes -e OVERPASS_MODE=clone -e OVERPASS_DIFF_URL=https://planet.openstreetmap.org/replication/minute/ -v /big/docker/overpass_clone_db/:/db -p 12346:80 -i -t --name overpass_world wiktorn/overpass-api
with errors like this
--2025-03-11 15:45:53-- https://dev.overpass-api.de/clone//2025-03-08/replicate_id Resolving dev.overpass-api.de (dev.overpass-api.de)... 95.217.37.171, 2a01:4f9:2b:2fd4::2 Connecting to dev.overpass-api.de (dev.overpass-api.de)|95.217.37.171|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2025-03-11 15:45:53 ERROR 404: Not Found.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I hope I found the right place for this issue. If not please advise whom to contact instead.
I assumed this might be the correct place because of these search results: https://github.com/search?q=repo%3Adrolbr%2FOverpass-API%20latest_dir&type=code
https://dev.overpass-api.de/clone/latest_dir currently returns https://dev.overpass-api.de/clone//2025-03-08, but https://dev.overpass-api.de/clone/ only contains
This breaks overpass installations like this one
https://github.com/wiktorn/Overpass-API?tab=readme-ov-file#overpass-clone-covering-whole-world
docker run
-e OVERPASS_META=yes
-e OVERPASS_MODE=clone
-e OVERPASS_DIFF_URL=https://planet.openstreetmap.org/replication/minute/
-v /big/docker/overpass_clone_db/:/db
-p 12346:80
-i -t
--name overpass_world
wiktorn/overpass-api
with errors like this
--2025-03-11 15:45:53-- https://dev.overpass-api.de/clone//2025-03-08/replicate_id
Resolving dev.overpass-api.de (dev.overpass-api.de)... 95.217.37.171, 2a01:4f9:2b:2fd4::2
Connecting to dev.overpass-api.de (dev.overpass-api.de)|95.217.37.171|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-03-11 15:45:53 ERROR 404: Not Found.
The text was updated successfully, but these errors were encountered: