| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8bc0f29 commit 0ee1a10
303 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,6 @@ | |||
| 50 | 50 | "plugin:vue/essential", | |
| 51 | 51 | "eslint:recommended" | |
| 52 | 52 | ], | |
| 53 | - "rules": {}, | ||
| 54 | 53 | "parserOptions": { | |
| 55 | 54 | "parser": "babel-eslint" | |
| 56 | 55 | } | |
@@ -64,4 +63,4 @@ | |||
| 64 | 63 | "> 1%", | |
| 65 | 64 | "last 2 versions" | |
| 66 | 65 | ] | |
| 67 | - } | ||
| 66 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,10 +96,11 @@ | |||
| 96 | 96 | latitude: 30.0262, | |
| 97 | 97 | height: 0 | |
| 98 | 98 | }); | |
| 99 | + console.log("tileset",landscapeLayer[0]); | ||
| 99 | 100 | //analysisManager.startDynamicExcavate(dynaCut.planes[0], distance, planes, landscapeLayer[0].modelMatrix) | |
| 100 | 101 | // 设置开挖的动态效果 | |
| 101 | 102 | dynaCut.planes[0].plane.plane = new Cesium.CallbackProperty(function (date) { | |
| 102 | - console.log(planes); | ||
| 103 | + // console.log(planes); | ||
| 103 | 104 | for (var i = 0; i < planes.length; i++) { | |
| 104 | 105 | if (i === planes.length - 1) { | |
| 105 | 106 | var plane = planes[i]; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,6 +60,23 @@ | |||
| 60 | 60 | "hightlights": [[false, false, false, false, false, false, false, false, false, false, false, false]], | |
| 61 | 61 | "routes": [["/guide/component/development_component", "", "", "", "", "", "", "", "", "", "", ""]] | |
| 62 | 62 | }, | |
| 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 | + }, | ||
| 63 | 80 | { | |
| 64 | 81 | "title": "开发示例", | |
| 65 | 82 | "icon": "iconzaixianshili", | |
@@ -119,14 +136,11 @@ | |||
| 119 | 136 | { | |
| 120 | 137 | "title": "常见问题", | |
| 121 | 138 | "icon": "iconchangjianwenti", | |
| 122 | - "hightlights": [[false, true, true, true]], | ||
| 123 | - "links": [["OGC-WMTS", "Vue-基本引入", "Vue-内存溢出", "Vue-路由切换"]], | ||
| 139 | + "hightlights": [[false]], | ||
| 140 | + "links": [["OGC-WMTS"]], | ||
| 124 | 141 | "routes": [ | |
| 125 | 142 | [ | |
| 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" | ||
| 130 | 144 | ] | |
| 131 | 145 | ], | |
| 132 | 146 | "type":"helper" | |
@@ -235,9 +249,9 @@ | |||
| 235 | 249 | { | |
| 236 | 250 | "title": "常见问题", | |
| 237 | 251 | "icon": "iconchangjianwenti", | |
| 238 | - "hightlights": [[true, true, true, true, true, true, true]], | ||
| 252 | + "hightlights": [[true, true, true, true, true, true]], | ||
| 239 | 253 | "links": [ | |
| 240 | - ["OGC-WMTS", "ArcServer-WMS", "ArcServer-要素图层", "矢量瓦片-介绍", "矢量瓦片-离线部署", "矢量瓦片-几何&符号", "Vue-基本引入"] | ||
| 254 | + ["OGC-WMTS", "ArcServer-WMS", "ArcServer-要素图层", "矢量瓦片-介绍", "矢量瓦片-离线部署", "矢量瓦片-几何&符号"] | ||
| 241 | 255 | ], | |
| 242 | 256 | "routes": [ | |
| 243 | 257 | [ | |
@@ -246,8 +260,7 @@ | |||
| 246 | 260 | "/helper/mapboxgl/arcserver/featurelayer/index", | |
| 247 | 261 | "/helper/mapboxgl/vectortile/index", | |
| 248 | 262 | "/helper/mapboxgl/vectortile/deploy", | |
| 249 | - "/helper/mapboxgl/vectortile/style", | ||
| 250 | - "/helper/mapboxgl/vue/import" | ||
| 263 | + "/helper/mapboxgl/vectortile/style" | ||
| 251 | 264 | ] | |
| 252 | 265 | ], | |
| 253 | 266 | "type":"helper" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments