Skip to content

Conversation

@gudzdanil
Copy link

you haven't defined map in onRemove method, and reinit values in initialize, so it just continuing the path when another plotter is created

}
},
onRemove: function(){
onRemove: function(map){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you just passing in map here for consistency?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, just look at line 32 in your sources or 35th in my fork.
You use map variable but it is not defined in function scope

     L.Polyline.prototype.onRemove.call(this, map);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants