派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-29 61a80f6d5f763a3f310a48402785f6cc2bea72dc
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)
}