-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
fix queryRenderedFeatures box across dateline #2321
Comments
@ansis I'd expect it to only return one. It is returning the features not the renderings. If you update one of them the other will move. |
@mcwhittemore great. It'll return one This is fixed by 7531605 |
@ansis 👍 Should we close this? |
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mapbox-gl-js version: 8b52b55
Steps to Trigger Behavior
Expected Behavior
Returns all features.
Actual Behavior
Returns a subset of features based on the wrapped coordinates of the box corners.
The text was updated successfully, but these errors were encountered: