派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-24 9706167cee66aa208e538b9d3a5e9ecd88cd7462
src/components/panel/topicSearch/SewersSelect/AnalysisChoose/PublicWay.js
@@ -1,8 +1,3 @@
export function selectPipeLine () {
  window.map.on('click', this.selectClick)
  window.mapManager.clickDialogSwitch = true
}
export function createFlowLine (param) {
  const flowLine = window.L.polyline(param.points, param.option)
  flowLine.addTo(window.map)