Skip to content

versatiles-org/versatiles-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 

Repository files navigation

VersaTiles Generator

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.

System Requirements

  • Debian
  • Docker
  • Bash, md5sum, sha256sum
  • apt -qy install lftp (if you want to upload the results via FTP)

Run

curl "https://raw.githubusercontent.com/versatiles-org/versatiles-generator/main/bin/generate_osm.sh" | bash -i

Releases

No releases published

Packages

No packages published

Languages