Leaflet.Path.Transform icon indicating copy to clipboard operation
Leaflet.Path.Transform copied to clipboard

Drag/rotate/resize handler for leaflet vector features.

Results 51 Leaflet.Path.Transform issues
Sort by recently updated
recently updated
newest added

Hi there, I can't seem to find a way to set initial values for rotation and scaling. Is that possible? Something like: ``` var polygon = L.polygon([..., ...], { transform:...

I am not able to use 'leaflet.path.transform in angular and polygon.transform.enable(); not working in my case

I try to update geometry already drawn on the map. but seems no error but it's not updating why? ``` var layer = this.getMapObject(id); layer.setLatLngs([[144.32965127509, -38.135825028205],[144.32972099984, -38.135581614469],[144.3305381716, -38.135726427806],[ 144.33046844684, -38.135969841054]]);...

I was referring to issue #54 where they suggested to reinitiate the object in case the Polyline already existed. We have a Geojson layer that already have the features drawn...

It would be very useful to have a method like `polygon.transform.set_angle()` so that polygons can be rotated externally, without user interaction. Thanks for the great plugin! :+1:

When I try using the events (e.g. `rectangle.on('transform', (e) => { ... } )`), how can I get live coordinates of my rectangle as I scale/rotate it? When I move,...

Is there a way to implement custom icons for the rotate/scale handles?

I've seen this in the TODO list. Are you plan to integrate shortly ? Any hint to work on that ? Thank you.

Hello, I very like your profile. However, I have case when I need to rotate my polygon where pivot is not center of polygon but bottom-left corner. So, I have...