Sfoglia il codice sorgente

超图林班数据图层

jiangbo111111 2 anni fa
parent
commit
63f6117cf1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/components/supermap.vue

+ 1 - 0
src/components/supermap.vue

@@ -1373,6 +1373,7 @@
 							this.deckglLayer = window.L.supermap.tiledMapLayer(urlList[i], {})
 							this.deckglLayerList.push(this.deckglLayer)
 							this.map.addLayer(this.deckglLayer)
+
 						}
 					}
 				}