The Generator uses Tilemaker and Shortbread to generate vector tiles from OSM dumps.
To make it even easier, we have prepared a Docker image (on Docker Hub and GitHub's ghcr.io) that contains Tilemaker, the Shortbread configuration for Tilemaker, additional geometries, VersaTiles for tile compression and packaging, and scripts to manage it all.
Take a look at the bottom of bin/generate_osm.sh
to see how to fetch and run the Docker container.
Since we use this script to generate our tiles, we also use lftp
in the last line to upload the results.
- Debian
- Docker
- Bash, md5sum, sha256sum
curl "https://raw.githubusercontent.com/versatiles-org/versatiles-generator/main/bin/generate_osm.sh" | bash -i