You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
lucaswoj
changed the title
Non-interactive map can be interacted with during transitions
Fix bug allowing camera easings to be stopped with a click on a non-interactive map
Sep 6, 2016
@mourner I thought of that as well and it might be that some of them could be completely removed if the map is in non-interactive mode. But I can imagine scenarios where you still want the mouse/touch events fired for other programmatic actions to take place. Say that you want the map to be completely non-interactive, but you still want to be able to have your application act on clicks on it.
mapbox-gl-js v0.23.0:
Steps to Trigger Behavior
Demo: http://codepen.io/anon/pen/xEbZQm
Expected Behavior
That the map does not react to the mouse click.
Actual Behavior
The transition is aborted.
The text was updated successfully, but these errors were encountered: