@vertigis/viewer-spec 47.4.0 → 47.6.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/common/AnalyticsModelProperties.d.ts +10 -0
- package/app-config/common/AnalyticsModelProperties.js +1 -0
- 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/common.d.ts +1 -1
- package/messaging/registry/results.d.ts +10 -6
- package/messaging/schema/common-action.schema.json +51 -4
- package/messaging/schema/common-event.schema.json +47 -3
- package/messaging/schema/mobile-action.schema.json +51 -4
- package/messaging/schema/mobile-event.schema.json +47 -3
- package/messaging/schema/web-action.schema.json +53 -6
- package/messaging/schema/web-event.schema.json +48 -4
- package/package.json +4 -4
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/messaging/common.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import type Graphic from "@arcgis/core/Graphic";
|
|
|
2
2
|
import type Viewpoint from "@arcgis/core/Viewpoint";
|
|
3
3
|
import type Geometry from "@arcgis/core/geometry/Geometry";
|
|
4
4
|
import type Layer from "@arcgis/core/layers/Layer";
|
|
5
|
+
import type EsriFeatureSet from "@arcgis/core/rest/support/FeatureSet";
|
|
5
6
|
import type LineSymbol3D from "@arcgis/core/symbols/LineSymbol3D";
|
|
6
7
|
import type PictureFillSymbol from "@arcgis/core/symbols/PictureFillSymbol";
|
|
7
8
|
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol";
|
|
@@ -10,7 +11,6 @@ import type PolygonSymbol3D from "@arcgis/core/symbols/PolygonSymbol3D";
|
|
|
10
11
|
import type SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol";
|
|
11
12
|
import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol";
|
|
12
13
|
import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol";
|
|
13
|
-
import type EsriFeatureSet from "@arcgis/core/tasks/support/FeatureSet";
|
|
14
14
|
import type { Entity } from "@vertigis/arcgis-extensions/Entity";
|
|
15
15
|
import type { Feature, FeatureProperties } from "@vertigis/arcgis-extensions/data/Feature";
|
|
16
16
|
import type { FeatureList } from "@vertigis/arcgis-extensions/data/FeatureList";
|
|
@@ -261,9 +261,10 @@ export declare type ShowResultsArgs = Features | (UpdateResultsFeaturesArgs & {
|
|
|
261
261
|
*/
|
|
262
262
|
export interface SetDisplayComponentArgs {
|
|
263
263
|
/**
|
|
264
|
-
* Sets the
|
|
265
|
-
*
|
|
266
|
-
*
|
|
264
|
+
* Sets the selector, using CSS selector syntax, which queries for results
|
|
265
|
+
* components in the app layout XML, such as the Results List or Results
|
|
266
|
+
* Table components. The selector is used to determine which components will
|
|
267
|
+
* be activated when displaying results using `results.display`.
|
|
267
268
|
*/
|
|
268
269
|
selector: string;
|
|
269
270
|
/**
|
|
@@ -283,9 +284,12 @@ export declare class ResultsCommands extends CommandRegistry {
|
|
|
283
284
|
*/
|
|
284
285
|
get display(): Command<Features | UpdateResultsFeaturesArgs>;
|
|
285
286
|
/**
|
|
286
|
-
* Sets the
|
|
287
|
-
*
|
|
288
|
-
*
|
|
287
|
+
* Sets the selector, using CSS selector syntax, which queries for results
|
|
288
|
+
* components in the app layout XML, such as the Results List or Results
|
|
289
|
+
* Table components. The selector is used to determine which components will
|
|
290
|
+
* be activated when displaying results using `results.display`. All other
|
|
291
|
+
* components that do not match the selector are deactivated after running
|
|
292
|
+
* this command.
|
|
289
293
|
*
|
|
290
294
|
* @webOnly
|
|
291
295
|
*/
|
|
@@ -644,6 +644,9 @@
|
|
|
644
644
|
},
|
|
645
645
|
"symbol": {
|
|
646
646
|
"anyOf": [
|
|
647
|
+
{
|
|
648
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
649
|
+
},
|
|
647
650
|
{
|
|
648
651
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
649
652
|
},
|
|
@@ -2618,7 +2621,7 @@
|
|
|
2618
2621
|
"$ref": "esri/geometry/Extent"
|
|
2619
2622
|
},
|
|
2620
2623
|
"esri.FeatureSet": {
|
|
2621
|
-
"$ref": "esri/
|
|
2624
|
+
"$ref": "esri/rest/support/FeatureSet"
|
|
2622
2625
|
},
|
|
2623
2626
|
"esri.FeatureType": {
|
|
2624
2627
|
"$ref": "esri/layers/support/FeatureType"
|
|
@@ -2980,6 +2983,23 @@
|
|
|
2980
2983
|
},
|
|
2981
2984
|
"type": "object"
|
|
2982
2985
|
},
|
|
2986
|
+
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
2987
|
+
"additionalProperties": false,
|
|
2988
|
+
"description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
2989
|
+
"properties": {
|
|
2990
|
+
"type": {
|
|
2991
|
+
"description": "Specifies the type of symbol used.",
|
|
2992
|
+
"enum": [
|
|
2993
|
+
"CIMSymbolReference"
|
|
2994
|
+
],
|
|
2995
|
+
"type": "string"
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2998
|
+
"required": [
|
|
2999
|
+
"type"
|
|
3000
|
+
],
|
|
3001
|
+
"type": "object"
|
|
3002
|
+
},
|
|
2983
3003
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
2984
3004
|
"additionalProperties": false,
|
|
2985
3005
|
"description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource.{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
@@ -3180,6 +3200,9 @@
|
|
|
3180
3200
|
},
|
|
3181
3201
|
"symbol": {
|
|
3182
3202
|
"anyOf": [
|
|
3203
|
+
{
|
|
3204
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
3205
|
+
},
|
|
3183
3206
|
{
|
|
3184
3207
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
3185
3208
|
},
|
|
@@ -3262,6 +3285,9 @@
|
|
|
3262
3285
|
},
|
|
3263
3286
|
"defaultSymbol": {
|
|
3264
3287
|
"anyOf": [
|
|
3288
|
+
{
|
|
3289
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
3290
|
+
},
|
|
3265
3291
|
{
|
|
3266
3292
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
3267
3293
|
},
|
|
@@ -3965,8 +3991,15 @@
|
|
|
3965
3991
|
"$ref": "#/definitions/esri.rest-api.Geometry.Geometry",
|
|
3966
3992
|
"description": "The feature geometry."
|
|
3967
3993
|
},
|
|
3994
|
+
"popupInfo": {
|
|
3995
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
3996
|
+
"description": "A popupInfo object defining the content of popup window when you click a feature on the map. Applicable to features in a map notes feature layer only."
|
|
3997
|
+
},
|
|
3968
3998
|
"symbol": {
|
|
3969
3999
|
"anyOf": [
|
|
4000
|
+
{
|
|
4001
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
4002
|
+
},
|
|
3970
4003
|
{
|
|
3971
4004
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
3972
4005
|
},
|
|
@@ -5258,7 +5291,9 @@
|
|
|
5258
5291
|
"properties": {
|
|
5259
5292
|
"bandIds": {
|
|
5260
5293
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
5261
|
-
"items": {
|
|
5294
|
+
"items": {
|
|
5295
|
+
"type": "number"
|
|
5296
|
+
},
|
|
5262
5297
|
"type": "array"
|
|
5263
5298
|
},
|
|
5264
5299
|
"blendMode": {
|
|
@@ -6343,7 +6378,7 @@
|
|
|
6343
6378
|
"type": "string"
|
|
6344
6379
|
},
|
|
6345
6380
|
"orderBy": {
|
|
6346
|
-
"description": "Determines the display order of features on the map
|
|
6381
|
+
"description": "Determines the display order of features on the map.",
|
|
6347
6382
|
"items": {
|
|
6348
6383
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.OrderByClause"
|
|
6349
6384
|
},
|
|
@@ -6509,7 +6544,7 @@
|
|
|
6509
6544
|
"type": "string"
|
|
6510
6545
|
},
|
|
6511
6546
|
"valueExpression": {
|
|
6512
|
-
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
6547
|
+
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. (Currently undocumented by ESRI's Webmap Spec). [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
6513
6548
|
"type": "string"
|
|
6514
6549
|
}
|
|
6515
6550
|
},
|
|
@@ -8669,6 +8704,9 @@
|
|
|
8669
8704
|
},
|
|
8670
8705
|
"symbol": {
|
|
8671
8706
|
"anyOf": [
|
|
8707
|
+
{
|
|
8708
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
8709
|
+
},
|
|
8672
8710
|
{
|
|
8673
8711
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
8674
8712
|
},
|
|
@@ -8983,6 +9021,9 @@
|
|
|
8983
9021
|
},
|
|
8984
9022
|
"esri.rest-api.Symbol.Symbol": {
|
|
8985
9023
|
"anyOf": [
|
|
9024
|
+
{
|
|
9025
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9026
|
+
},
|
|
8986
9027
|
{
|
|
8987
9028
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
8988
9029
|
},
|
|
@@ -9702,6 +9743,9 @@
|
|
|
9702
9743
|
},
|
|
9703
9744
|
"symbol": {
|
|
9704
9745
|
"anyOf": [
|
|
9746
|
+
{
|
|
9747
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9748
|
+
},
|
|
9705
9749
|
{
|
|
9706
9750
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
9707
9751
|
},
|
|
@@ -9770,6 +9814,9 @@
|
|
|
9770
9814
|
},
|
|
9771
9815
|
"defaultSymbol": {
|
|
9772
9816
|
"anyOf": [
|
|
9817
|
+
{
|
|
9818
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9819
|
+
},
|
|
9773
9820
|
{
|
|
9774
9821
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
9775
9822
|
},
|
|
@@ -691,6 +691,23 @@
|
|
|
691
691
|
},
|
|
692
692
|
"type": "object"
|
|
693
693
|
},
|
|
694
|
+
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
695
|
+
"additionalProperties": false,
|
|
696
|
+
"description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
697
|
+
"properties": {
|
|
698
|
+
"type": {
|
|
699
|
+
"description": "Specifies the type of symbol used.",
|
|
700
|
+
"enum": [
|
|
701
|
+
"CIMSymbolReference"
|
|
702
|
+
],
|
|
703
|
+
"type": "string"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
"required": [
|
|
707
|
+
"type"
|
|
708
|
+
],
|
|
709
|
+
"type": "object"
|
|
710
|
+
},
|
|
694
711
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
695
712
|
"additionalProperties": false,
|
|
696
713
|
"description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource.{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
@@ -869,6 +886,9 @@
|
|
|
869
886
|
},
|
|
870
887
|
"symbol": {
|
|
871
888
|
"anyOf": [
|
|
889
|
+
{
|
|
890
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
891
|
+
},
|
|
872
892
|
{
|
|
873
893
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
874
894
|
},
|
|
@@ -951,6 +971,9 @@
|
|
|
951
971
|
},
|
|
952
972
|
"defaultSymbol": {
|
|
953
973
|
"anyOf": [
|
|
974
|
+
{
|
|
975
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
976
|
+
},
|
|
954
977
|
{
|
|
955
978
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
956
979
|
},
|
|
@@ -1654,8 +1677,15 @@
|
|
|
1654
1677
|
"$ref": "#/definitions/esri.rest-api.Geometry.Geometry",
|
|
1655
1678
|
"description": "The feature geometry."
|
|
1656
1679
|
},
|
|
1680
|
+
"popupInfo": {
|
|
1681
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
1682
|
+
"description": "A popupInfo object defining the content of popup window when you click a feature on the map. Applicable to features in a map notes feature layer only."
|
|
1683
|
+
},
|
|
1657
1684
|
"symbol": {
|
|
1658
1685
|
"anyOf": [
|
|
1686
|
+
{
|
|
1687
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
1688
|
+
},
|
|
1659
1689
|
{
|
|
1660
1690
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
1661
1691
|
},
|
|
@@ -2947,7 +2977,9 @@
|
|
|
2947
2977
|
"properties": {
|
|
2948
2978
|
"bandIds": {
|
|
2949
2979
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
2950
|
-
"items": {
|
|
2980
|
+
"items": {
|
|
2981
|
+
"type": "number"
|
|
2982
|
+
},
|
|
2951
2983
|
"type": "array"
|
|
2952
2984
|
},
|
|
2953
2985
|
"blendMode": {
|
|
@@ -3803,7 +3835,7 @@
|
|
|
3803
3835
|
"type": "string"
|
|
3804
3836
|
},
|
|
3805
3837
|
"orderBy": {
|
|
3806
|
-
"description": "Determines the display order of features on the map
|
|
3838
|
+
"description": "Determines the display order of features on the map.",
|
|
3807
3839
|
"items": {
|
|
3808
3840
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.OrderByClause"
|
|
3809
3841
|
},
|
|
@@ -3969,7 +4001,7 @@
|
|
|
3969
4001
|
"type": "string"
|
|
3970
4002
|
},
|
|
3971
4003
|
"valueExpression": {
|
|
3972
|
-
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
4004
|
+
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. (Currently undocumented by ESRI's Webmap Spec). [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
3973
4005
|
"type": "string"
|
|
3974
4006
|
}
|
|
3975
4007
|
},
|
|
@@ -6129,6 +6161,9 @@
|
|
|
6129
6161
|
},
|
|
6130
6162
|
"symbol": {
|
|
6131
6163
|
"anyOf": [
|
|
6164
|
+
{
|
|
6165
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
6166
|
+
},
|
|
6132
6167
|
{
|
|
6133
6168
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
6134
6169
|
},
|
|
@@ -6443,6 +6478,9 @@
|
|
|
6443
6478
|
},
|
|
6444
6479
|
"esri.rest-api.Symbol.Symbol": {
|
|
6445
6480
|
"anyOf": [
|
|
6481
|
+
{
|
|
6482
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
6483
|
+
},
|
|
6446
6484
|
{
|
|
6447
6485
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
6448
6486
|
},
|
|
@@ -7162,6 +7200,9 @@
|
|
|
7162
7200
|
},
|
|
7163
7201
|
"symbol": {
|
|
7164
7202
|
"anyOf": [
|
|
7203
|
+
{
|
|
7204
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7205
|
+
},
|
|
7165
7206
|
{
|
|
7166
7207
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
7167
7208
|
},
|
|
@@ -7230,6 +7271,9 @@
|
|
|
7230
7271
|
},
|
|
7231
7272
|
"defaultSymbol": {
|
|
7232
7273
|
"anyOf": [
|
|
7274
|
+
{
|
|
7275
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7276
|
+
},
|
|
7233
7277
|
{
|
|
7234
7278
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
7235
7279
|
},
|
|
@@ -734,6 +734,9 @@
|
|
|
734
734
|
},
|
|
735
735
|
"symbol": {
|
|
736
736
|
"anyOf": [
|
|
737
|
+
{
|
|
738
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
739
|
+
},
|
|
737
740
|
{
|
|
738
741
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
739
742
|
},
|
|
@@ -3535,7 +3538,7 @@
|
|
|
3535
3538
|
"$ref": "esri/geometry/Extent"
|
|
3536
3539
|
},
|
|
3537
3540
|
"esri.FeatureSet": {
|
|
3538
|
-
"$ref": "esri/
|
|
3541
|
+
"$ref": "esri/rest/support/FeatureSet"
|
|
3539
3542
|
},
|
|
3540
3543
|
"esri.FeatureType": {
|
|
3541
3544
|
"$ref": "esri/layers/support/FeatureType"
|
|
@@ -3909,6 +3912,23 @@
|
|
|
3909
3912
|
},
|
|
3910
3913
|
"type": "object"
|
|
3911
3914
|
},
|
|
3915
|
+
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
3916
|
+
"additionalProperties": false,
|
|
3917
|
+
"description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
3918
|
+
"properties": {
|
|
3919
|
+
"type": {
|
|
3920
|
+
"description": "Specifies the type of symbol used.",
|
|
3921
|
+
"enum": [
|
|
3922
|
+
"CIMSymbolReference"
|
|
3923
|
+
],
|
|
3924
|
+
"type": "string"
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
"required": [
|
|
3928
|
+
"type"
|
|
3929
|
+
],
|
|
3930
|
+
"type": "object"
|
|
3931
|
+
},
|
|
3912
3932
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
3913
3933
|
"additionalProperties": false,
|
|
3914
3934
|
"description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource.{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
@@ -4109,6 +4129,9 @@
|
|
|
4109
4129
|
},
|
|
4110
4130
|
"symbol": {
|
|
4111
4131
|
"anyOf": [
|
|
4132
|
+
{
|
|
4133
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
4134
|
+
},
|
|
4112
4135
|
{
|
|
4113
4136
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
4114
4137
|
},
|
|
@@ -4191,6 +4214,9 @@
|
|
|
4191
4214
|
},
|
|
4192
4215
|
"defaultSymbol": {
|
|
4193
4216
|
"anyOf": [
|
|
4217
|
+
{
|
|
4218
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
4219
|
+
},
|
|
4194
4220
|
{
|
|
4195
4221
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
4196
4222
|
},
|
|
@@ -4894,8 +4920,15 @@
|
|
|
4894
4920
|
"$ref": "#/definitions/esri.rest-api.Geometry.Geometry",
|
|
4895
4921
|
"description": "The feature geometry."
|
|
4896
4922
|
},
|
|
4923
|
+
"popupInfo": {
|
|
4924
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
4925
|
+
"description": "A popupInfo object defining the content of popup window when you click a feature on the map. Applicable to features in a map notes feature layer only."
|
|
4926
|
+
},
|
|
4897
4927
|
"symbol": {
|
|
4898
4928
|
"anyOf": [
|
|
4929
|
+
{
|
|
4930
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
4931
|
+
},
|
|
4899
4932
|
{
|
|
4900
4933
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
4901
4934
|
},
|
|
@@ -6198,7 +6231,9 @@
|
|
|
6198
6231
|
"properties": {
|
|
6199
6232
|
"bandIds": {
|
|
6200
6233
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
6201
|
-
"items": {
|
|
6234
|
+
"items": {
|
|
6235
|
+
"type": "number"
|
|
6236
|
+
},
|
|
6202
6237
|
"type": "array"
|
|
6203
6238
|
},
|
|
6204
6239
|
"blendMode": {
|
|
@@ -7283,7 +7318,7 @@
|
|
|
7283
7318
|
"type": "string"
|
|
7284
7319
|
},
|
|
7285
7320
|
"orderBy": {
|
|
7286
|
-
"description": "Determines the display order of features on the map
|
|
7321
|
+
"description": "Determines the display order of features on the map.",
|
|
7287
7322
|
"items": {
|
|
7288
7323
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.OrderByClause"
|
|
7289
7324
|
},
|
|
@@ -7449,7 +7484,7 @@
|
|
|
7449
7484
|
"type": "string"
|
|
7450
7485
|
},
|
|
7451
7486
|
"valueExpression": {
|
|
7452
|
-
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
7487
|
+
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. (Currently undocumented by ESRI's Webmap Spec). [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
7453
7488
|
"type": "string"
|
|
7454
7489
|
}
|
|
7455
7490
|
},
|
|
@@ -9609,6 +9644,9 @@
|
|
|
9609
9644
|
},
|
|
9610
9645
|
"symbol": {
|
|
9611
9646
|
"anyOf": [
|
|
9647
|
+
{
|
|
9648
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9649
|
+
},
|
|
9612
9650
|
{
|
|
9613
9651
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
9614
9652
|
},
|
|
@@ -9923,6 +9961,9 @@
|
|
|
9923
9961
|
},
|
|
9924
9962
|
"esri.rest-api.Symbol.Symbol": {
|
|
9925
9963
|
"anyOf": [
|
|
9964
|
+
{
|
|
9965
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9966
|
+
},
|
|
9926
9967
|
{
|
|
9927
9968
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
9928
9969
|
},
|
|
@@ -10642,6 +10683,9 @@
|
|
|
10642
10683
|
},
|
|
10643
10684
|
"symbol": {
|
|
10644
10685
|
"anyOf": [
|
|
10686
|
+
{
|
|
10687
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
10688
|
+
},
|
|
10645
10689
|
{
|
|
10646
10690
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
10647
10691
|
},
|
|
@@ -10710,6 +10754,9 @@
|
|
|
10710
10754
|
},
|
|
10711
10755
|
"defaultSymbol": {
|
|
10712
10756
|
"anyOf": [
|
|
10757
|
+
{
|
|
10758
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
10759
|
+
},
|
|
10713
10760
|
{
|
|
10714
10761
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
10715
10762
|
},
|
|
@@ -1425,6 +1425,23 @@
|
|
|
1425
1425
|
},
|
|
1426
1426
|
"type": "object"
|
|
1427
1427
|
},
|
|
1428
|
+
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
1429
|
+
"additionalProperties": false,
|
|
1430
|
+
"description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
1431
|
+
"properties": {
|
|
1432
|
+
"type": {
|
|
1433
|
+
"description": "Specifies the type of symbol used.",
|
|
1434
|
+
"enum": [
|
|
1435
|
+
"CIMSymbolReference"
|
|
1436
|
+
],
|
|
1437
|
+
"type": "string"
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1440
|
+
"required": [
|
|
1441
|
+
"type"
|
|
1442
|
+
],
|
|
1443
|
+
"type": "object"
|
|
1444
|
+
},
|
|
1428
1445
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
1429
1446
|
"additionalProperties": false,
|
|
1430
1447
|
"description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource.{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
@@ -1603,6 +1620,9 @@
|
|
|
1603
1620
|
},
|
|
1604
1621
|
"symbol": {
|
|
1605
1622
|
"anyOf": [
|
|
1623
|
+
{
|
|
1624
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
1625
|
+
},
|
|
1606
1626
|
{
|
|
1607
1627
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
1608
1628
|
},
|
|
@@ -1685,6 +1705,9 @@
|
|
|
1685
1705
|
},
|
|
1686
1706
|
"defaultSymbol": {
|
|
1687
1707
|
"anyOf": [
|
|
1708
|
+
{
|
|
1709
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
1710
|
+
},
|
|
1688
1711
|
{
|
|
1689
1712
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
1690
1713
|
},
|
|
@@ -2388,8 +2411,15 @@
|
|
|
2388
2411
|
"$ref": "#/definitions/esri.rest-api.Geometry.Geometry",
|
|
2389
2412
|
"description": "The feature geometry."
|
|
2390
2413
|
},
|
|
2414
|
+
"popupInfo": {
|
|
2415
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
2416
|
+
"description": "A popupInfo object defining the content of popup window when you click a feature on the map. Applicable to features in a map notes feature layer only."
|
|
2417
|
+
},
|
|
2391
2418
|
"symbol": {
|
|
2392
2419
|
"anyOf": [
|
|
2420
|
+
{
|
|
2421
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
2422
|
+
},
|
|
2393
2423
|
{
|
|
2394
2424
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
2395
2425
|
},
|
|
@@ -3681,7 +3711,9 @@
|
|
|
3681
3711
|
"properties": {
|
|
3682
3712
|
"bandIds": {
|
|
3683
3713
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
3684
|
-
"items": {
|
|
3714
|
+
"items": {
|
|
3715
|
+
"type": "number"
|
|
3716
|
+
},
|
|
3685
3717
|
"type": "array"
|
|
3686
3718
|
},
|
|
3687
3719
|
"blendMode": {
|
|
@@ -4537,7 +4569,7 @@
|
|
|
4537
4569
|
"type": "string"
|
|
4538
4570
|
},
|
|
4539
4571
|
"orderBy": {
|
|
4540
|
-
"description": "Determines the display order of features on the map
|
|
4572
|
+
"description": "Determines the display order of features on the map.",
|
|
4541
4573
|
"items": {
|
|
4542
4574
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.OrderByClause"
|
|
4543
4575
|
},
|
|
@@ -4703,7 +4735,7 @@
|
|
|
4703
4735
|
"type": "string"
|
|
4704
4736
|
},
|
|
4705
4737
|
"valueExpression": {
|
|
4706
|
-
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
4738
|
+
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. (Currently undocumented by ESRI's Webmap Spec). [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
4707
4739
|
"type": "string"
|
|
4708
4740
|
}
|
|
4709
4741
|
},
|
|
@@ -6863,6 +6895,9 @@
|
|
|
6863
6895
|
},
|
|
6864
6896
|
"symbol": {
|
|
6865
6897
|
"anyOf": [
|
|
6898
|
+
{
|
|
6899
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
6900
|
+
},
|
|
6866
6901
|
{
|
|
6867
6902
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
6868
6903
|
},
|
|
@@ -7177,6 +7212,9 @@
|
|
|
7177
7212
|
},
|
|
7178
7213
|
"esri.rest-api.Symbol.Symbol": {
|
|
7179
7214
|
"anyOf": [
|
|
7215
|
+
{
|
|
7216
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7217
|
+
},
|
|
7180
7218
|
{
|
|
7181
7219
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
7182
7220
|
},
|
|
@@ -7896,6 +7934,9 @@
|
|
|
7896
7934
|
},
|
|
7897
7935
|
"symbol": {
|
|
7898
7936
|
"anyOf": [
|
|
7937
|
+
{
|
|
7938
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7939
|
+
},
|
|
7899
7940
|
{
|
|
7900
7941
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
7901
7942
|
},
|
|
@@ -7964,6 +8005,9 @@
|
|
|
7964
8005
|
},
|
|
7965
8006
|
"defaultSymbol": {
|
|
7966
8007
|
"anyOf": [
|
|
8008
|
+
{
|
|
8009
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
8010
|
+
},
|
|
7967
8011
|
{
|
|
7968
8012
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
7969
8013
|
},
|