派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-02 e18f87bfee0e6f76950b580776216db9a7abe26f
src/components/panel/topicSearch/SewersSearch.vue
@@ -178,6 +178,9 @@
    },
    handleLocation (val) {
      console.log(val)
      const bound = this.L.geoJSON([val], {}).getBounds()
      console.log(bound)
      this.$store.state.map.flyToBounds(bound)
    }
  }
}