派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-31 636bc7b594860875c49cf8d6fb6ed2a7e4520d62
src/components/plugin/MeaSure.js
@@ -150,10 +150,12 @@
}
const startMeasureArea = function (map, L) {
  areaMeasure.destory()
  areaMeasure.init(map, L)
}
const startMeasureLen = function (map, L) {
  distanceMeasure.destory()
  distanceMeasure.init(map, L)
}