Skip to content

Commit 56d6756

Browse files
author
潘卓然ParnDeedlit
committed
Merge branch 'new_directory_to_dev' into dev
2 parents 16711c2 + f8e4cf0 commit 56d6756

File tree

205 files changed

+6559
-480
lines changed

Some content is hidden

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

205 files changed

+6559
-480
lines changed

website/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"plugin:vue/essential",
5151
"eslint:recommended"
5252
],
53-
"rules": {},
5453
"parserOptions": {
5554
"parser": "babel-eslint"
5655
}
@@ -64,4 +63,4 @@
6463
"> 1%",
6564
"last 2 versions"
6665
]
67-
}
66+
}

website/public/static/demo/cesium/example/analysis/analysis-excavate.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@
9696
latitude: 30.0262,
9797
height: 0
9898
});
99+
console.log("tileset",landscapeLayer[0]);
99100
//analysisManager.startDynamicExcavate(dynaCut.planes[0], distance, planes, landscapeLayer[0].modelMatrix)
100101
// 设置开挖的动态效果
101102
dynaCut.planes[0].plane.plane = new Cesium.CallbackProperty(function (date) {
102-
console.log(planes);
103+
// console.log(planes);
103104
for (var i = 0; i < planes.length; i++) {
104105
if (i === planes.length - 1) {
105106
var plane = planes[i];

website/public/static/demo/config/config-headers.json

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,23 @@
6060
"hightlights": [[false, false, false, false, false, false, false, false, false, false, false, false]],
6161
"routes": [["/guide/component/development_component", "", "", "", "", "", "", "", "", "", "", ""]]
6262
},
63+
{
64+
"title": "常见问题",
65+
"icon": "iconchangjianwenti",
66+
"hightlights": [[true, true, true, true]],
67+
"links": [
68+
["Cesium-基本引入", "Cesium-内存溢出", "Cesium-路由切换", "MapboxGL-基本引入"]
69+
],
70+
"routes": [
71+
[
72+
"/helper/vue-cesium/vue/import/index",
73+
"/helper/vue-cesium/vue/memery/index",
74+
"/helper/vue-cesium/vue/route/index",
75+
"/helper/vue-mapboxgl/vue/import"
76+
]
77+
],
78+
"type":"helper"
79+
},
6380
{
6481
"title": "开发示例",
6582
"icon": "iconzaixianshili",
@@ -119,14 +136,11 @@
119136
{
120137
"title": "常见问题",
121138
"icon": "iconchangjianwenti",
122-
"hightlights": [[false, true, true, true]],
123-
"links": [["OGC-WMTS", "Vue-基本引入", "Vue-内存溢出", "Vue-路由切换"]],
139+
"hightlights": [[false]],
140+
"links": [["OGC-WMTS"]],
124141
"routes": [
125142
[
126-
"/helper/cesium/ogc/wmts/WMTS",
127-
"/helper/cesium/vue/import/index",
128-
"/helper/cesium/vue/memery/index",
129-
"/helper/cesium/vue/route/index"
143+
"/helper/cesium/ogc/wmts/WMTS"
130144
]
131145
],
132146
"type":"helper"
@@ -235,9 +249,9 @@
235249
{
236250
"title": "常见问题",
237251
"icon": "iconchangjianwenti",
238-
"hightlights": [[true, true, true, true, true, true, true]],
252+
"hightlights": [[true, true, true, true, true, true]],
239253
"links": [
240-
["OGC-WMTS", "ArcServer-WMS", "ArcServer-要素图层", "矢量瓦片-介绍", "矢量瓦片-离线部署", "矢量瓦片-几何&符号", "Vue-基本引入"]
254+
["OGC-WMTS", "ArcServer-WMS", "ArcServer-要素图层", "矢量瓦片-介绍", "矢量瓦片-离线部署", "矢量瓦片-几何&符号"]
241255
],
242256
"routes": [
243257
[
@@ -246,8 +260,7 @@
246260
"/helper/mapboxgl/arcserver/featurelayer/index",
247261
"/helper/mapboxgl/vectortile/index",
248262
"/helper/mapboxgl/vectortile/deploy",
249-
"/helper/mapboxgl/vectortile/style",
250-
"/helper/mapboxgl/vue/import"
263+
"/helper/mapboxgl/vectortile/style"
251264
]
252265
],
253266
"type":"helper"

0 commit comments

Comments
 (0)