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
|
|
@ -235,6 +235,8 @@
|
|||
map.addControl(sidebar);
|
||||
|
||||
nogos.addTo(map);
|
||||
nogos.preventRoutePointOnCreate(routing);
|
||||
|
||||
map.addControl(new BR.OpacitySlider({
|
||||
callback: L.bind(routing.setOpacity, routing)
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue