stamen / chartographer

Home Page:https://stamen.github.io/chartographer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

  1. Clone this repo.
  2. yarn install
  3. yarn 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.

  1. yarn build
  2. yarn deploy

About

https://stamen.github.io/chartographer/

License:MIT License


Languages

Language:JavaScript 50.3%Language:Svelte 48.4%Language:CSS 0.9%Language:HTML 0.3%Language:Shell 0.1%