Issues with Minimap and PixiJS 8.5.x and later #1649
Labels
feature-renderer
Issue or request related to the renderer / WebGL
waitfor-upstream
Waiting for another project to do something before we can close this.
We discovered that the minimap is not rendering correctly on versions of PixiJS 8.5.x and newer.
Instead of showing a zoomed out view, it just contained contents of the main map canvas.
I traced it to an issue with multiview rendering (where we tell Pixi to render to multiple canvases)
and opened pixijs/pixijs#11168 to keep track of it.
In the mean time, I added a workaround in bfce63f to the minimap code to get it rendering correctly again.
I've tested this on both WebGL and WebGPU and it seems ok.
When the upstream issue in is fixed, we can remove the workaround and close this issue.
The text was updated successfully, but these errors were encountered: