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
within
mapbox-gl-js version: v1.9.0
browser: any
false
true
https://jsfiddle.net/rsh412/r0ycv14w/14/
within recognizes wrapped coordinates and returns the proper boolean result for the feature
within does not recognize wrapped coordinates
@zmiao is working on a fix in #9440
The text was updated successfully, but these errors were encountered:
zmiao
Successfully merging a pull request may close this issue.
mapbox-gl-js version: v1.9.0
browser: any
Steps to Trigger Behavior
within
expressionwithin
expression returnsfalse
when it should returntrue
Link to Demonstration
https://jsfiddle.net/rsh412/r0ycv14w/14/
Expected Behavior
within
recognizes wrapped coordinates and returns the proper boolean result for the featureActual Behavior
within
does not recognize wrapped coordinates@zmiao is working on a fix in #9440
The text was updated successfully, but these errors were encountered: