派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-07 be9f3ad87b059e5ddf25a7f8f8672293aecf6302
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)
}