Replace Leaflet.draw with Leaflet.Editable, closes #100
This commit is contained in:
parent
76e2618bbf
commit
69e53233ba
7 changed files with 429 additions and 59 deletions
|
|
@ -295,4 +295,8 @@ BR.Routing = L.Routing.extend({
|
|||
L.Routing.prototype._keyupListener.call(this, e);
|
||||
}
|
||||
}
|
||||
|
||||
,isDrawing: function () {
|
||||
return this._draw._enabled;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue