A Mapbox GL basemap style showcasing OpenStreetMap data for cyclists. It is using the vector tile schema of OpenMapTiles.
Use the Maputnik CLI to edit and develop the style.
After you've started Maputnik open the editor on localhost:8000
.
maputnik --watch --file style.json
This repo contains a style.json
for rendering a finished vector tiles.
On top of that it also contains config and scripts to generate vector tiles using tilemaker.
These are found in the tilemaker
folder.
There is a convenience Makefile for local development.
In order to spin up a developement server, run:
make tilemaker