manubb / Leaflet.PixiOverlay

Bring Pixi.js power to Leaflet maps
MIT License
463 stars 85 forks source link

Fix On Remove Function #98

Open Joebh opened 2 months ago

Joebh commented 2 months ago

Getting a null pointer exception in the pixiOverlayClass.onRemove function

-set ._map to null after events .off function is called

manubb commented 1 month ago

Thanks for reporting this. I will include this in next release.