Overpass-API
Overpass-API copied to clipboard
Overpass API docker image
Hi there, i am trying to get the api to run. i have these variables: OVERPASS_META=yes OVERPASS_MODE=init OVERPASS_PLANET_URL=http://download.geofabrik.de/europe/germany-latest.osm.bz2 OVERPASS_DIFF_URL=http://download.openstreetmap.fr/replication/europe/germany/minute/ OVERPASS_RULES_LOAD=10 running the container results in this output: ``` 2024-10-09T14:29:13.636953033Z 127.0.0.1...
When running the docker container, any request to overpass just returns the following: ```xml OSM3S Response The data included in this document is from www.openstreetmap.org. The data is made available...
Hello, I'm trying to setup Overpass API for North America and Europe regions. I merged the .bz2 files using osmium and i'm using that file for OVERPASS_PLANET_URL. Should I set...
With the following docker-compose.yml file, after initially cloning and then restarting the service, the logs indicate that everything starts up correctly. When I make an API call however, the service...
As mentioned in the title, the area service does not come up properly after a hard shutdown. Often, the problem can be resolved using the command `docker exec -it overpass...
Hi I have trouble running project following the instructions. I am seeing the following logs: ``` File_Error Invalid argument 22 /db/db//osm3s_osm_base Unix_Socket::5 2025-09-18 12:02:25,085 WARN exited: overpass_dispatch (exit status 0;...
**Description**: This PR ensures `OVERPASS_STOP_AFTER_INIT` is applied consistently in both init and clone modes. Before, the flag was only checked when the database was freshly created. If /db/init_done already existed,...
**Description**: If you set `OVERPASS_MODE=init` together with `OVERPASS_STOP_AFTER_INIT=true`, you’d expect the container to just run init mode and then exit. That’s the whole point of the flag. Right now that’s...
Hi there, i am trying to initialize the overpass api with these environment vars: ``` "Env": [ "OVERPASS_RULES_LOAD=10", "OVERPASS_META=yes", "OVERPASS_MODE=init", "OVERPASS_PLANET_URL=https://download.geofabrik.de/europe-latest.osm.bz2", "OVERPASS_DIFF_URL=https://download.openstreetmap.fr/replication/europe/minute/", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NGINX_VERSION=1.27.1", "NJS_VERSION=0.8.5", "NJS_RELEASE=1~bookworm", "PKG_RELEASE=1~bookworm", "DYNPKG_RELEASE=2~bookworm", "OTEL_VERSION=0.1.0", "OVERPASS_USE_AREAS=true",...
Hey, there are some security concerns running this we have when running this container. 1. Please switch to https://hub.docker.com/r/nginxinc/nginx-unprivileged image in the running image. - This allows read only root...