MapLibre GL custom mask layer causing subsequent vector tile line layer to render incorrectly
I have created a mask layer using MapLibre GL JS’s CustomLayerInterface
to mask a raster layer behind it. The mask layer works correctly in hiding the raster behind, however it is causing issues with a line layer above which comes from a vector tile source.