派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-03-31 ad6b695460dfcbca10ac010c1104aacd76e93535
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)
}