派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-21 81e462c9578834d32a30f939d940fb674f1e29f8
src/components/panel/topicSearch/SewersSelect/AnalysisChoose/Tube.vue
@@ -192,7 +192,11 @@
        const geom = JSON.parse(itm.geomText)
        const points = []
        geom.coordinates.forEach((it, id) => {
          points.push(it.reverse())
          const item = it.reverse()
          if (it.length > 2) {
            item.shift()
          }
          points.push(item)
        })
        linkPipe.push(points)
      })