src/components/panel/ToolBoxPanel.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/plugin/MeaSure.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/panel/ToolBoxPanel.vue
@@ -391,6 +391,7 @@ }, changeSelectMouse () { this.selectGroup = true this.checked = false } } } 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) }