zakjan / deck.gl-leaflet

deck.gl plugin for Leaflet
https://zakjan.github.io/deck.gl-leaflet/
MIT License
34 stars 11 forks source link

Mouse events #8

Open pablodegrande opened 1 year ago

pablodegrande commented 1 year ago

Hi! It's a great to have your code to integrate deck.gl in leaflet. I am porting and application that has deck.gl integrated on google maps api, so it's great to have this available. However, I am having troubles getting to capture mouse events. I am inserting a deck,gl IconLayer layer, with pickable: true and a callback for onClick. Outside deck.gl-leaflet that code works fine, but inside leaflet the mouse events to not trigger.

zakjan commented 1 year ago

Hi, thanks for the report. Can you investigate the root cause, and potentially send a PR, please?