This repository contains configurations to generate OSM mbtiles
using tilemaker
.
The configuration in the routes folder extracts all kinds of routes, such as buses, trams and bicycle routes, from an OSM extracts and makes it available as mbtiles
file.
The pistes folder contains a configuration for ski pistes.
- osmconvert
- osmfilter
- tilemaker >= 2.1
To process a complete planet file on a machine with not too much memory the full plant file has to be filtered first using osmfilter
. Therefore the file has to be provided as o5m
file. To convert an osm.pbf
to an o5m
file you can use osmconvert
:
osmconvert planet.osm.pbf -o=planet.o5m
Or using the provided container image:
docker run -v /data/sources:/data/sources mytracks/tilemaker osmconvert /data/sources/planet.osm.pbf -o=/data/sources/planet.o5m