派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-07 852cddcb21d95efa4c031ef18d4b777abf5e6c37
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)
}