@mapgis/webclient-common 17.2.2 → 17.2.4

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.
Files changed (83) hide show
  1. package/README.md +17 -0
  2. package/dist/es5/webclient-common.min.js +3 -3
  3. package/dist/webclient-common-es6.min.js +3 -3
  4. package/documention/ArcGISMapImageSubLayer.html +14 -14
  5. package/documention/ArcGISTileLayer.html +14 -14
  6. package/documention/BaseScene.html +320 -6791
  7. package/documention/BaseView.html +18 -18
  8. package/documention/Callout3D.html +5 -5
  9. package/documention/Cesium3DTilesCacheLayer.html +16 -16
  10. package/documention/Circle.html +5 -5
  11. package/documention/Extent.html +5 -5
  12. package/documention/ExtrudeSymbol3DLayer.html +5 -5
  13. package/documention/FeatureFilter.html +1486 -0
  14. package/documention/FeatureLayer.html +14 -14
  15. package/documention/FillSymbol.html +5 -5
  16. package/documention/FillSymbol3DLayer.html +5 -5
  17. package/documention/GeoJSONLayer.html +14 -14
  18. package/documention/Geometry.html +5 -5
  19. package/documention/GraphicsLayer.html +14 -14
  20. package/documention/GroupLayer.html +14 -14
  21. package/documention/IGSMapImageSubLayer.html +14 -14
  22. package/documention/IGSSceneLayer.html +5 -5
  23. package/documention/IGSSceneSubLayer.html +14 -14
  24. package/documention/IGSTileLayer.html +14 -14
  25. package/documention/IGSVectorTileLayer.html +20 -12
  26. package/documention/ISSceneSubLayer.html +14 -744
  27. package/documention/IconSymbol3DLayer.html +5 -5
  28. package/documention/LabelClass.html +5 -5
  29. package/documention/Layer.html +13 -13
  30. package/documention/LineCallout3D.html +5 -5
  31. package/documention/LineString.html +5 -5
  32. package/documention/LineSymbol.html +5 -5
  33. package/documention/LineSymbol3DLayer.html +5 -5
  34. package/documention/M3DModelCacheLayer.html +19 -19
  35. package/documention/MapGISTextSymbol.html +5 -5
  36. package/documention/MapImageLayer.html +28 -28
  37. package/documention/MapView.html +19 -19
  38. package/documention/MarkerSymbol.html +5 -5
  39. package/documention/MultiLineString.html +5 -5
  40. package/documention/MultiPoint.html +5 -5
  41. package/documention/MultiPolygon.html +5 -5
  42. package/documention/OGCLayer.html +14 -14
  43. package/documention/ObjectSymbol3DLayer.html +5 -5
  44. package/documention/OverlayLayer.html +14 -14
  45. package/documention/PathSymbol3DLayer.html +5 -5
  46. package/documention/PictureFillSymbol.html +5 -5
  47. package/documention/Point.html +5 -5
  48. package/documention/Polygon.html +5 -5
  49. package/documention/S3MTilesCacheLayer.html +14 -14
  50. package/documention/SceneLayer.html +14 -14
  51. package/documention/SceneView.html +19 -19
  52. package/documention/SimpleFillSymbol.html +5 -5
  53. package/documention/SketchBaseDrawTool.html +5 -5
  54. package/documention/SketchCircleDrawTool.html +5 -5
  55. package/documention/SketchEditor.html +2 -2
  56. package/documention/SketchEditorCesium.html +2 -2
  57. package/documention/SketchExtentDrawTool.html +5 -5
  58. package/documention/SketchFreehandPolygonDrawTool.html +5 -5
  59. package/documention/SketchFreehandPolylineDrawTool.html +5 -5
  60. package/documention/SketchPointDrawTool.html +5 -5
  61. package/documention/SketchPolygonDrawTool.html +10 -10
  62. package/documention/SketchPolylineDrawTool.html +10 -10
  63. package/documention/SubLayer.html +13 -13
  64. package/documention/Symbol.html +5 -5
  65. package/documention/Symbol3DLayer.html +5 -5
  66. package/documention/Symbol3DVerticalOffset.html +5 -5
  67. package/documention/TerrainCacheLayer.html +14 -14
  68. package/documention/TextSymbol.html +5 -5
  69. package/documention/TextSymbol3DLayer.html +5 -5
  70. package/documention/TileLayer.html +14 -14
  71. package/documention/UnknownLayer.html +14 -14
  72. package/documention/VectorTileGroupSubLayer.html +14 -14
  73. package/documention/VectorTileLayer.html +14 -14
  74. package/documention/VectorTileSubLayer.html +14 -14
  75. package/documention/WFSLayer.html +14 -14
  76. package/documention/WMSLayer.html +14 -14
  77. package/documention/WMSSubLayer.html +14 -14
  78. package/documention/WMTSLayer.html +14 -14
  79. package/documention/WMTSSubLayer.html +14 -14
  80. package/documention/WaterSymbol3DLayer.html +5 -5
  81. package/documention/WebTileLayer.html +14 -14
  82. package/documention/index.html +38 -38
  83. package/package.json +1 -1
package/README.md CHANGED
@@ -149,6 +149,23 @@ const mapImageLayer = new IGSMapImageLayer()
149
149
 
150
150
  ## 4.1、正式版
151
151
 
152
+ ### v17.2.4
153
+
154
+ **更新说明:**
155
+
156
+ 1. 功能优化
157
+
158
+ - 优化矢量瓦片的子图层显隐逻辑
159
+
160
+ ### v17.2.3
161
+
162
+ **更新说明:**
163
+
164
+ 1. 功能优化
165
+
166
+ - extentOptions属性调整为extensionOptions
167
+ - 优化接口版权信息属性
168
+
152
169
  ### v17.2.2
153
170
 
154
171
  **更新说明:**