标签: javascript leaflet leaflet.draw
我已使用以下代码创建了一个圈子,但是该圈子不可编辑。
var test = L.circle([50.5, 30.5], {radius: 200}).addTo(map);
当我单击工具栏中的编辑图标时,如何使其可编辑?