You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just exploring the maplibre docs a bit more and I realize they have a really rich syntax for these operations, not just specifying literal colors in a data-column, but expressing abstract color ramps from the data values (for both discrete and continuous data).
It may be possible to cover some of the most common cases in a familiar R syntax, but might be simpler to expose an 'escape hatch' of letting users provide literal style json blobs. Consider this beautifully rich set of paint rules from another example in their docs:
the examples in PMTiles here show aesthetics like fill color as literal hex color values in the style, rather than being mapped to data columns:
Some pmtiles rendering tools seem to support an additional syntax to map attributes to columns, e.g. https://maplibre.org/maplibre-style-spec/expressions/#get, as seen in this example https://maplibre.org/maplibre-gl-js/docs/examples/data-driven-lines/. Is it possible to support this?
The text was updated successfully, but these errors were encountered: