A overpass API docker container
docker build -t docker-overpass-api .
docker run --rm -it \
-e PLANET_URL="https://download.geofabrik.de/europe/france-latest.osm.bz2" \
-e FLUSH_SIZE=4 \
-p 80:80 -v $(pwd)/data:/data badele/overpass-api:0.7.55
# You can replace PLANET_URL by PLANET_FILE="languedoc-roussillon-latest.osm.bz2" (for use allready downloader local planet file)
# Choose a PLANET_URL from this website => http://download.geofabrik.de/
In the parameter option from http://overpass-turbo.eu/ change API server address to http://localhost/api/
Content type
Image
Digest
Size
141.1 MB
Last updated
over 7 years ago
docker pull badele/overpass-api:0.7.55