chartographer
chartographer copied to clipboard
Visualization tool for viewing a graphical representation of the layers and zoom ranges in a vector map style
We should add Stamen attribution here since it's a public tool. We have a repo with this now: https://github.com/stamen/stamen-attribution Here's an example of where this is used in [Maperture](https://github.com/stamen/maperture/blob/main/src/App.svelte#L21-L23).
Add support for `fill-pattern` polygons. cc @kelsey-taylor @aparlato
See https://github.com/stamen/chartographer/pull/62#issuecomment-1515174490 We currently [switch back to the fill page when a style is dropped in](https://github.com/stamen/chartographer/blob/fe8a56a7e2b994ed0da7e39416dc13433fa9de0d/src/App.svelte#L125-L126), which also includes when the page is refreshed (which is more noticeable now that...
As with Maperture we should deploy to github pages on any push to `main`.
See https://github.com/stamen/mapbox-gl-style-design-system/blob/main/src/styles/expandLayers.js#L76-L94 and https://github.com/stamen/mapbox-gl-style-design-system/blob/main/src/styles/expandLayers.js#L131-L137 There's logic in `expandLayers` that finds properties and property values within the conditions of `match` and `case` expressions. It does this fairly naively right now which...
* compare to background color * compare to road color for road labels
As suggested by @almccon
this error appeared when a `line-width` property used a "step" zoom transition and the "Line" tab in chartographer won't load:  here's the code that was tripping it up: ```...
## Describe the issue We used a [`format` expression](https://maplibre.org/maplibre-style-spec/expressions/#format) for a set of styles recently that caused some odd rendering with Maplibre in Chartographer: The expressions for these look like...
I recently uploaded a few styles that use HSL(A) colors and they were converted to RGB(A), which makes it hard to debug when a color doesn't work as expected: I...