We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maplibre-gl-js version: 5.0.0
browser: firefox 135.0b1
['==', ['geometry-type'], 'Polygon']
https://jsfiddle.net/exedealer/6sea7mut/14/
I expect MultiPolygon never or always pass filter ['==', ['geometry-type'], 'Polygon']
MultiPolygon feature passes filter somehow on random tiles and random zoom levels.
Is there any discussion about why geometry-type behavior was changed? Why do we need distinguish Polygon and MultiPolygon in styles?
geometry-type
The text was updated successfully, but these errors were encountered:
This is tracked here: maplibre/maplibre-style-spec#965
Sorry, something went wrong.
No branches or pull requests
maplibre-gl-js version: 5.0.0
browser: firefox 135.0b1
Steps to Trigger Behavior
['==', ['geometry-type'], 'Polygon']
Link to Demonstration
https://jsfiddle.net/exedealer/6sea7mut/14/
Screen.Recording.2025-01-10.at.18.22.46.mov
Expected Behavior
I expect MultiPolygon never or always pass filter
['==', ['geometry-type'], 'Polygon']
Actual Behavior
MultiPolygon feature passes filter somehow on random tiles and random zoom levels.
Is there any discussion about why
geometry-type
behavior was changed? Why do we need distinguish Polygon and MultiPolygon in styles?The text was updated successfully, but these errors were encountered: