Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

Overpass API docker image

Results 31 Overpass-API issues
Sort by recently updated
recently updated
newest added

I use following command to run; `docker run -e DOWNLOAD_PBF=https://download.geofabrik.de/europe/monaco- latest.osm.pbf -e DOWNLOAD_POLY=https://download.geofabrik.de/europe/monaco.poly -v osm:/data/database/ overv/openstreetmap-tile-server import` How do I use already downloaded pbf and poly file instead of downloading...

Hi, How I could reduce/filter/configure the output or log ? Context: - I deployed Overpass-API into a kubernetes cluster with a deployement - overpass generate a bunch of log (when...

My goal is to have minutely diffs of a country that doesn't have minutely diffs available (Croatia). Is it possible to apply planet minutely diffs over a one country base...

Im currently trying to setup Germany as a Overpass-API on "Docker for Windows". Docker has assigned 4 Cores, 16GB of RAM and 192GB Disk image size. Im running the following...

Hi, I'd like to build an Overpass-API Dockerfile for Linux/arm64. While building an image, it throws an error at this line which is below. - RUN python3 -m venv /app/venv...

I got this one `docker-compose.yaml`: ```yaml version: '3.8' services: overpass: image: wiktorn/overpass-api:0.7.61.8 container_name: overpass-app command: - "/app/docker-entrypoint.sh" ports: - 8989:8989 environment: - OVERPASS_META=no - OVERPASS_MODE=init - OVERPASS_PLANET_URL=https://download.geofabrik.de/russia/kaliningrad-latest.osm.bz2 - OVERPASS_UPDATE_SLEEP=86400 -...

The dispatcher server accepts a `--socket-dir` command line argument to let the user customize the location of the unix domain sockets that are created. The dispatcher client already listens to...

Hi, and thanks for this great tool! Currently, as far as I understand from the docs, there's no way to trigger updates on demand/manually. We are looking into running this...

Nothing very important, but when you clone without meta data, the api/map endpoint is not working because there are no meta data. It would be nice to change under app/cgi-bin/map...

Based on the documentation of the individual env vars, `OVERPASS_META` only applies on `init` mode. Since this docker run example is using the `clone` mode the `OVERPASS_META` is ineffective and...