派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-30 a96e7a6704cb34ece8835066ff9f069014062e3d
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)
}