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"
This app uses Svelte.
- Clone this repo.
yarn install
yarn dev
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.
This app is currently deployed using GitHub Pages.
yarn build
yarn deploy