Closed LeoMaldonado closed 6 years ago
I'm facing this issue as well. I'm able to drag the circle using the middle handler, but not able to resize it.
@LeoMaldonado Temporary solution: https://github.com/Leaflet/Leaflet.draw/issues/808#issuecomment-350340503
@GustavoZatorre I have this issue in 0.4.13
Can confirm this occurs in 0.4.13. Upgrading to 1.0.0 or downgrading to 0.4.11 solves the problem for me.
@joshkopecek The issue occurs in 0.4.13 version. I've tested in versions 0.4.11, 0.4.12 and it works. The bug seems to be introduced in version 0.4.13.
Josh said it does not occur in 1.0.0, and since that is now the latest for npm install, it should work by default.
In 1.0.0 version it is working fine. Thank You.
How to reproduce
Leaflet version I'm using: 1.2.0
Leaflet Draw version I'm using: 0.4.13
Browser (with version) I'm using: Chrome
OS/Platform (with version) I'm using: MacOS High Sierra
Create a circle
Edit this circle
[x] this example is as simple as possible
[x] this example does not rely on any third party code
Editing the radius of any circle created, the new radius is not applied http://leaflet.github.io/Leaflet.draw/docs/examples/full.html
I've attached a gif explaining the problem:
I have created a simple project installing Leaflet.Draw via npm and this simple project had the same behavior as the full example in the link. My local project consists of a
index.html
:and a
index.js
: