docker-overpass-api icon indicating copy to clipboard operation
docker-overpass-api copied to clipboard

Docker Overpass API

Results 7 docker-overpass-api issues
Sort by recently updated
recently updated
newest added

Hey, during docker build an error occured in step 11. It says: > Error' /srv/osm3s/bin/init_osm3s.sh: line 44: 8 Broken pipe bunzip2 < $PLANET_FILE 9 Aborted | $EXEC_DIR/bin/update_database --db-dir=$DB_DIR/ $META $COMPRESSION...

- Added latest version of Overpass - Readme is updated for most common troubleshoots - Removed the default address as it creates ambiguity among general users

Anyone had any luck deploying this to (google) kubernetes? When I build the image locally using only the Australian planet file, it's producing a ~25GB docker image. So by the...

Without meta info, this server can work, but outputs invalid OSM XML (at least as JOSM considers it). Also, you have to do queries ending with `out geom` rather than...

I'm using AWS Ubuntu 22 as host machine. My command list was: ``` docker pull mediasuite/overpass-api git clone https://github.com/mediasuitenz/docker-overpass-api wget https://download.geofabrik.de/europe-latest.osm.bz2 (renamed to planet.osm.bz2) sudo docker build -t mediasuite/overpass-api ....