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.
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.