派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-07 00b98db3e2fdab375335af678d505deda18b3487
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)
}