@mapgis/webclient-common 17.2.1 → 17.2.3

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 (91) hide show
  1. package/README.md +18 -2
  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 +1106 -0
  7. package/documention/BaseView.html +18 -18
  8. package/documention/Callout3D.html +5 -5
  9. package/documention/Cesium3DTilesCacheLayer.html +18 -18
  10. package/documention/Circle.html +5 -5
  11. package/documention/Collection.html +198 -4
  12. package/documention/Extent.html +5 -5
  13. package/documention/ExtrudeSymbol3DLayer.html +5 -5
  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/IGSMapImageLayer.html +1 -3
  22. package/documention/IGSMapImageSubLayer.html +14 -14
  23. package/documention/IGSSceneLayer.html +5 -5
  24. package/documention/IGSSceneSubLayer.html +14 -14
  25. package/documention/IGSTileLayer.html +14 -14
  26. package/documention/IGSVectorTileLayer.html +1 -34
  27. package/documention/ISScene.html +1336 -0
  28. package/documention/ISSceneLayer.html +2028 -0
  29. package/documention/ISSceneServer.html +2234 -0
  30. package/documention/ISSceneSubLayer.html +2626 -0
  31. package/documention/IconSymbol3DLayer.html +5 -5
  32. package/documention/LabelClass.html +5 -5
  33. package/documention/Layer.html +13 -13
  34. package/documention/LineCallout3D.html +5 -5
  35. package/documention/LineString.html +5 -5
  36. package/documention/LineSymbol.html +5 -5
  37. package/documention/LineSymbol3DLayer.html +5 -5
  38. package/documention/M3DModelCacheLayer.html +19 -19
  39. package/documention/MapGISTextSymbol.html +5 -5
  40. package/documention/MapImageLayer.html +28 -28
  41. package/documention/MapView.html +19 -19
  42. package/documention/MarkerSymbol.html +5 -5
  43. package/documention/MultiLineString.html +5 -5
  44. package/documention/MultiPoint.html +5 -5
  45. package/documention/MultiPolygon.html +5 -5
  46. package/documention/OGCLayer.html +14 -14
  47. package/documention/ObjectSymbol3DLayer.html +5 -5
  48. package/documention/OverlayLayer.html +14 -14
  49. package/documention/PathSymbol3DLayer.html +5 -5
  50. package/documention/PictureFillSymbol.html +5 -5
  51. package/documention/Point.html +5 -5
  52. package/documention/PointSymbol3D.html +1 -1
  53. package/documention/Polygon.html +5 -5
  54. package/documention/S3MTilesCacheLayer.html +7726 -0
  55. package/documention/SceneLayer.html +14 -14
  56. package/documention/SceneView.html +19 -19
  57. package/documention/SimpleFillSymbol.html +5 -5
  58. package/documention/SketchBaseDrawTool.html +5 -5
  59. package/documention/SketchCircleDrawTool.html +5 -5
  60. package/documention/SketchEditor.html +2 -2
  61. package/documention/SketchEditorCesium.html +2 -2
  62. package/documention/SketchEditorVideo.html +2 -2
  63. package/documention/SketchEditorVideoBase.html +3 -3
  64. package/documention/SketchExtentDrawTool.html +5 -5
  65. package/documention/SketchFreehandPolygonDrawTool.html +5 -5
  66. package/documention/SketchFreehandPolylineDrawTool.html +5 -5
  67. package/documention/SketchPointDrawTool.html +5 -5
  68. package/documention/SketchPolygonDrawTool.html +10 -10
  69. package/documention/SketchPolylineDrawTool.html +10 -10
  70. package/documention/SubLayer.html +13 -13
  71. package/documention/Symbol.html +5 -5
  72. package/documention/Symbol3DLayer.html +5 -5
  73. package/documention/Symbol3DVerticalOffset.html +5 -5
  74. package/documention/TerrainCacheLayer.html +14 -14
  75. package/documention/TextSymbol.html +5 -5
  76. package/documention/TextSymbol3DLayer.html +5 -5
  77. package/documention/TileLayer.html +14 -14
  78. package/documention/UnknownLayer.html +14 -14
  79. package/documention/VectorTileGroupSubLayer.html +14 -14
  80. package/documention/VectorTileLayer.html +14 -14
  81. package/documention/VectorTileSubLayer.html +14 -14
  82. package/documention/VideoMapView.html +4 -4
  83. package/documention/WFSLayer.html +14 -14
  84. package/documention/WMSLayer.html +14 -14
  85. package/documention/WMSSubLayer.html +14 -14
  86. package/documention/WMTSLayer.html +14 -14
  87. package/documention/WMTSSubLayer.html +14 -14
  88. package/documention/WaterSymbol3DLayer.html +5 -5
  89. package/documention/WebTileLayer.html +14 -14
  90. package/documention/index.html +38 -38
  91. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-common",
3
- "version":"17.2.1",
3
+ "version":"17.2.3",
4
4
  "description": "mapgis ES6 format for igserver",
5
5
  "main": "dist/webclient-common-es6.min.js",
6
6
  "scripts": {},