We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9539575 commit 2311ad6Copy full SHA for 2311ad6
src/leaflet.plotter.js
@@ -58,7 +58,7 @@ L.Polyline.plotter = L.Polyline.extend({
58
this._map.on('click', this._onMapClick, this);
59
},
60
_unbindMapClick: function(){
61
- this._map.off('click', this._addNewMarker, this);
+ this._map.off('click', this._onMapClick, this);
62
63
_setExistingLatLngs: function(latlngs){
64
this._existingLatLngs = latlngs;
0 commit comments