Vue2Leaflet icon indicating copy to clipboard operation
Vue2Leaflet copied to clipboard

VideoOverlay and SVGOverlay

Open ilyaerkhov opened this issue 4 years ago • 6 comments

Hi! Can't seem to find VideoOverlay and SVGOverlay components, is it possible to access them somehow, and if not - are there any plans on adding them at some point? Thanks!

ilyaerkhov avatar Jul 19 '19 06:07 ilyaerkhov

@ilyaerkhov We do not have them for now! PR welcomed otherwise I will add them to the pipeline

DonNicoJs avatar Jul 20 '19 16:07 DonNicoJs

hi! there are no plans to output SVGOverlay method in the near future ? ) you really need, or maybe an alternative plugin will be able to advise ? )

evgen904 avatar Oct 16 '19 12:10 evgen904

@evgen904 feel free to make a PR :) no, this should be part of the core repo, not a plugin, I will eventually get to it but I can't guarantee any deadline

DonNicoJs avatar Oct 16 '19 12:10 DonNicoJs

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 01 '20 12:01 stale[bot]

Here are the PR’s #683 #684

mandryllo avatar Jul 21 '21 21:07 mandryllo

SVG support is kind of important because right now LImageOverlay uses <img> and afaik that doesn't allow CSS styling. I used part of #684 in my own code as a quick hack, but it would be nice if this library provided the component out of the box. :)

Stealthmate avatar Mar 07 '22 15:03 Stealthmate