-
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
eventData not passed during flyTo #4337
Comments
Thanks for the detailed report @remster! Nice 🕵️♂️ – we should pass |
@mollymerp : i suppose this simple bug was a great way to start. questions:
` /home/remek/Projects/mapbox-gl-js/test/unit/ui/map.test.js:319
` |
@remster great questions and thanks for your PR!
You can run the tests selectively using something like
The gl team monitors open Pull Requests closely, so we will always respond when you open a new one to help you get it merged.
✨ you can learn all the markdown magic tricks using this guide
The error you posted is due to the version of node you're using to run them. If you use node version > 6 those tests should pass. |
v0.32.1:
Steps to Trigger Behavior
Expected Behavior
eventData received by the "movestart" handler
Actual Behavior
eventData not received by the "movestart" handler
This is because:
`
`
around this LOC when i type this.
The use case is simple:
therefore:
When the map in the 'follow' mode moves in response to the user's position it should remain in the 'follow' mode. if the map moves for any other reason, it should exit the 'follow' mode - writing this as sometimes people give me interesting workarounds.
The text was updated successfully, but these errors were encountered: