manubb / Leaflet.PixiOverlay

Bring Pixi.js power to Leaflet maps
MIT License
474 stars 84 forks source link

Fix issue where leaflet-pixi-overlay isn't transparent with Pixi v7 #87

Closed HavardNJ closed 1 year ago

HavardNJ commented 1 year ago

When using PIXI v7 pixi overlay is rendered with black background which blocks the map. Transparent option no longer works, backgroundAlpha is used in pixi v7 example, see https://pixijs.io/examples/#/demos-basic/transparent-background.js

manubb commented 1 year ago

Hi. Thanks for your PR. I have released leaflet-pixi-overlay@1.8.4 that should support last version of pixi.