@mapgis/webclient-cesium-plugin 17.2.0 → 17.2.1
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 +12 -2
- package/dist/es5/webclient-cesium-plugin.min.js +4 -4
- package/dist/es5/webclient-common.min.js +5 -5
- package/dist/webclient-cesium-plugin-es6.min.js +4 -4
- package/documention/ArcGISMapServerImageryProvider.html +2 -2
- package/documention/ArcGISTileServerImageryProvider.html +2 -2
- package/documention/CustomTilingScheme.html +1 -1
- package/documention/MapGISMapServerImageryProvider.html +5 -5
- package/documention/MapGISTileServerImageryProvider.html +2 -2
- package/documention/MapGISVectorTileImageryProvider.html +1 -1
- package/documention/Popup.html +5 -3
- package/documention/SceneViewCesium.html +14 -14
- package/documention/Screenshot.html +6 -4
- package/documention/SketchEditorCesium.html +14 -10
- package/documention/WebMapServiceImageryProvider.html +2 -2
- package/documention/WebMapTileServiceImageryProvider.html +2 -2
- package/documention/index.html +3 -3
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -182,9 +182,9 @@ npm install @mapgis/webclient-cesium-plugin
|
|
|
182
182
|
</style>
|
|
183
183
|
<script>
|
|
184
184
|
//初始化图层管理容器
|
|
185
|
-
const map = new
|
|
185
|
+
const map = new zondy.Map();
|
|
186
186
|
//初始化场景视图对象
|
|
187
|
-
const sceneView = new
|
|
187
|
+
const sceneView = new zondy.SceneView({
|
|
188
188
|
//视图id
|
|
189
189
|
viewId: "你的场景视图的id",
|
|
190
190
|
//图层管理容器
|
|
@@ -266,6 +266,16 @@ const sceneView = new SceneView({
|
|
|
266
266
|
|
|
267
267
|
## 4.1、正式版
|
|
268
268
|
|
|
269
|
+
### v17.2.1
|
|
270
|
+
|
|
271
|
+
**更新说明:**
|
|
272
|
+
|
|
273
|
+
1. 功能优化
|
|
274
|
+
|
|
275
|
+
- 三维(Cesium)引擎优化命名空间结构
|
|
276
|
+
- 三维(Cesium)引擎修复已知问题
|
|
277
|
+
|
|
278
|
+
|
|
269
279
|
### v17.2.0
|
|
270
280
|
|
|
271
281
|
**更新说明:**
|