geostyler / geostyler-mapbox-parser

GeoStyler-Style-Parser implementation for Mapbox
BSD 2-Clause "Simplified" License
14 stars 10 forks source link

feat: add interpolate function #325

Open jansule opened 4 months ago

jansule commented 4 months ago

This adds support for the geostyler interpolate function. So far, only the linear interpolation type is supported.

This also adjusts the case function to reflect the latest changes in geostyler-style.

Depends on a new release of geostyler-style and especially https://github.com/geostyler/geostyler-style/pull/632