ShadowZone
ShadowZone
I just solved the exercise and the error is still there. Stated UnsupportedOperationException in text but is not found in initial code block
Hi, maybe I can help you a little bit. Most of the Leaflet plugins only trigger re-rendering on the "moveEnd"-event, as this is the most performance-efficient way to render any...
I think that has something to do with the implemented moveEnd event listener. So the tile layer updates on move event, but the canvas layer only updates if you release...
As far as I can see, it's only because of the `permanent: true,` option. If you delete it, it works as expected. This is not a solution (as you explicitly...
Hi, I use this plugin with TS in our current project. I know, this is kind of a workaround but you can work with it until somebody implements a TS-style...