Skip to content

Contains multiple configurations to generate OSM mbtiles using tilemaker

License

Notifications You must be signed in to change notification settings

mytracks/tilemaker-configs

Repository files navigation

Tilemaker Configs

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.

Prerequisites

Preparation

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

About

Contains multiple configurations to generate OSM mbtiles using tilemaker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published