mapControl.customLayer.clearmarkers();
移除指定的mapControl.customLayer.removemarker("id")。
http://iclient.supermap.io/examples/classic/editor.html#popup_shadowPopup
参考下这个添加
移除用这个可以 markerlayer.removeMarker(marker);
参考api https://leafletjs.com/reference-1.5.0.html#map-example
有个这个方法
removeLayer可以移除对应的图层 可以写个循环来进行移除
但是如果你把marker全部存在一个LayerGroup或者FeatureGroup的话
就可以直接用他们的clearLayers()方法
具体参看
https://leafletjs.com/reference-1.5.0.html#featuregroup