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
Describe the bug
Since the deck.gl overlay section is on top of everything, it prevents interactions from reaching mapbox instance and thus, prevents native map events from firing. Due to that subscribing to mentioned events (mousemove, click and etc) has no effect. Probably would be better to propagate all interactions to the underlying map instance allowing to create custom subscriptions if needed
To Reproduce
Steps to reproduce the behavior:
create an app using kepler map
inside a getMapboxRef callback get native map and subscribe on some event
perform an action that would normally trigger an event
callback is not executed
Expected behavior
create an app using kepler map
inside a getMapboxRef callback get native map and subscribe on some event
perform an action that would normally trigger an event
callback is executed
Screenshots
Not applicable
Additional context
Applicable to kepler.gl v2 & v3
The text was updated successfully, but these errors were encountered:
Ah, alright, if I'm not missing anything, it is the intended behaviour, since map-container uses the reverse controlled integration with deck.gl which's designed to block any interactions with the underlying map
Describe the bug
Since the
deck.gl
overlay section is on top of everything, it prevents interactions from reaching mapbox instance and thus, prevents native map events from firing. Due to that subscribing to mentioned events (mousemove
,click
and etc) has no effect. Probably would be better to propagate all interactions to the underlying map instance allowing to create custom subscriptions if neededTo Reproduce
Steps to reproduce the behavior:
getMapboxRef
callback get native map and subscribe on some eventExpected behavior
getMapboxRef
callback get native map and subscribe on some eventScreenshots
Not applicable
Additional context
Applicable to
kepler.gl
v2 & v3The text was updated successfully, but these errors were encountered: