派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-08 dd005b03c33258be77e39b2c1cc5cc6f78387542
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)
}