From c66e165e93e66e60fd1568608fef3dce73aee613 Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Mon, 09 Nov 2020 10:38:59 +0800
Subject: [PATCH] 修改底图
---
jimu.js/MapManager.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/jimu.js/MapManager.js b/jimu.js/MapManager.js
index 7694602..dc7272f 100644
--- a/jimu.js/MapManager.js
+++ b/jimu.js/MapManager.js
@@ -191,6 +191,7 @@
'http://cache1.arcgisonline.cn/arcgis/rest/services/SimpleFeature/ChinaBoundaryLine/MapServer'
})
}
+
else if (layerConfig.type == "mapbox") {
layer = new Cesium.MapboxImageryProvider({
mapId: 'mapbox.country-boundaries-v1',
--
Gitblit v1.9.3