src/components/panel/topicSearch/SewersSelect/AnalysisChoose/PublicWay.js
@@ -1,5 +1,16 @@ export function selectPipeLine () { window.map.on('click', this.selectClick) } export function createFlowLine (param) { const flowLine = window.L.polyline(param.points, param.option) flowLine.addTo(window.map) return flowLine } export function linkClear (linkClear) { if (this.linkClear != null) { this.linkClear.remove() this.linkClear = null } }