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
Can you provide details please? (Are you using a wrapper for leaflet-pixi-overlay ?
, what is the versions of pixiJS ?, can you give a code sample ?, ...)
As I know, each shape created by leaflet-draw is a layer itself. So, when one of the shapes covers the sprites that means, the layer covers the sprites and sprites start nott to get mouse click event. PixiOverlay should be on top of all other layers the catch the mouse click event I think. But I could not find a way to pit the PixiOlverlay on top of all the layers. Is there any way to do that?
After updating the version of pixi.js, L.pixiOverlay started to return null and I cannot add the pixiOverlay to the leaflet map.
The text was updated successfully, but these errors were encountered: