geostyler / geostyler-mapbox-parser

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

Expression parsing #228

Closed KaiVolland closed 1 year ago

KaiVolland commented 1 year ago

This pull request introduces the Expressions.ts to handle translation between GeoStyler expressions and mapbox expressions.

It also updates geostyer-style to v 7.3.1 and typescript to v 5.0.4.

Compare Expressions.ts L16 or the extended unsupportedProperties object to see which expressions are supported.

:exclamation: tests are currently failing for node <18