@vertigis/viewer-spec 48.1.0 → 48.2.0
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/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/messaging/registry/viewer.d.ts +12 -0
- package/messaging/registry/viewer.js +1 -1
- package/messaging/schema/common-action.schema.json +8 -8
- package/messaging/schema/common-event.schema.json +8 -8
- package/messaging/schema/mobile-action.schema.json +8 -8
- package/messaging/schema/mobile-event.schema.json +8 -8
- package/messaging/schema/web-action.schema.json +42 -15
- package/messaging/schema/web-event.schema.json +9 -9
- package/package.json +3 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1752,7 +1752,7 @@
|
|
|
1752
1752
|
},
|
|
1753
1753
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
1754
1754
|
"additionalProperties": false,
|
|
1755
|
-
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a
|
|
1755
|
+
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
|
|
1756
1756
|
"properties": {
|
|
1757
1757
|
"authoringInfo": {
|
|
1758
1758
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -2641,7 +2641,7 @@
|
|
|
2641
2641
|
},
|
|
2642
2642
|
"mode": {
|
|
2643
2643
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
2644
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2.
|
|
2644
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
|
|
2645
2645
|
},
|
|
2646
2646
|
"opacity": {
|
|
2647
2647
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -4841,7 +4841,7 @@
|
|
|
4841
4841
|
},
|
|
4842
4842
|
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
4843
4843
|
"additionalProperties": false,
|
|
4844
|
-
"description": "The default time-related export options for a layer.{@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
|
|
4844
|
+
"description": "The default time-related export options for a layer.{@link:}* https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
|
|
4845
4845
|
"properties": {
|
|
4846
4846
|
"timeDataCumulative": {
|
|
4847
4847
|
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
@@ -5991,7 +5991,7 @@
|
|
|
5991
5991
|
"type": "string"
|
|
5992
5992
|
},
|
|
5993
5993
|
"styleUrl": {
|
|
5994
|
-
"description": "URL to a style definition Must be one of the following values:
|
|
5994
|
+
"description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
|
|
5995
5995
|
"type": "string"
|
|
5996
5996
|
}
|
|
5997
5997
|
},
|
|
@@ -7150,7 +7150,7 @@
|
|
|
7150
7150
|
},
|
|
7151
7151
|
"mode": {
|
|
7152
7152
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
7153
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2.
|
|
7153
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
|
|
7154
7154
|
},
|
|
7155
7155
|
"opacity": {
|
|
7156
7156
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -7360,7 +7360,7 @@
|
|
|
7360
7360
|
"description": "Color is represented as a three or four-element array."
|
|
7361
7361
|
},
|
|
7362
7362
|
"colorMixMode": {
|
|
7363
|
-
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D.
|
|
7363
|
+
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual variable color. - Multiply: the feature's color is multiplied with the symbol color.",
|
|
7364
7364
|
"enum": [
|
|
7365
7365
|
"multiply",
|
|
7366
7366
|
"replace",
|
|
@@ -7410,7 +7410,7 @@
|
|
|
7410
7410
|
"type": "string"
|
|
7411
7411
|
},
|
|
7412
7412
|
"href": {
|
|
7413
|
-
"description": "URL to the returned image. Must be
|
|
7413
|
+
"description": "URL to the returned image. Must be an absolute URL or a relative path starting with \"./\".",
|
|
7414
7414
|
"type": "string"
|
|
7415
7415
|
},
|
|
7416
7416
|
"primitive": {
|
|
@@ -7425,7 +7425,7 @@
|
|
|
7425
7425
|
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
|
|
7426
7426
|
"properties": {
|
|
7427
7427
|
"href": {
|
|
7428
|
-
"description": "Must be
|
|
7428
|
+
"description": "Must be an absolute URL or a relative path starting with \"./\".",
|
|
7429
7429
|
"type": "string"
|
|
7430
7430
|
},
|
|
7431
7431
|
"primitive": {
|
|
@@ -8978,7 +8978,7 @@
|
|
|
8978
8978
|
"description": "A sequence of parameters used to append different custom parameters to a WMTS tile request. These parameters are applied to GetTile. The customLayerParameters property takes precedence if customParameters is also present."
|
|
8979
8979
|
},
|
|
8980
8980
|
"customParameters": {
|
|
8981
|
-
"description": "A sequence of parameters used to append custom parameters to all WMTS requests. These parameters are applied to GetCapabilities and GetTile. If used with the
|
|
8981
|
+
"description": "A sequence of parameters used to append custom parameters to all WMTS requests. These parameters are applied to GetCapabilities and GetTile. If used with the customLayerParameters property, customParameters will not take precedence."
|
|
8982
8982
|
},
|
|
8983
8983
|
"layerIdentifier": {
|
|
8984
8984
|
"description": "Identifier for the specific layer used in the WMTS service. Required input by the user.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/viewer-spec",
|
|
3
|
-
"version": "48.
|
|
3
|
+
"version": "48.2.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "VertiGIS Viewer Specification",
|
|
6
6
|
"type": "module",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
},
|
|
34
34
|
"author": "VertiGIS Ltd.",
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@vertigis/arcgis-extensions": ">= 35.
|
|
36
|
+
"@vertigis/arcgis-extensions": ">= 35.1.0 < 36.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@arcgis/core": "4.23.3",
|
|
40
|
+
"@vertigis/arcgis-extensions": "35.1.0",
|
|
40
41
|
"@prettier/plugin-xml": "2.2.0",
|
|
41
42
|
"@types/glob": "7.2.0",
|
|
42
43
|
"@types/node": "14.14.41",
|
|
43
44
|
"@typescript-eslint/eslint-plugin": "5.23.0",
|
|
44
45
|
"@typescript-eslint/parser": "5.23.0",
|
|
45
|
-
"@vertigis/arcgis-extensions": "35.0.0",
|
|
46
46
|
"del-cli": "4.0.1",
|
|
47
47
|
"eslint": "8.15.0",
|
|
48
48
|
"eslint-config-prettier": "8.5.0",
|
package/version.d.ts
CHANGED
package/version.js
CHANGED