Sign inSign up

badele/overpass-api

By badele

Updated over 7 years ago

A overpass API docker container

Image
0

252

badele/overpass-api repository overview

docker-overpass-api

A overpass API docker container

Build

docker build -t docker-overpass-api .

Run

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/

Estimation import time

Run with Overpass Turbo UI

In the parameter option from http://overpass-turbo.eu/ change API server address to http://localhost/api/

Tag summary

Content type

Image

Digest

Size

141.1 MB

Last updated

over 7 years ago

docker pull badele/overpass-api:0.7.55