传单自定义编辑?处理程序?

Leaflet custom edit ?handler?

是否可以将在编辑模式下显示的矩形更改为其他内容,例如划线器、圆圈或图标?

您可以使用 css 更改标记,例如:

.leaflet-editing-icon {
    border-radius: 50%;
    background-color: #ffbf4b;
}

另外绘图插件 Leaflet-Geoman 非常好并且有现代的顶点标记。