Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 758 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 758 Bytes

Experimental Docker image for map creation

Building

DOCKER_BUILDKIT=1 docker build -t ghcr.io/cmahnke/map-tools:latest .

Conversion tools

docker buildx build -f docker/conversion-tools/Dockerfile .

Osmium

docker buildx build -f docker/osmium/Dockerfile .

Osmosis

docker buildx build -f docker/osmosis/Dockerfile .

Baremaps

docker buildx build -f docker/baremaps/Dockerfile .

Database

docker buildx build -f docker/database/Dockerfile .

or

docker buildx build --progress=plain --build-arg="URL=https://download.geofabrik.de/europe/luxembourg-latest.osm.pbf" -f docker/database/Dockerfile .

TODO

  • Generate Image with map data