versatiles-org / versatiles-generator

versatiles-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

versatiles-generator


Languages

Language:Shell 100.0%