manubb / Leaflet.PixiOverlay

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

BUG: Library doesn't work with latest version of leaflet. #77

Closed mitow7821 closed 1 year ago

mitow7821 commented 1 year ago

Library isn't working with leaflet 1.9 version. In 1.8 it was working as expected. I am unable to use L.pixiOverlay:

image

adelriosantiago commented 1 year ago

Same issue here. L.pixiOverlay is not a function. Good to know that it works with 1.8 though.

manubb commented 1 year ago

Thanks for reporting. Will have a look at it. Not sure it's a bug though ;-)

manubb commented 1 year ago

It seems that leaflet@1.9.2 solves the issue. Can you check it?

adelriosantiago commented 1 year ago

Yes @manubb leaflet@1.9.2 solves the issue. It looks like it was an issue in leaflet. Thanks.