派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-04 b0f6d680bb2e0da20569ad9789e9726f71c1aa31
src/components/panel/topicSearch/SewersSearch.vue
@@ -180,7 +180,7 @@
      console.log(val)
      const bound = this.L.geoJSON([val], {}).getBounds()
      console.log(bound)
      this.$store.state.map.flyToBounds(bound)
      this.$store.state.map.map.flyToBounds(bound)
    }
  }
}