manubb / Leaflet.PixiOverlay

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

Black Overlay "background" #4

Closed git-toni closed 6 years ago

git-toni commented 6 years ago

Hi,

I'd love to use this little plugin, so thanks for publishing it! : ) Unfortunately I am facing a black overlay, and then the primitives are rendered on top of this black "background". I guess it's something really simple but can't seem to find it. Please see an example in this codepen. I tried with different tiles and also altering it via CSS, but no luck. Thanks!

manubb commented 6 years ago

This seems to be a pixi.js bug in 4.4.x versions. Please use latest pixi.js@4.5.5.

git-toni commented 6 years ago

Thanks, fixed!