geostyler / geostyler-openlayers-parser

GeoStyler Style Parser implementation for OpenLayers styles
BSD 2-Clause "Simplified" License
36 stars 26 forks source link

fix: parsing of property functions in filter args #794

Closed miccoh1994 closed 6 months ago

miccoh1994 commented 6 months ago

Description

Fixes a bug when both arguments to a comparison filter are property functions. The parser would extract the property from the feature and then use the value as a key for the feature again. e.g. feature.get(feature.get('x'));

Related issues or pull requests

791

Pull request type

Please check the type of change your PR introduces:

Do you introduce a breaking change?

Checklist

miccoh1994 commented 6 months ago

force pushed to squash and fix a typo

jansule commented 2 weeks ago

:tada: This PR is included in version 5.0.0-next.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

jansule commented 1 week ago

:tada: This PR is included in version 5.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: