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
mapbox-gl-js version: All versions above 0.33.0
Minimal demo of bug
No errors or warnings.
map.showCollisionBoxes = true
Collision boxes show up on map.showCollisionBoxes = true
Collision boxes show up only after moving map when map.showCollisionBoxes = true
The text was updated successfully, but these errors were encountered:
Bisected and #4347 seems to be the culprit ☹️
Sorry, something went wrong.
Update #4647 regression test to use new collision box color.
1b3e866
Update Chinese tests to use new collision algorithm (not behavior preserving)
557295c
Successfully merging a pull request may close this issue.
mapbox-gl-js version: All versions above 0.33.0
Minimal demo of bug
No errors or warnings.
Steps to Trigger Behavior
map.showCollisionBoxes = true
(happens on load in demo)Expected Behavior
Collision boxes show up on
map.showCollisionBoxes = true
Actual Behavior
Collision boxes show up only after moving map when
map.showCollisionBoxes = true
The text was updated successfully, but these errors were encountered: