chartographer icon indicating copy to clipboard operation
chartographer copied to clipboard

Visualization tool for viewing a graphical representation of the layers and zoom ranges in a vector map style

Results 14 chartographer issues
Sort by recently updated
recently updated
newest added

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).

enhancement
internal

Add support for `fill-pattern` polygons. cc @kelsey-taylor @aparlato

enablement

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...

enhancement

As with Maperture we should deploy to github pages on any push to `main`.

enhancement
internal

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...

enhancement
enablement

* compare to background color * compare to road color for road labels

enhancement

this error appeared when a `line-width` property used a "step" zoom transition and the "Line" tab in chartographer won't load: ![Image](https://github.com/user-attachments/assets/10327c01-dd3f-4cb3-8897-9f0225bfd9d6) here's the code that was tripping it up: ```...

bug
enhancement

## 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...

bug
enablement

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...

enhancement