Alexander Milevski

Results 120 comments of Alexander Milevski
trafficstars

@tuspet Hi and thanks for the request! I ended up re-writing `L.Ellipse` library completely, it's going to be compatible when I am done https://github.com/w8r/Leaflet.Ellipse/tree/leaflet-1.0

I don't quite get how this is happening. Can you maybe provide a short example on https://codesandbox.io?

You can't. Why is it a problem? Group your layers in a `LayerGroup` and then it will be easier.

like that ```js var group = new L.LayerGroup().addTo(map); for (var i = 0; i < things.length; i++) { var poly = new L.Polygon([...], { draggable: true }).addTo(group); } ... group.eachLayer(function(layer)...

Sorry, a mistake on my behalf. So all of them should be re-added?

Thank you so much, it worked! So this method is always in 'world' coordinates?

Thanks for the detailed example and the C++ reference, I will try and figure it out

It's not exactly the same algorithm, but thanks for the reference!

I would love to get some help here, I didn't have time to look at it recently