@mapgis/webclient-cesium-plugin 17.4.0 → 17.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +76 -1
- package/dist/es5/webclient-cesium-plugin.min.js +9 -9
- package/dist/es5/webclient-common.min.js +37 -5
- package/dist/webclient-cesium-plugin-es6.min.js +9 -9
- package/documention/AlgorithmLib.html +8 -4
- package/documention/AngulationTool.html +8 -4
- package/documention/AnimationTool.html +8 -4
- package/documention/ArcGISMapServerImageryProvider.html +8 -4
- package/documention/ArcGISTileServerImageryProvider.html +8 -4
- package/documention/ArcGISVectorTileImageryProvider.html +8 -4
- package/documention/Cesium.Material.html +8 -4
- package/documention/Cesium.Viewer.html +185 -4
- package/documention/Cesium3DTileset.html +8 -4
- package/documention/CesiumHeatmap.html +8 -4
- package/documention/CesiumNavigation.html +511 -0
- package/documention/CesiumTerrainProvider.html +8 -4
- package/documention/CircleWaveMaterialProperty.html +8 -4
- package/documention/CollisionDetectionByRender.html +8 -4
- package/documention/CompatibleFunc.html +8 -4
- package/documention/CustomProjection.html +8 -4
- package/documention/CustomTilingScheme.html +8 -4
- package/documention/CutFillAnalysis.html +8 -4
- package/documention/CuttingTool.html +155 -18
- package/documention/Deferred.html +8 -4
- package/documention/DrawElement.html +18 -14
- package/documention/DrawTool.html +10 -6
- package/documention/DynamicEntityVisualizer.html +8 -4
- package/documention/DynamicLabelLayer.html +333 -447
- package/documention/EditTool.html +8 -4
- package/documention/FloodAnalysis.html +8 -4
- package/documention/FloodAnalysisReflection.html +8 -4
- package/documention/GeoJSONLayerUtil.html +8 -4
- package/documention/GlobeIndependentTranslucency.html +8 -4
- package/documention/Graphic.html +8 -4
- package/documention/GraphicTransformTool.html +1207 -0
- package/documention/GraphicsLayer.html +9 -5
- package/documention/GraphicsLayerUtil.html +8 -4
- package/documention/GroundPrimitiveLayer.html +1645 -0
- package/documention/HashMap.html +8 -4
- package/documention/HeightLimited.html +8 -4
- package/documention/IGSFeatureLayerUtil.html +171 -4
- package/documention/ISSceneLayerUtil.html +222 -4
- package/documention/KeyboardCameraController.html +8 -4
- package/documention/MapGISDynamicLabelCollection.html +1696 -0
- package/documention/MapGISFeatureGridCollection.html +1579 -0
- package/documention/MapGISImageServerImageryProvider.html +2388 -0
- package/documention/MapGISM3DSet.html +8 -4
- package/documention/MapGISMapServerImageProvider.html +2523 -0
- package/documention/MapGISMapServerImageryProvider.html +9 -5
- package/documention/MapGISTerrainProvider.html +8 -4
- package/documention/MapGISTileAvailability.html +10 -6
- package/documention/MapGISTileServerImageProvider.html +2033 -0
- package/documention/MapGISTileServerImageryProvider.html +8 -4
- package/documention/MapGISVectorTileImageryProvider.html +8 -4
- package/documention/MeasureAreaTool.html +8 -4
- package/documention/MeasureLengthTool.html +8 -4
- package/documention/MeasureSlopeTool.html +8 -4
- package/documention/ModelEditor.html +8 -4
- package/documention/ModelFilterTool.html +8 -4
- package/documention/ModelTransformTool.html +12 -8
- package/documention/NavigationControl.html +512 -0
- package/documention/NavigationTool.html +694 -0
- package/documention/OpenWeatherImageryProvider.html +766 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +8 -4
- package/documention/Popup.html +9 -5
- package/documention/PostProcessStageLibrary.html +8 -4
- package/documention/Promise.html +8 -4
- package/documention/ProviderBaseUrlRegExp.html +735 -0
- package/documention/RadarMaterialProperty.html +8 -4
- package/documention/ReImg.html +8 -4
- package/documention/ResetViewNavigationControl.html +975 -0
- package/documention/RiverGeometry.html +8 -4
- package/documention/RoamParticle.html +8 -4
- package/documention/S3MTileset.html +8 -4
- package/documention/SceneView.html +3274 -6
- package/documention/SceneViewCesium.html +1028 -447
- package/documention/Screenshot.html +8 -4
- package/documention/SelectTool.html +8 -4
- package/documention/ShadowRateAnalysis.html +8 -4
- package/documention/ShadowRateDrawCommand.html +8 -4
- package/documention/SketchEditor.html +1774 -0
- package/documention/SketchEditorCesium.html +249 -365
- package/documention/StableParticle.html +8 -4
- package/documention/Style.html +8 -4
- package/documention/TerrainAnalyse.html +11 -7
- package/documention/TerrainProfile.html +8 -4
- package/documention/ThemeManager.html +9 -5
- package/documention/Tooltip.html +8 -4
- package/documention/TriangulationTool.html +8 -4
- package/documention/UrlTemplateImageryProvider.html +8 -4
- package/documention/UserInterfaceControl.html +1187 -0
- package/documention/VisiblityAnalysis.html +9 -5
- package/documention/WFSLayerUtil.html +8 -4
- package/documention/WaterReflection.html +8 -4
- package/documention/WebMapServiceImageryProvider.html +8 -4
- package/documention/WebMapTileServiceImageryProvider.html +8 -4
- package/documention/Wind3D.html +8 -4
- package/documention/ZoomNavigationControl.html +861 -0
- package/documention/createColorTexture.html +8 -4
- package/documention/global.html +80 -218
- package/documention/index.html +8 -4
- package/documention/initializeOptions.html +8 -4
- package/documention/isCounterClockwise.html +8 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +8 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +8 -4
- package/documention/module.exports_module.exports.html +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -266,6 +266,81 @@ const sceneView = new SceneView({
|
|
|
266
266
|
|
|
267
267
|
## 4.1、正式版
|
|
268
268
|
|
|
269
|
+
### v17.4.8
|
|
270
|
+
|
|
271
|
+
**更新说明:**
|
|
272
|
+
|
|
273
|
+
1. 功能优化
|
|
274
|
+
|
|
275
|
+
- 此版本无更新
|
|
276
|
+
|
|
277
|
+
### v17.4.7
|
|
278
|
+
|
|
279
|
+
**更新说明:**
|
|
280
|
+
|
|
281
|
+
1. 功能优化
|
|
282
|
+
|
|
283
|
+
- 修复Graphic中半透明图元顺序异常的问题
|
|
284
|
+
- 修复剖面分析工具接口异常的问题
|
|
285
|
+
- 修复Popup弹窗接口异常的问题
|
|
286
|
+
|
|
287
|
+
### v17.4.6
|
|
288
|
+
|
|
289
|
+
**更新说明:**
|
|
290
|
+
|
|
291
|
+
1. 功能优化
|
|
292
|
+
|
|
293
|
+
- 修复场景设置罗盘失败的问题
|
|
294
|
+
- 修复剖切分析中绘制模型裁剪面功能中,配置剖切辅助面属性不生效的问题
|
|
295
|
+
- 修复碰撞检测中多次开启漫游时,碰撞检测失效的问题
|
|
296
|
+
|
|
297
|
+
### v17.4.5
|
|
298
|
+
|
|
299
|
+
**更新说明:**
|
|
300
|
+
|
|
301
|
+
1. 功能优化
|
|
302
|
+
|
|
303
|
+
- 修复CuttingTool无法剖切3D Tiles的问题
|
|
304
|
+
|
|
305
|
+
### v17.4.4
|
|
306
|
+
|
|
307
|
+
**更新说明:**
|
|
308
|
+
|
|
309
|
+
1. 功能优化
|
|
310
|
+
|
|
311
|
+
- 优化 GraphicsLayer 图层中深度检测设置的默认值
|
|
312
|
+
|
|
313
|
+
### v17.4.3
|
|
314
|
+
|
|
315
|
+
**更新说明:**
|
|
316
|
+
|
|
317
|
+
1. 功能新增
|
|
318
|
+
|
|
319
|
+
- 新增MapGIS网格要素容器类MapGISFeatureGridCollection
|
|
320
|
+
|
|
321
|
+
2. 功能优化
|
|
322
|
+
|
|
323
|
+
- 优化面积测量工具图形外边线绘制效果
|
|
324
|
+
|
|
325
|
+
### v17.4.2
|
|
326
|
+
|
|
327
|
+
**更新说明:**
|
|
328
|
+
|
|
329
|
+
1. 功能优化
|
|
330
|
+
|
|
331
|
+
- 优化Tooltip工具根据相对位置定位的问题
|
|
332
|
+
- 增强对Cesium1.122版本的兼容
|
|
333
|
+
- 修复Mapv热力图显示错误的问题
|
|
334
|
+
|
|
335
|
+
### v17.4.1
|
|
336
|
+
|
|
337
|
+
**更新说明:**
|
|
338
|
+
|
|
339
|
+
1. 功能优化
|
|
340
|
+
|
|
341
|
+
- 修复API文档中部分接口文档缺失的问题
|
|
342
|
+
- 混合开发接口增强,支持MapGIS场景服务和S3M场景服务混合开发
|
|
343
|
+
|
|
269
344
|
### v17.4.0
|
|
270
345
|
|
|
271
346
|
**更新说明:**
|
|
@@ -275,7 +350,7 @@ const sceneView = new SceneView({
|
|
|
275
350
|
- 三维动态注记丰富避让策略设置
|
|
276
351
|
- 支持S3M数据接入
|
|
277
352
|
- 支持M3D2.1格式的栅格体元数据接入、配色方案设置、时态切换、透明度设置
|
|
278
|
-
- 兼容Cesium1.
|
|
353
|
+
- 兼容Cesium1.122版本
|
|
279
354
|
|
|
280
355
|
2. 功能优化
|
|
281
356
|
|