geostyler / geostyler-mapbox-parser

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

feat: add interpolate function #325

Open jansule opened 2 weeks ago

jansule commented 2 weeks 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