Tilemaker

From OpenStreetMap Wiki
Jump to navigation Jump to search
tilemaker
Author: systemed/tilemaker/graphs/contributors
License: FTWPL
Platforms: Linux, macOS, and Windows
Version: 2.4.0
Language: English
Website: https://tilemaker.org/
Source code: systemed/tilemaker
Programming language: C++

Command line tool to generate vector tiles directly from .osm.pbf files

Tilemaker creates vector tiles in MBTiles format from a PBF file. This requires no database and there is only one executable to install.

Project website: https://tilemaker.org/
Source code: https://github.com/systemed/tilemaker

Tilemaker is written in C++ and uses temporary storage (RAM/on-disk) as part of the conversion process, rather than loading OSM data into a database.

Lua scripting is used to filter OSM data into vector tile layers. A Lua script is provided which is broadly compatible with the popular OpenMapTiles schema. The vector tiles can then be displayed with clients such as Mapbox GL or MapLibre GL.

Tilemaker was created by User:Richard.

The awesome vector tiles page lists other vector tile clients and generators.