Skip to content
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

showCollisionBoxes fix #4689

Merged
merged 3 commits into from May 24, 2017
Merged

showCollisionBoxes fix #4689

merged 3 commits into from May 24, 2017

Conversation

mollymerp
Copy link
Contributor

fix #4647

When I was refactoring the data events in #4347 it appeared that this fire was unnecessary because I didn't think to check the showCollisionBoxes feature. Now we have a test to catch something like that in the future 😅

Launch Checklist

  • briefly describe the changes in this PR
  • write tests for all new functionality
  • document any changes to public APIs
  • post benchmark scores
  • manually test the debug page

@jfirebaugh
Copy link
Contributor

Can you test the added integration test in native and add an ignore or skip if needed? 🙇

"wait"
],
[
"showCollisionBoxes"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is similar, but with different terminology. Can we make consistent?

@mollymerp
Copy link
Contributor Author

ty @jfirebaugh 👍 tested on native and made all collision box tests consistent.

@asheemmamoowala
Copy link
Contributor

🍏

@mollymerp
Copy link
Contributor Author

@asheemmamoowala thanks! I still need an Official ✅ Review to be able to merge this 😸

@mollymerp mollymerp merged commit 8214c00 into master May 24, 2017
@mollymerp mollymerp deleted the collision-box-fix branch May 24, 2017 20:28
chrisvoll pushed a commit to chrisvoll/mapbox-gl-js that referenced this pull request May 25, 2017
* fire  when redoing placement so collision boxes show up when map.showCollisionBoxes is set to true

* add collision box test

* make render tests consistent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collision boxes don't appear until you move map
3 participants