From a702aac1e6c1c9a549d3c6d78c5b5fc91d55405f Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期二, 06 四月 2021 18:21:28 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/views/MapTemplate.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/MapTemplate.vue b/src/views/MapTemplate.vue index fbe6525..e19b47f 100644 --- a/src/views/MapTemplate.vue +++ b/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() -- Gitblit v1.8.0