Skip to content

Commit 9f65c6d

Browse files
committed
同步代码
1 parent b2162e3 commit 9f65c6d

File tree

64 files changed

+19401
-19404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+19401
-19404
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"echarts": "^5.6.0",
2525
"lodash": "^4.17.21",
2626
"mars3d": "~3.9.0",
27-
"mars3d-cesium": "^1.125.0",
27+
"mars3d-cesium": "^1.127.0",
2828
"moment": "^2.30.1",
2929
"monaco-editor": "^0.44.0",
3030
"nprogress": "^0.2.0",

public/config/config.json

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"pid": 10,
174174
"name": "百度影像",
175175
"type": "group",
176-
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/bd-img.png",
176+
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/bd_img.png",
177177
"layers": [
178178
{
179179
"name": "底图",
@@ -190,7 +190,7 @@
190190
{
191191
"pid": 10,
192192
"name": "百度电子",
193-
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/bd-vec.png",
193+
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/bd_vec.png",
194194
"type": "baidu",
195195
"layer": "vec"
196196
},
@@ -219,26 +219,11 @@
219219
"type": "tencent",
220220
"layer": "vec"
221221
},
222-
{
223-
"pid": 10,
224-
"name": "ArcGIS影像",
225-
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/esriWorldImagery.png",
226-
"type": "xyz",
227-
"url": "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
228-
"enablePickFeatures": false
229-
},
230-
{
231-
"pid": 10,
232-
"name": "微软影像",
233-
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/bingAerial.png",
234-
"type": "bing",
235-
"layer": "Aerial"
236-
},
237222
{
238223
"id": 2017,
239224
"pid": 10,
240225
"name": "蓝色底图",
241-
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/bd-c-midnight.png",
226+
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/my_blue.png",
242227
"type": "gaode",
243228
"layer": "vec",
244229
"chinaCRS": "GCJ02",
@@ -250,10 +235,25 @@
250235
"hue": 1,
251236
"saturation": 0
252237
},
238+
{
239+
"pid": 10,
240+
"name": "绿色底图",
241+
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/my_green.png",
242+
"type": "gaode",
243+
"layer": "vec",
244+
"chinaCRS": "GCJ02",
245+
"invertColor": true,
246+
"filterColor": "rgba(12, 238, 230)",
247+
"brightness": 1,
248+
"contrast": 1.0,
249+
"gamma": 0.2,
250+
"hue": 1,
251+
"saturation": 0
252+
},
253253
{
254254
"pid": 10,
255255
"name": "黑色底图",
256-
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/bd-c-dark.png",
256+
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/my_dark.png",
257257
"type": "gaode",
258258
"layer": "vec",
259259
"chinaCRS": "GCJ02",
@@ -265,6 +265,22 @@
265265
"hue": 1,
266266
"saturation": 0
267267
},
268+
269+
{
270+
"pid": 10,
271+
"name": "ArcGIS影像",
272+
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/arcgis_img.png",
273+
"type": "xyz",
274+
"url": "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
275+
"enablePickFeatures": false
276+
},
277+
{
278+
"pid": 10,
279+
"name": "微软影像",
280+
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/bing_img.png",
281+
"type": "bing",
282+
"layer": "Aerial"
283+
},
268284
{
269285
"pid": 10,
270286
"name": "离线影像地图 (供参考)",
@@ -276,7 +292,7 @@
276292
},
277293
{
278294
"pid": 10,
279-
"name": "单张图片 (本地离线)",
295+
"name": "单张图片",
280296
"icon": "https://data.mars3d.cn/img/thumbnail/basemap/offline.png",
281297
"type": "image",
282298
"url": "https://data.mars3d.cn/img/map/world/world.jpg"

public/config/tileset.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"url": "https://data.mars3d.cn/3dtiles/jzw-hefei/tileset.json",
1010
"maximumScreenSpaceError": 1,
1111
"maxMemory": 1024,
12+
"enableCollision":true,
1213
"style": {
1314
"color": {
1415
"conditions": [["true", "color('rgba(42, 160, 224, 1)')"]]

0 commit comments

Comments
 (0)