@vertigis/viewer-spec 59.6.0 → 59.6.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/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/schema/common-action.schema.json +503 -0
- package/messaging/schema/common-event.schema.json +503 -0
- package/messaging/schema/mobile-action.schema.json +503 -0
- package/messaging/schema/mobile-event.schema.json +503 -0
- package/messaging/schema/web-action.schema.json +512 -0
- package/messaging/schema/web-event.schema.json +559 -0
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -469,6 +469,9 @@
|
|
|
469
469
|
{
|
|
470
470
|
"$ref": "#/definitions/esri.rest-api.KMLLayerJson.KMLLayerJson"
|
|
471
471
|
},
|
|
472
|
+
{
|
|
473
|
+
"$ref": "#/definitions/esri.rest-api.MediaLayerJson.MediaLayerJson"
|
|
474
|
+
},
|
|
472
475
|
{
|
|
473
476
|
"$ref": "#/definitions/esri.rest-api.MapServiceLayerJson.MapServiceLayerJson"
|
|
474
477
|
},
|
|
@@ -1073,6 +1076,20 @@
|
|
|
1073
1076
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
1074
1077
|
"type": "boolean"
|
|
1075
1078
|
},
|
|
1079
|
+
"visibilityTimeExtent": {
|
|
1080
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
1081
|
+
"items": [
|
|
1082
|
+
{
|
|
1083
|
+
"type": "number"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"type": "number"
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"maxItems": 2,
|
|
1090
|
+
"minItems": 2,
|
|
1091
|
+
"type": "array"
|
|
1092
|
+
},
|
|
1076
1093
|
"visibleLayers": {
|
|
1077
1094
|
"description": "An array of sublayer ids that should appear visible. These ids refer to subsets of the Annotation features in the AnnotationLayer, identified by their AnnotationClassId.",
|
|
1078
1095
|
"items": {
|
|
@@ -1252,6 +1269,20 @@
|
|
|
1252
1269
|
"visibility": {
|
|
1253
1270
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
1254
1271
|
"type": "boolean"
|
|
1272
|
+
},
|
|
1273
|
+
"visibilityTimeExtent": {
|
|
1274
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
1275
|
+
"items": [
|
|
1276
|
+
{
|
|
1277
|
+
"type": "number"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"type": "number"
|
|
1281
|
+
}
|
|
1282
|
+
],
|
|
1283
|
+
"maxItems": 2,
|
|
1284
|
+
"minItems": 2,
|
|
1285
|
+
"type": "array"
|
|
1255
1286
|
}
|
|
1256
1287
|
},
|
|
1257
1288
|
"required": [
|
|
@@ -1551,6 +1582,20 @@
|
|
|
1551
1582
|
"visibility": {
|
|
1552
1583
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
1553
1584
|
"type": "boolean"
|
|
1585
|
+
},
|
|
1586
|
+
"visibilityTimeExtent": {
|
|
1587
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
1588
|
+
"items": [
|
|
1589
|
+
{
|
|
1590
|
+
"type": "number"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"type": "number"
|
|
1594
|
+
}
|
|
1595
|
+
],
|
|
1596
|
+
"maxItems": 2,
|
|
1597
|
+
"minItems": 2,
|
|
1598
|
+
"type": "array"
|
|
1554
1599
|
}
|
|
1555
1600
|
},
|
|
1556
1601
|
"required": [
|
|
@@ -2176,6 +2221,20 @@
|
|
|
2176
2221
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
2177
2222
|
"type": "boolean"
|
|
2178
2223
|
},
|
|
2224
|
+
"visibilityTimeExtent": {
|
|
2225
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
2226
|
+
"items": [
|
|
2227
|
+
{
|
|
2228
|
+
"type": "number"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"type": "number"
|
|
2232
|
+
}
|
|
2233
|
+
],
|
|
2234
|
+
"maxItems": 2,
|
|
2235
|
+
"minItems": 2,
|
|
2236
|
+
"type": "array"
|
|
2237
|
+
},
|
|
2179
2238
|
"visibleLayers": {
|
|
2180
2239
|
"description": "An array of sublayer ids that should appear visible. Used with feature layers that are based on feature collections.",
|
|
2181
2240
|
"items": {
|
|
@@ -2826,6 +2885,20 @@
|
|
|
2826
2885
|
"visibility": {
|
|
2827
2886
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
2828
2887
|
"type": "boolean"
|
|
2888
|
+
},
|
|
2889
|
+
"visibilityTimeExtent": {
|
|
2890
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
2891
|
+
"items": [
|
|
2892
|
+
{
|
|
2893
|
+
"type": "number"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"type": "number"
|
|
2897
|
+
}
|
|
2898
|
+
],
|
|
2899
|
+
"maxItems": 2,
|
|
2900
|
+
"minItems": 2,
|
|
2901
|
+
"type": "array"
|
|
2829
2902
|
}
|
|
2830
2903
|
},
|
|
2831
2904
|
"required": [
|
|
@@ -2953,6 +3026,20 @@
|
|
|
2953
3026
|
"visibility": {
|
|
2954
3027
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
2955
3028
|
"type": "boolean"
|
|
3029
|
+
},
|
|
3030
|
+
"visibilityTimeExtent": {
|
|
3031
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
3032
|
+
"items": [
|
|
3033
|
+
{
|
|
3034
|
+
"type": "number"
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"type": "number"
|
|
3038
|
+
}
|
|
3039
|
+
],
|
|
3040
|
+
"maxItems": 2,
|
|
3041
|
+
"minItems": 2,
|
|
3042
|
+
"type": "array"
|
|
2956
3043
|
}
|
|
2957
3044
|
},
|
|
2958
3045
|
"required": [
|
|
@@ -3249,6 +3336,20 @@
|
|
|
3249
3336
|
"inherited"
|
|
3250
3337
|
],
|
|
3251
3338
|
"type": "string"
|
|
3339
|
+
},
|
|
3340
|
+
"visibilityTimeExtent": {
|
|
3341
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
3342
|
+
"items": [
|
|
3343
|
+
{
|
|
3344
|
+
"type": "number"
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"type": "number"
|
|
3348
|
+
}
|
|
3349
|
+
],
|
|
3350
|
+
"maxItems": 2,
|
|
3351
|
+
"minItems": 2,
|
|
3352
|
+
"type": "array"
|
|
3252
3353
|
}
|
|
3253
3354
|
},
|
|
3254
3355
|
"required": [
|
|
@@ -3450,6 +3551,20 @@
|
|
|
3450
3551
|
"visibility": {
|
|
3451
3552
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
3452
3553
|
"type": "boolean"
|
|
3554
|
+
},
|
|
3555
|
+
"visibilityTimeExtent": {
|
|
3556
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
3557
|
+
"items": [
|
|
3558
|
+
{
|
|
3559
|
+
"type": "number"
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"type": "number"
|
|
3563
|
+
}
|
|
3564
|
+
],
|
|
3565
|
+
"maxItems": 2,
|
|
3566
|
+
"minItems": 2,
|
|
3567
|
+
"type": "array"
|
|
3453
3568
|
}
|
|
3454
3569
|
},
|
|
3455
3570
|
"required": [
|
|
@@ -3634,6 +3749,20 @@
|
|
|
3634
3749
|
"visibility": {
|
|
3635
3750
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
3636
3751
|
"type": "boolean"
|
|
3752
|
+
},
|
|
3753
|
+
"visibilityTimeExtent": {
|
|
3754
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
3755
|
+
"items": [
|
|
3756
|
+
{
|
|
3757
|
+
"type": "number"
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"type": "number"
|
|
3761
|
+
}
|
|
3762
|
+
],
|
|
3763
|
+
"maxItems": 2,
|
|
3764
|
+
"minItems": 2,
|
|
3765
|
+
"type": "array"
|
|
3637
3766
|
}
|
|
3638
3767
|
},
|
|
3639
3768
|
"required": [
|
|
@@ -3755,6 +3884,20 @@
|
|
|
3755
3884
|
"visibility": {
|
|
3756
3885
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
3757
3886
|
"type": "boolean"
|
|
3887
|
+
},
|
|
3888
|
+
"visibilityTimeExtent": {
|
|
3889
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
3890
|
+
"items": [
|
|
3891
|
+
{
|
|
3892
|
+
"type": "number"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"type": "number"
|
|
3896
|
+
}
|
|
3897
|
+
],
|
|
3898
|
+
"maxItems": 2,
|
|
3899
|
+
"minItems": 2,
|
|
3900
|
+
"type": "array"
|
|
3758
3901
|
}
|
|
3759
3902
|
},
|
|
3760
3903
|
"required": [
|
|
@@ -3875,6 +4018,20 @@
|
|
|
3875
4018
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
3876
4019
|
"type": "boolean"
|
|
3877
4020
|
},
|
|
4021
|
+
"visibilityTimeExtent": {
|
|
4022
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
4023
|
+
"items": [
|
|
4024
|
+
{
|
|
4025
|
+
"type": "number"
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"type": "number"
|
|
4029
|
+
}
|
|
4030
|
+
],
|
|
4031
|
+
"maxItems": 2,
|
|
4032
|
+
"minItems": 2,
|
|
4033
|
+
"type": "array"
|
|
4034
|
+
},
|
|
3878
4035
|
"visibleFolders": {
|
|
3879
4036
|
"description": "Array of numeric IDs of folders that will be made visible.",
|
|
3880
4037
|
"items": {
|
|
@@ -4966,6 +5123,20 @@
|
|
|
4966
5123
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
4967
5124
|
"type": "boolean"
|
|
4968
5125
|
},
|
|
5126
|
+
"visibilityTimeExtent": {
|
|
5127
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
5128
|
+
"items": [
|
|
5129
|
+
{
|
|
5130
|
+
"type": "number"
|
|
5131
|
+
},
|
|
5132
|
+
{
|
|
5133
|
+
"type": "number"
|
|
5134
|
+
}
|
|
5135
|
+
],
|
|
5136
|
+
"maxItems": 2,
|
|
5137
|
+
"minItems": 2,
|
|
5138
|
+
"type": "array"
|
|
5139
|
+
},
|
|
4969
5140
|
"visibleLayers": {
|
|
4970
5141
|
"description": "An array of layers that should appear visible. Used with ArcGIS map services that are not tiled in addition to WMS layers. Array of items of the following types: Number With ArcGIS map services, the array contains integers of the index positions of each visible layer.",
|
|
4971
5142
|
"items": {
|
|
@@ -4979,6 +5150,184 @@
|
|
|
4979
5150
|
],
|
|
4980
5151
|
"type": "object"
|
|
4981
5152
|
},
|
|
5153
|
+
"esri.rest-api.MediaLayerJson.GeoreferenceJson": {
|
|
5154
|
+
"additionalProperties": false,
|
|
5155
|
+
"description": "The georeference used to place a media in a MediaLayer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mediaLayer_georeference/} {@link https://developers.arcgis.com/web-scene-specification/objects/mediaLayer_georeference/}.",
|
|
5156
|
+
"properties": {
|
|
5157
|
+
"coefficients": {
|
|
5158
|
+
"description": "An array of 8 coefficients representing the projective transformation..",
|
|
5159
|
+
"items": {
|
|
5160
|
+
"type": "number"
|
|
5161
|
+
},
|
|
5162
|
+
"type": "array"
|
|
5163
|
+
},
|
|
5164
|
+
"controlPoints": {
|
|
5165
|
+
"description": "An array of 4 user defined control points placed on the media..",
|
|
5166
|
+
"items": {
|
|
5167
|
+
"$ref": "__type"
|
|
5168
|
+
},
|
|
5169
|
+
"type": "array"
|
|
5170
|
+
},
|
|
5171
|
+
"height": {
|
|
5172
|
+
"description": "Numeric value indicating the height of media in pixels.",
|
|
5173
|
+
"type": "number"
|
|
5174
|
+
},
|
|
5175
|
+
"spatialReference": {
|
|
5176
|
+
"$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson",
|
|
5177
|
+
"description": "Image format of the cached tiles."
|
|
5178
|
+
},
|
|
5179
|
+
"width": {
|
|
5180
|
+
"description": "Numeric value indicating the width of media in pixels.",
|
|
5181
|
+
"type": "number"
|
|
5182
|
+
}
|
|
5183
|
+
},
|
|
5184
|
+
"type": "object"
|
|
5185
|
+
},
|
|
5186
|
+
"esri.rest-api.MediaLayerJson.MediaLayerJson": {
|
|
5187
|
+
"additionalProperties": false,
|
|
5188
|
+
"description": "The MediaLayer is used to add image and video elements to the map at a specified geographic location. This layer can be used to display old scanned maps, weather data, satellite imagery, aerial and drone images, fantasy images and video feedback, etc. The geographic location of the image or video can be set using the extent and rotation, corner points or control points.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mediaLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mediaLayer/}.",
|
|
5189
|
+
"properties": {
|
|
5190
|
+
"blendMode": {
|
|
5191
|
+
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
5192
|
+
"enum": [
|
|
5193
|
+
"average",
|
|
5194
|
+
"color",
|
|
5195
|
+
"color-burn",
|
|
5196
|
+
"color-dodge",
|
|
5197
|
+
"darken",
|
|
5198
|
+
"destination-atop",
|
|
5199
|
+
"destination-in",
|
|
5200
|
+
"destination-out",
|
|
5201
|
+
"destination-over",
|
|
5202
|
+
"difference",
|
|
5203
|
+
"exclusion",
|
|
5204
|
+
"hard-light",
|
|
5205
|
+
"hue",
|
|
5206
|
+
"invert",
|
|
5207
|
+
"lighten",
|
|
5208
|
+
"lighter",
|
|
5209
|
+
"luminosity",
|
|
5210
|
+
"minus",
|
|
5211
|
+
"multiply",
|
|
5212
|
+
"normal",
|
|
5213
|
+
"overlay",
|
|
5214
|
+
"plus",
|
|
5215
|
+
"reflect",
|
|
5216
|
+
"saturation",
|
|
5217
|
+
"screen",
|
|
5218
|
+
"soft-light",
|
|
5219
|
+
"source-atop",
|
|
5220
|
+
"source-in",
|
|
5221
|
+
"source-out",
|
|
5222
|
+
"vivid-light",
|
|
5223
|
+
"xor"
|
|
5224
|
+
],
|
|
5225
|
+
"type": "string"
|
|
5226
|
+
},
|
|
5227
|
+
"effect": {
|
|
5228
|
+
"$ref": "#/definitions/EffectJson",
|
|
5229
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
5230
|
+
},
|
|
5231
|
+
"georeference": {
|
|
5232
|
+
"$ref": "#/definitions/esri.rest-api.MediaLayerJson.GeoreferenceJson",
|
|
5233
|
+
"description": "Attribution to the Web Tile Layer provider. It is displayed in the attribution on the web map. Input required by the user when the layer is added to the web map."
|
|
5234
|
+
},
|
|
5235
|
+
"id": {
|
|
5236
|
+
"description": "A unique identifying string for the layer.",
|
|
5237
|
+
"type": "string"
|
|
5238
|
+
},
|
|
5239
|
+
"itemId": {
|
|
5240
|
+
"description": "Optional string containing the item ID of the Media Layer item registered on ArcGIS Online or your organization's portal.",
|
|
5241
|
+
"type": "string"
|
|
5242
|
+
},
|
|
5243
|
+
"layerType": {
|
|
5244
|
+
"const": "MediaLayer",
|
|
5245
|
+
"description": "The type of layer.",
|
|
5246
|
+
"type": "string"
|
|
5247
|
+
},
|
|
5248
|
+
"listMode": {
|
|
5249
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
|
|
5250
|
+
"enum": [
|
|
5251
|
+
"hide",
|
|
5252
|
+
"hide-children",
|
|
5253
|
+
"show"
|
|
5254
|
+
],
|
|
5255
|
+
"type": "string"
|
|
5256
|
+
},
|
|
5257
|
+
"maxScale": {
|
|
5258
|
+
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
5259
|
+
"type": "number"
|
|
5260
|
+
},
|
|
5261
|
+
"mediaType": {
|
|
5262
|
+
"description": "Indicates the type of media that the url points to. The currently supported media types are image and video. Images must be in JPEG or PNG format. For supported video formats, please refer to the MDN video codec guide. 'mediaType' is applicable only when the url is defined.",
|
|
5263
|
+
"enum": [
|
|
5264
|
+
"image",
|
|
5265
|
+
"video"
|
|
5266
|
+
],
|
|
5267
|
+
"type": "string"
|
|
5268
|
+
},
|
|
5269
|
+
"minScale": {
|
|
5270
|
+
"description": "A number representing the minimum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400.",
|
|
5271
|
+
"type": "number"
|
|
5272
|
+
},
|
|
5273
|
+
"opacity": {
|
|
5274
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
5275
|
+
"type": "number"
|
|
5276
|
+
},
|
|
5277
|
+
"refreshInterval": {
|
|
5278
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5279
|
+
"type": "number"
|
|
5280
|
+
},
|
|
5281
|
+
"showLegend": {
|
|
5282
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
5283
|
+
"type": "boolean"
|
|
5284
|
+
},
|
|
5285
|
+
"title": {
|
|
5286
|
+
"description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
|
|
5287
|
+
"type": "string"
|
|
5288
|
+
},
|
|
5289
|
+
"type": {
|
|
5290
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type.",
|
|
5291
|
+
"enum": [
|
|
5292
|
+
"BingMapsAerial",
|
|
5293
|
+
"BingMapsHybrid",
|
|
5294
|
+
"BingMapsRoad",
|
|
5295
|
+
"CSV",
|
|
5296
|
+
"KML",
|
|
5297
|
+
"OpenStreetMap",
|
|
5298
|
+
"WMS",
|
|
5299
|
+
"WebTiledLayer"
|
|
5300
|
+
],
|
|
5301
|
+
"type": "string"
|
|
5302
|
+
},
|
|
5303
|
+
"url": {
|
|
5304
|
+
"description": "Url URL to the media file. It is not applicable when itemId is defined. The url is relative when the media file is stored as an item resource. Relative urls are only applicable for image media types. Video media types only support external video urls at this time. See related mediaType property.",
|
|
5305
|
+
"type": "string"
|
|
5306
|
+
},
|
|
5307
|
+
"visibility": {
|
|
5308
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
5309
|
+
"type": "boolean"
|
|
5310
|
+
},
|
|
5311
|
+
"visibilityTimeExtent": {
|
|
5312
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
5313
|
+
"items": [
|
|
5314
|
+
{
|
|
5315
|
+
"type": "number"
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"type": "number"
|
|
5319
|
+
}
|
|
5320
|
+
],
|
|
5321
|
+
"maxItems": 2,
|
|
5322
|
+
"minItems": 2,
|
|
5323
|
+
"type": "array"
|
|
5324
|
+
}
|
|
5325
|
+
},
|
|
5326
|
+
"required": [
|
|
5327
|
+
"layerType"
|
|
5328
|
+
],
|
|
5329
|
+
"type": "object"
|
|
5330
|
+
},
|
|
4982
5331
|
"esri.rest-api.MosaicRuleJson.MosaicRuleJson": {
|
|
4983
5332
|
"additionalProperties": false,
|
|
4984
5333
|
"description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
|
|
@@ -5181,6 +5530,20 @@
|
|
|
5181
5530
|
"visibility": {
|
|
5182
5531
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
5183
5532
|
"type": "boolean"
|
|
5533
|
+
},
|
|
5534
|
+
"visibilityTimeExtent": {
|
|
5535
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
5536
|
+
"items": [
|
|
5537
|
+
{
|
|
5538
|
+
"type": "number"
|
|
5539
|
+
},
|
|
5540
|
+
{
|
|
5541
|
+
"type": "number"
|
|
5542
|
+
}
|
|
5543
|
+
],
|
|
5544
|
+
"maxItems": 2,
|
|
5545
|
+
"minItems": 2,
|
|
5546
|
+
"type": "array"
|
|
5184
5547
|
}
|
|
5185
5548
|
},
|
|
5186
5549
|
"required": [
|
|
@@ -7060,6 +7423,20 @@
|
|
|
7060
7423
|
"visibility": {
|
|
7061
7424
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7062
7425
|
"type": "boolean"
|
|
7426
|
+
},
|
|
7427
|
+
"visibilityTimeExtent": {
|
|
7428
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
7429
|
+
"items": [
|
|
7430
|
+
{
|
|
7431
|
+
"type": "number"
|
|
7432
|
+
},
|
|
7433
|
+
{
|
|
7434
|
+
"type": "number"
|
|
7435
|
+
}
|
|
7436
|
+
],
|
|
7437
|
+
"maxItems": 2,
|
|
7438
|
+
"minItems": 2,
|
|
7439
|
+
"type": "array"
|
|
7063
7440
|
}
|
|
7064
7441
|
},
|
|
7065
7442
|
"required": [
|
|
@@ -7276,6 +7653,20 @@
|
|
|
7276
7653
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7277
7654
|
"type": "boolean"
|
|
7278
7655
|
},
|
|
7656
|
+
"visibilityTimeExtent": {
|
|
7657
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
7658
|
+
"items": [
|
|
7659
|
+
{
|
|
7660
|
+
"type": "number"
|
|
7661
|
+
},
|
|
7662
|
+
{
|
|
7663
|
+
"type": "number"
|
|
7664
|
+
}
|
|
7665
|
+
],
|
|
7666
|
+
"maxItems": 2,
|
|
7667
|
+
"minItems": 2,
|
|
7668
|
+
"type": "array"
|
|
7669
|
+
},
|
|
7279
7670
|
"visibleLayers": {
|
|
7280
7671
|
"description": "An array of sublayer ids that should appear visible. Used with feature layers that are based on feature collections.",
|
|
7281
7672
|
"items": {
|
|
@@ -7504,6 +7895,20 @@
|
|
|
7504
7895
|
"visibility": {
|
|
7505
7896
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7506
7897
|
"type": "boolean"
|
|
7898
|
+
},
|
|
7899
|
+
"visibilityTimeExtent": {
|
|
7900
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
7901
|
+
"items": [
|
|
7902
|
+
{
|
|
7903
|
+
"type": "number"
|
|
7904
|
+
},
|
|
7905
|
+
{
|
|
7906
|
+
"type": "number"
|
|
7907
|
+
}
|
|
7908
|
+
],
|
|
7909
|
+
"maxItems": 2,
|
|
7910
|
+
"minItems": 2,
|
|
7911
|
+
"type": "array"
|
|
7507
7912
|
}
|
|
7508
7913
|
},
|
|
7509
7914
|
"required": [
|
|
@@ -7645,6 +8050,20 @@
|
|
|
7645
8050
|
"visibility": {
|
|
7646
8051
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7647
8052
|
"type": "boolean"
|
|
8053
|
+
},
|
|
8054
|
+
"visibilityTimeExtent": {
|
|
8055
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
8056
|
+
"items": [
|
|
8057
|
+
{
|
|
8058
|
+
"type": "number"
|
|
8059
|
+
},
|
|
8060
|
+
{
|
|
8061
|
+
"type": "number"
|
|
8062
|
+
}
|
|
8063
|
+
],
|
|
8064
|
+
"maxItems": 2,
|
|
8065
|
+
"minItems": 2,
|
|
8066
|
+
"type": "array"
|
|
7648
8067
|
}
|
|
7649
8068
|
},
|
|
7650
8069
|
"required": [
|
|
@@ -8936,6 +9355,20 @@
|
|
|
8936
9355
|
"visibility": {
|
|
8937
9356
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
8938
9357
|
"type": "boolean"
|
|
9358
|
+
},
|
|
9359
|
+
"visibilityTimeExtent": {
|
|
9360
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
9361
|
+
"items": [
|
|
9362
|
+
{
|
|
9363
|
+
"type": "number"
|
|
9364
|
+
},
|
|
9365
|
+
{
|
|
9366
|
+
"type": "number"
|
|
9367
|
+
}
|
|
9368
|
+
],
|
|
9369
|
+
"maxItems": 2,
|
|
9370
|
+
"minItems": 2,
|
|
9371
|
+
"type": "array"
|
|
8939
9372
|
}
|
|
8940
9373
|
},
|
|
8941
9374
|
"required": [
|
|
@@ -9084,6 +9517,20 @@
|
|
|
9084
9517
|
"visibility": {
|
|
9085
9518
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9086
9519
|
"type": "boolean"
|
|
9520
|
+
},
|
|
9521
|
+
"visibilityTimeExtent": {
|
|
9522
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
9523
|
+
"items": [
|
|
9524
|
+
{
|
|
9525
|
+
"type": "number"
|
|
9526
|
+
},
|
|
9527
|
+
{
|
|
9528
|
+
"type": "number"
|
|
9529
|
+
}
|
|
9530
|
+
],
|
|
9531
|
+
"maxItems": 2,
|
|
9532
|
+
"minItems": 2,
|
|
9533
|
+
"type": "array"
|
|
9087
9534
|
}
|
|
9088
9535
|
},
|
|
9089
9536
|
"required": [
|
|
@@ -9242,6 +9689,20 @@
|
|
|
9242
9689
|
"visibility": {
|
|
9243
9690
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9244
9691
|
"type": "boolean"
|
|
9692
|
+
},
|
|
9693
|
+
"visibilityTimeExtent": {
|
|
9694
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
9695
|
+
"items": [
|
|
9696
|
+
{
|
|
9697
|
+
"type": "number"
|
|
9698
|
+
},
|
|
9699
|
+
{
|
|
9700
|
+
"type": "number"
|
|
9701
|
+
}
|
|
9702
|
+
],
|
|
9703
|
+
"maxItems": 2,
|
|
9704
|
+
"minItems": 2,
|
|
9705
|
+
"type": "array"
|
|
9245
9706
|
}
|
|
9246
9707
|
},
|
|
9247
9708
|
"required": [
|
|
@@ -9427,6 +9888,20 @@
|
|
|
9427
9888
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9428
9889
|
"type": "boolean"
|
|
9429
9890
|
},
|
|
9891
|
+
"visibilityTimeExtent": {
|
|
9892
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
9893
|
+
"items": [
|
|
9894
|
+
{
|
|
9895
|
+
"type": "number"
|
|
9896
|
+
},
|
|
9897
|
+
{
|
|
9898
|
+
"type": "number"
|
|
9899
|
+
}
|
|
9900
|
+
],
|
|
9901
|
+
"maxItems": 2,
|
|
9902
|
+
"minItems": 2,
|
|
9903
|
+
"type": "array"
|
|
9904
|
+
},
|
|
9430
9905
|
"wfsInfo": {
|
|
9431
9906
|
"$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSInfoJson",
|
|
9432
9907
|
"description": "Object that defines and provides information about layers in a WFS service."
|
|
@@ -9624,6 +10099,20 @@
|
|
|
9624
10099
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9625
10100
|
"type": "boolean"
|
|
9626
10101
|
},
|
|
10102
|
+
"visibilityTimeExtent": {
|
|
10103
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
10104
|
+
"items": [
|
|
10105
|
+
{
|
|
10106
|
+
"type": "number"
|
|
10107
|
+
},
|
|
10108
|
+
{
|
|
10109
|
+
"type": "number"
|
|
10110
|
+
}
|
|
10111
|
+
],
|
|
10112
|
+
"maxItems": 2,
|
|
10113
|
+
"minItems": 2,
|
|
10114
|
+
"type": "array"
|
|
10115
|
+
},
|
|
9627
10116
|
"visibleLayers": {
|
|
9628
10117
|
"description": "An array of layers that should appear visible. The array contains the names of the visible layers.",
|
|
9629
10118
|
"items": {
|
|
@@ -9867,6 +10356,20 @@
|
|
|
9867
10356
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9868
10357
|
"type": "boolean"
|
|
9869
10358
|
},
|
|
10359
|
+
"visibilityTimeExtent": {
|
|
10360
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
10361
|
+
"items": [
|
|
10362
|
+
{
|
|
10363
|
+
"type": "number"
|
|
10364
|
+
},
|
|
10365
|
+
{
|
|
10366
|
+
"type": "number"
|
|
10367
|
+
}
|
|
10368
|
+
],
|
|
10369
|
+
"maxItems": 2,
|
|
10370
|
+
"minItems": 2,
|
|
10371
|
+
"type": "array"
|
|
10372
|
+
},
|
|
9870
10373
|
"wmtsInfo": {
|
|
9871
10374
|
"$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WMTSInfoJson",
|
|
9872
10375
|
"description": "An object representing information about this layer if it is a WMTS layer."
|