We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expecting
What I see:
What I propose as the fix: Radius is not defined in this line: https://github.com/Leaflet/Leaflet.draw/blob/develop/src/edit/handler/Edit.Circle.js#L31
I propose declaring the variable in order to avoid this error var radius; in this line: https://github.com/Leaflet/Leaflet.draw/blob/develop/src/edit/handler/Edit.Circle.js#L25
var radius;
The text was updated successfully, but these errors were encountered:
I think it was a missing variable declaration, should be fixed with this PR: #1053
Sorry, something went wrong.
Unfortunately this seems a dead project. Stopped since 2018 with over 80 active PR but there is no user with write access to approve and merge them :(
Successfully merging a pull request may close this issue.
How to reproduce
What behaviour I'm expecting and which behaviour I'm seeing
Expecting
What I see:
What I propose as the fix:
Radius is not defined in this line: https://github.com/Leaflet/Leaflet.draw/blob/develop/src/edit/handler/Edit.Circle.js#L31
I propose declaring the variable in order to avoid this error
var radius;
in this line: https://github.com/Leaflet/Leaflet.draw/blob/develop/src/edit/handler/Edit.Circle.js#L25
The text was updated successfully, but these errors were encountered: