派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-29 6ab6b11a0ba0bc20c099b9f7b73e9d03fe7d5b8e
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)
}