LE
leonardehrenfried/cyclo-bright-gl-style
OSM Bright Bicycle GL Style using OpenMapTiles
OSM Cyclo Bright
A Mapbox GL basemap style showcasing OpenStreetMap data for cyclists.
It is using the vector tile schema of OpenMapTiles.
Preview
Edit the Style
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
Generating the map
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
