派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-19 77e1bf3098cbf4bc19dafd76995f6e13ee9361f7
src/components/panel/topicSearch/SewersSearch.vue
@@ -137,9 +137,7 @@
      }
    },
    handleLocation (val) {
      const bound = this.L.geoJSON([val], {}).getBounds()
      window.map.flyToBounds(bound)
      window.layerFactory.flyByLayerId(this.form.dataType.code, val.id)
      window.layerFactory.flyByFeature(val, this.form.dataType.code)
      // layer && layer.openPopup()
    }
  }