派生自 wuyushui/SewerAndRainNetwork

chenyibo
2021-04-02 fb3b0fb61664d52a58c017437ed41f866e95f234
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)
}