chartographer
chartographer copied to clipboard
Visualization tool for viewing a graphical representation of the layers and zoom ranges in a vector map style
chartographer
Generate visualizations of a Mapbox GL stylesheet to better understand how layers are rendered by zoom level.
Learn more in our blog post "Visualize a cross section of your map with Chartographer"
Develop
This app uses Svelte.
- Clone this repo.
yarn installyarn dev
Loading style by default in development
To ease development you can load a default style in development by putting one in public/style.json, which is ignored by git. Once you do, in development mode you will not need to drag and drop a style in order to view it.
Deploy
This app is currently deployed using GitHub Pages.
yarn buildyarn deploy