Frano Sincic
Frano Sincic
This PR adds `LVideoOverlay` component ([link](https://leafletjs.com/reference-1.7.1.html#videooverlay)) Depends on #685
This PR moves`LImageOverlay` `url` prop from mixin to a component so it doesn't end up in the components that inherit its mixin (like `LVideoOverlay` #683 or `LSVGOverlay` #684 ) If...
This PR adds `LSVGOverlay` component ([link](https://leafletjs.com/reference-1.7.1.html#svgoverlay)) Depends on #685
This PR adds `LVideoOverlay` component [link](https://leafletjs.com/reference.html#videooverlay)
This PR adds `LSVGOverlay` component ([link](https://leafletjs.com/reference.html#svgoverlay))
Fixes #3825
### What problem are you trying to solve? Currently, there is no way to update project configuration (like build step or entrypoint) without unlink, and linking again the same github...