派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-06 fc1c4ccc6fb29d8dbd475101047632f83b516a3d
src/views/MapTemplate.vue
@@ -90,7 +90,7 @@
        L: window.L,
        map: this.map
      })
      layerFactory.init()
      layerFactory.init(this.$store.state.map.serviceLayers.LayerSewersLine)
      window.layerFactory = layerFactory
      this.basemapHelper = Sgis.initBasemapsHelper(this.map) // 初始化基础底图助手
@@ -106,7 +106,6 @@
      // this.setBasemapHelper(this.basemapHelper)
      // this.setServiceLayerHelper(this.serviceLayerHelper)
      // this.setVectorLayerHelper(this.vectorLayerHelper)
      this.addMarker()
    },
    onLayerClick () {
      this.$refs.popup.setShow()