派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-31 fbd66eb2aa443d79db249e49f134f9a5a88c2d44
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)
}