Thomas Neger

Results 1 issues of Thomas Neger

Hi, I created my own control which extends L.Control.Draw as follow: ``` js L.Control.Draw.List = L.Control.Draw.extend({ //my code }); ``` And now I'm trying to make ui-leaflet recognize it. Ideally,...