@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
|
@@ -1712,6 +1712,9 @@
|
|
|
1712
1712
|
{
|
|
1713
1713
|
"$ref": "#/definitions/esri.rest-api.KMLLayerJson.KMLLayerJson"
|
|
1714
1714
|
},
|
|
1715
|
+
{
|
|
1716
|
+
"$ref": "#/definitions/esri.rest-api.MediaLayerJson.MediaLayerJson"
|
|
1717
|
+
},
|
|
1715
1718
|
{
|
|
1716
1719
|
"$ref": "#/definitions/esri.rest-api.MapServiceLayerJson.MapServiceLayerJson"
|
|
1717
1720
|
},
|
|
@@ -3082,6 +3085,20 @@
|
|
|
3082
3085
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
3083
3086
|
"type": "boolean"
|
|
3084
3087
|
},
|
|
3088
|
+
"visibilityTimeExtent": {
|
|
3089
|
+
"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.",
|
|
3090
|
+
"items": [
|
|
3091
|
+
{
|
|
3092
|
+
"type": "number"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"type": "number"
|
|
3096
|
+
}
|
|
3097
|
+
],
|
|
3098
|
+
"maxItems": 2,
|
|
3099
|
+
"minItems": 2,
|
|
3100
|
+
"type": "array"
|
|
3101
|
+
},
|
|
3085
3102
|
"visibleLayers": {
|
|
3086
3103
|
"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.",
|
|
3087
3104
|
"items": {
|
|
@@ -3239,6 +3256,20 @@
|
|
|
3239
3256
|
"visibility": {
|
|
3240
3257
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
3241
3258
|
"type": "boolean"
|
|
3259
|
+
},
|
|
3260
|
+
"visibilityTimeExtent": {
|
|
3261
|
+
"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.",
|
|
3262
|
+
"items": [
|
|
3263
|
+
{
|
|
3264
|
+
"type": "number"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"type": "number"
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"maxItems": 2,
|
|
3271
|
+
"minItems": 2,
|
|
3272
|
+
"type": "array"
|
|
3242
3273
|
}
|
|
3243
3274
|
},
|
|
3244
3275
|
"required": [
|
|
@@ -3415,6 +3446,20 @@
|
|
|
3415
3446
|
"visibility": {
|
|
3416
3447
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
3417
3448
|
"type": "boolean"
|
|
3449
|
+
},
|
|
3450
|
+
"visibilityTimeExtent": {
|
|
3451
|
+
"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.",
|
|
3452
|
+
"items": [
|
|
3453
|
+
{
|
|
3454
|
+
"type": "number"
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"type": "number"
|
|
3458
|
+
}
|
|
3459
|
+
],
|
|
3460
|
+
"maxItems": 2,
|
|
3461
|
+
"minItems": 2,
|
|
3462
|
+
"type": "array"
|
|
3418
3463
|
}
|
|
3419
3464
|
},
|
|
3420
3465
|
"required": [
|
|
@@ -3714,6 +3759,20 @@
|
|
|
3714
3759
|
"visibility": {
|
|
3715
3760
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
3716
3761
|
"type": "boolean"
|
|
3762
|
+
},
|
|
3763
|
+
"visibilityTimeExtent": {
|
|
3764
|
+
"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.",
|
|
3765
|
+
"items": [
|
|
3766
|
+
{
|
|
3767
|
+
"type": "number"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"type": "number"
|
|
3771
|
+
}
|
|
3772
|
+
],
|
|
3773
|
+
"maxItems": 2,
|
|
3774
|
+
"minItems": 2,
|
|
3775
|
+
"type": "array"
|
|
3717
3776
|
}
|
|
3718
3777
|
},
|
|
3719
3778
|
"required": [
|
|
@@ -4339,6 +4398,20 @@
|
|
|
4339
4398
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
4340
4399
|
"type": "boolean"
|
|
4341
4400
|
},
|
|
4401
|
+
"visibilityTimeExtent": {
|
|
4402
|
+
"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.",
|
|
4403
|
+
"items": [
|
|
4404
|
+
{
|
|
4405
|
+
"type": "number"
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"type": "number"
|
|
4409
|
+
}
|
|
4410
|
+
],
|
|
4411
|
+
"maxItems": 2,
|
|
4412
|
+
"minItems": 2,
|
|
4413
|
+
"type": "array"
|
|
4414
|
+
},
|
|
4342
4415
|
"visibleLayers": {
|
|
4343
4416
|
"description": "An array of sublayer ids that should appear visible. Used with feature layers that are based on feature collections.",
|
|
4344
4417
|
"items": {
|
|
@@ -4989,6 +5062,20 @@
|
|
|
4989
5062
|
"visibility": {
|
|
4990
5063
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
4991
5064
|
"type": "boolean"
|
|
5065
|
+
},
|
|
5066
|
+
"visibilityTimeExtent": {
|
|
5067
|
+
"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.",
|
|
5068
|
+
"items": [
|
|
5069
|
+
{
|
|
5070
|
+
"type": "number"
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"type": "number"
|
|
5074
|
+
}
|
|
5075
|
+
],
|
|
5076
|
+
"maxItems": 2,
|
|
5077
|
+
"minItems": 2,
|
|
5078
|
+
"type": "array"
|
|
4992
5079
|
}
|
|
4993
5080
|
},
|
|
4994
5081
|
"required": [
|
|
@@ -5116,6 +5203,20 @@
|
|
|
5116
5203
|
"visibility": {
|
|
5117
5204
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
5118
5205
|
"type": "boolean"
|
|
5206
|
+
},
|
|
5207
|
+
"visibilityTimeExtent": {
|
|
5208
|
+
"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.",
|
|
5209
|
+
"items": [
|
|
5210
|
+
{
|
|
5211
|
+
"type": "number"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"type": "number"
|
|
5215
|
+
}
|
|
5216
|
+
],
|
|
5217
|
+
"maxItems": 2,
|
|
5218
|
+
"minItems": 2,
|
|
5219
|
+
"type": "array"
|
|
5119
5220
|
}
|
|
5120
5221
|
},
|
|
5121
5222
|
"required": [
|
|
@@ -5412,6 +5513,20 @@
|
|
|
5412
5513
|
"inherited"
|
|
5413
5514
|
],
|
|
5414
5515
|
"type": "string"
|
|
5516
|
+
},
|
|
5517
|
+
"visibilityTimeExtent": {
|
|
5518
|
+
"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.",
|
|
5519
|
+
"items": [
|
|
5520
|
+
{
|
|
5521
|
+
"type": "number"
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"type": "number"
|
|
5525
|
+
}
|
|
5526
|
+
],
|
|
5527
|
+
"maxItems": 2,
|
|
5528
|
+
"minItems": 2,
|
|
5529
|
+
"type": "array"
|
|
5415
5530
|
}
|
|
5416
5531
|
},
|
|
5417
5532
|
"required": [
|
|
@@ -5613,6 +5728,20 @@
|
|
|
5613
5728
|
"visibility": {
|
|
5614
5729
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
5615
5730
|
"type": "boolean"
|
|
5731
|
+
},
|
|
5732
|
+
"visibilityTimeExtent": {
|
|
5733
|
+
"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.",
|
|
5734
|
+
"items": [
|
|
5735
|
+
{
|
|
5736
|
+
"type": "number"
|
|
5737
|
+
},
|
|
5738
|
+
{
|
|
5739
|
+
"type": "number"
|
|
5740
|
+
}
|
|
5741
|
+
],
|
|
5742
|
+
"maxItems": 2,
|
|
5743
|
+
"minItems": 2,
|
|
5744
|
+
"type": "array"
|
|
5616
5745
|
}
|
|
5617
5746
|
},
|
|
5618
5747
|
"required": [
|
|
@@ -5797,6 +5926,20 @@
|
|
|
5797
5926
|
"visibility": {
|
|
5798
5927
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
5799
5928
|
"type": "boolean"
|
|
5929
|
+
},
|
|
5930
|
+
"visibilityTimeExtent": {
|
|
5931
|
+
"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.",
|
|
5932
|
+
"items": [
|
|
5933
|
+
{
|
|
5934
|
+
"type": "number"
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"type": "number"
|
|
5938
|
+
}
|
|
5939
|
+
],
|
|
5940
|
+
"maxItems": 2,
|
|
5941
|
+
"minItems": 2,
|
|
5942
|
+
"type": "array"
|
|
5800
5943
|
}
|
|
5801
5944
|
},
|
|
5802
5945
|
"required": [
|
|
@@ -5918,6 +6061,20 @@
|
|
|
5918
6061
|
"visibility": {
|
|
5919
6062
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
5920
6063
|
"type": "boolean"
|
|
6064
|
+
},
|
|
6065
|
+
"visibilityTimeExtent": {
|
|
6066
|
+
"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.",
|
|
6067
|
+
"items": [
|
|
6068
|
+
{
|
|
6069
|
+
"type": "number"
|
|
6070
|
+
},
|
|
6071
|
+
{
|
|
6072
|
+
"type": "number"
|
|
6073
|
+
}
|
|
6074
|
+
],
|
|
6075
|
+
"maxItems": 2,
|
|
6076
|
+
"minItems": 2,
|
|
6077
|
+
"type": "array"
|
|
5921
6078
|
}
|
|
5922
6079
|
},
|
|
5923
6080
|
"required": [
|
|
@@ -6038,6 +6195,20 @@
|
|
|
6038
6195
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
6039
6196
|
"type": "boolean"
|
|
6040
6197
|
},
|
|
6198
|
+
"visibilityTimeExtent": {
|
|
6199
|
+
"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.",
|
|
6200
|
+
"items": [
|
|
6201
|
+
{
|
|
6202
|
+
"type": "number"
|
|
6203
|
+
},
|
|
6204
|
+
{
|
|
6205
|
+
"type": "number"
|
|
6206
|
+
}
|
|
6207
|
+
],
|
|
6208
|
+
"maxItems": 2,
|
|
6209
|
+
"minItems": 2,
|
|
6210
|
+
"type": "array"
|
|
6211
|
+
},
|
|
6041
6212
|
"visibleFolders": {
|
|
6042
6213
|
"description": "Array of numeric IDs of folders that will be made visible.",
|
|
6043
6214
|
"items": {
|
|
@@ -7129,6 +7300,20 @@
|
|
|
7129
7300
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7130
7301
|
"type": "boolean"
|
|
7131
7302
|
},
|
|
7303
|
+
"visibilityTimeExtent": {
|
|
7304
|
+
"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.",
|
|
7305
|
+
"items": [
|
|
7306
|
+
{
|
|
7307
|
+
"type": "number"
|
|
7308
|
+
},
|
|
7309
|
+
{
|
|
7310
|
+
"type": "number"
|
|
7311
|
+
}
|
|
7312
|
+
],
|
|
7313
|
+
"maxItems": 2,
|
|
7314
|
+
"minItems": 2,
|
|
7315
|
+
"type": "array"
|
|
7316
|
+
},
|
|
7132
7317
|
"visibleLayers": {
|
|
7133
7318
|
"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.",
|
|
7134
7319
|
"items": {
|
|
@@ -7142,6 +7327,184 @@
|
|
|
7142
7327
|
],
|
|
7143
7328
|
"type": "object"
|
|
7144
7329
|
},
|
|
7330
|
+
"esri.rest-api.MediaLayerJson.GeoreferenceJson": {
|
|
7331
|
+
"additionalProperties": false,
|
|
7332
|
+
"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/}.",
|
|
7333
|
+
"properties": {
|
|
7334
|
+
"coefficients": {
|
|
7335
|
+
"description": "An array of 8 coefficients representing the projective transformation..",
|
|
7336
|
+
"items": {
|
|
7337
|
+
"type": "number"
|
|
7338
|
+
},
|
|
7339
|
+
"type": "array"
|
|
7340
|
+
},
|
|
7341
|
+
"controlPoints": {
|
|
7342
|
+
"description": "An array of 4 user defined control points placed on the media..",
|
|
7343
|
+
"items": {
|
|
7344
|
+
"$ref": "__type"
|
|
7345
|
+
},
|
|
7346
|
+
"type": "array"
|
|
7347
|
+
},
|
|
7348
|
+
"height": {
|
|
7349
|
+
"description": "Numeric value indicating the height of media in pixels.",
|
|
7350
|
+
"type": "number"
|
|
7351
|
+
},
|
|
7352
|
+
"spatialReference": {
|
|
7353
|
+
"$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson",
|
|
7354
|
+
"description": "Image format of the cached tiles."
|
|
7355
|
+
},
|
|
7356
|
+
"width": {
|
|
7357
|
+
"description": "Numeric value indicating the width of media in pixels.",
|
|
7358
|
+
"type": "number"
|
|
7359
|
+
}
|
|
7360
|
+
},
|
|
7361
|
+
"type": "object"
|
|
7362
|
+
},
|
|
7363
|
+
"esri.rest-api.MediaLayerJson.MediaLayerJson": {
|
|
7364
|
+
"additionalProperties": false,
|
|
7365
|
+
"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/}.",
|
|
7366
|
+
"properties": {
|
|
7367
|
+
"blendMode": {
|
|
7368
|
+
"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.",
|
|
7369
|
+
"enum": [
|
|
7370
|
+
"average",
|
|
7371
|
+
"color",
|
|
7372
|
+
"color-burn",
|
|
7373
|
+
"color-dodge",
|
|
7374
|
+
"darken",
|
|
7375
|
+
"destination-atop",
|
|
7376
|
+
"destination-in",
|
|
7377
|
+
"destination-out",
|
|
7378
|
+
"destination-over",
|
|
7379
|
+
"difference",
|
|
7380
|
+
"exclusion",
|
|
7381
|
+
"hard-light",
|
|
7382
|
+
"hue",
|
|
7383
|
+
"invert",
|
|
7384
|
+
"lighten",
|
|
7385
|
+
"lighter",
|
|
7386
|
+
"luminosity",
|
|
7387
|
+
"minus",
|
|
7388
|
+
"multiply",
|
|
7389
|
+
"normal",
|
|
7390
|
+
"overlay",
|
|
7391
|
+
"plus",
|
|
7392
|
+
"reflect",
|
|
7393
|
+
"saturation",
|
|
7394
|
+
"screen",
|
|
7395
|
+
"soft-light",
|
|
7396
|
+
"source-atop",
|
|
7397
|
+
"source-in",
|
|
7398
|
+
"source-out",
|
|
7399
|
+
"vivid-light",
|
|
7400
|
+
"xor"
|
|
7401
|
+
],
|
|
7402
|
+
"type": "string"
|
|
7403
|
+
},
|
|
7404
|
+
"effect": {
|
|
7405
|
+
"$ref": "#/definitions/EffectJson",
|
|
7406
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7407
|
+
},
|
|
7408
|
+
"georeference": {
|
|
7409
|
+
"$ref": "#/definitions/esri.rest-api.MediaLayerJson.GeoreferenceJson",
|
|
7410
|
+
"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."
|
|
7411
|
+
},
|
|
7412
|
+
"id": {
|
|
7413
|
+
"description": "A unique identifying string for the layer.",
|
|
7414
|
+
"type": "string"
|
|
7415
|
+
},
|
|
7416
|
+
"itemId": {
|
|
7417
|
+
"description": "Optional string containing the item ID of the Media Layer item registered on ArcGIS Online or your organization's portal.",
|
|
7418
|
+
"type": "string"
|
|
7419
|
+
},
|
|
7420
|
+
"layerType": {
|
|
7421
|
+
"const": "MediaLayer",
|
|
7422
|
+
"description": "The type of layer.",
|
|
7423
|
+
"type": "string"
|
|
7424
|
+
},
|
|
7425
|
+
"listMode": {
|
|
7426
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
|
|
7427
|
+
"enum": [
|
|
7428
|
+
"hide",
|
|
7429
|
+
"hide-children",
|
|
7430
|
+
"show"
|
|
7431
|
+
],
|
|
7432
|
+
"type": "string"
|
|
7433
|
+
},
|
|
7434
|
+
"maxScale": {
|
|
7435
|
+
"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.",
|
|
7436
|
+
"type": "number"
|
|
7437
|
+
},
|
|
7438
|
+
"mediaType": {
|
|
7439
|
+
"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.",
|
|
7440
|
+
"enum": [
|
|
7441
|
+
"image",
|
|
7442
|
+
"video"
|
|
7443
|
+
],
|
|
7444
|
+
"type": "string"
|
|
7445
|
+
},
|
|
7446
|
+
"minScale": {
|
|
7447
|
+
"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.",
|
|
7448
|
+
"type": "number"
|
|
7449
|
+
},
|
|
7450
|
+
"opacity": {
|
|
7451
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
7452
|
+
"type": "number"
|
|
7453
|
+
},
|
|
7454
|
+
"refreshInterval": {
|
|
7455
|
+
"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}.",
|
|
7456
|
+
"type": "number"
|
|
7457
|
+
},
|
|
7458
|
+
"showLegend": {
|
|
7459
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
7460
|
+
"type": "boolean"
|
|
7461
|
+
},
|
|
7462
|
+
"title": {
|
|
7463
|
+
"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.",
|
|
7464
|
+
"type": "string"
|
|
7465
|
+
},
|
|
7466
|
+
"type": {
|
|
7467
|
+
"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.",
|
|
7468
|
+
"enum": [
|
|
7469
|
+
"BingMapsAerial",
|
|
7470
|
+
"BingMapsHybrid",
|
|
7471
|
+
"BingMapsRoad",
|
|
7472
|
+
"CSV",
|
|
7473
|
+
"KML",
|
|
7474
|
+
"OpenStreetMap",
|
|
7475
|
+
"WMS",
|
|
7476
|
+
"WebTiledLayer"
|
|
7477
|
+
],
|
|
7478
|
+
"type": "string"
|
|
7479
|
+
},
|
|
7480
|
+
"url": {
|
|
7481
|
+
"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.",
|
|
7482
|
+
"type": "string"
|
|
7483
|
+
},
|
|
7484
|
+
"visibility": {
|
|
7485
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7486
|
+
"type": "boolean"
|
|
7487
|
+
},
|
|
7488
|
+
"visibilityTimeExtent": {
|
|
7489
|
+
"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.",
|
|
7490
|
+
"items": [
|
|
7491
|
+
{
|
|
7492
|
+
"type": "number"
|
|
7493
|
+
},
|
|
7494
|
+
{
|
|
7495
|
+
"type": "number"
|
|
7496
|
+
}
|
|
7497
|
+
],
|
|
7498
|
+
"maxItems": 2,
|
|
7499
|
+
"minItems": 2,
|
|
7500
|
+
"type": "array"
|
|
7501
|
+
}
|
|
7502
|
+
},
|
|
7503
|
+
"required": [
|
|
7504
|
+
"layerType"
|
|
7505
|
+
],
|
|
7506
|
+
"type": "object"
|
|
7507
|
+
},
|
|
7145
7508
|
"esri.rest-api.MosaicRuleJson.MosaicRuleJson": {
|
|
7146
7509
|
"additionalProperties": false,
|
|
7147
7510
|
"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/}.",
|
|
@@ -7323,6 +7686,20 @@
|
|
|
7323
7686
|
"visibility": {
|
|
7324
7687
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7325
7688
|
"type": "boolean"
|
|
7689
|
+
},
|
|
7690
|
+
"visibilityTimeExtent": {
|
|
7691
|
+
"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.",
|
|
7692
|
+
"items": [
|
|
7693
|
+
{
|
|
7694
|
+
"type": "number"
|
|
7695
|
+
},
|
|
7696
|
+
{
|
|
7697
|
+
"type": "number"
|
|
7698
|
+
}
|
|
7699
|
+
],
|
|
7700
|
+
"maxItems": 2,
|
|
7701
|
+
"minItems": 2,
|
|
7702
|
+
"type": "array"
|
|
7326
7703
|
}
|
|
7327
7704
|
},
|
|
7328
7705
|
"required": [
|
|
@@ -7450,6 +7827,20 @@
|
|
|
7450
7827
|
"visibility": {
|
|
7451
7828
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7452
7829
|
"type": "boolean"
|
|
7830
|
+
},
|
|
7831
|
+
"visibilityTimeExtent": {
|
|
7832
|
+
"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.",
|
|
7833
|
+
"items": [
|
|
7834
|
+
{
|
|
7835
|
+
"type": "number"
|
|
7836
|
+
},
|
|
7837
|
+
{
|
|
7838
|
+
"type": "number"
|
|
7839
|
+
}
|
|
7840
|
+
],
|
|
7841
|
+
"maxItems": 2,
|
|
7842
|
+
"minItems": 2,
|
|
7843
|
+
"type": "array"
|
|
7453
7844
|
}
|
|
7454
7845
|
},
|
|
7455
7846
|
"required": [
|
|
@@ -7877,6 +8268,20 @@
|
|
|
7877
8268
|
"visibility": {
|
|
7878
8269
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7879
8270
|
"type": "boolean"
|
|
8271
|
+
},
|
|
8272
|
+
"visibilityTimeExtent": {
|
|
8273
|
+
"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.",
|
|
8274
|
+
"items": [
|
|
8275
|
+
{
|
|
8276
|
+
"type": "number"
|
|
8277
|
+
},
|
|
8278
|
+
{
|
|
8279
|
+
"type": "number"
|
|
8280
|
+
}
|
|
8281
|
+
],
|
|
8282
|
+
"maxItems": 2,
|
|
8283
|
+
"minItems": 2,
|
|
8284
|
+
"type": "array"
|
|
7880
8285
|
}
|
|
7881
8286
|
},
|
|
7882
8287
|
"required": [
|
|
@@ -9448,6 +9853,20 @@
|
|
|
9448
9853
|
"visibility": {
|
|
9449
9854
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9450
9855
|
"type": "boolean"
|
|
9856
|
+
},
|
|
9857
|
+
"visibilityTimeExtent": {
|
|
9858
|
+
"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.",
|
|
9859
|
+
"items": [
|
|
9860
|
+
{
|
|
9861
|
+
"type": "number"
|
|
9862
|
+
},
|
|
9863
|
+
{
|
|
9864
|
+
"type": "number"
|
|
9865
|
+
}
|
|
9866
|
+
],
|
|
9867
|
+
"maxItems": 2,
|
|
9868
|
+
"minItems": 2,
|
|
9869
|
+
"type": "array"
|
|
9451
9870
|
}
|
|
9452
9871
|
},
|
|
9453
9872
|
"required": [
|
|
@@ -9664,6 +10083,20 @@
|
|
|
9664
10083
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9665
10084
|
"type": "boolean"
|
|
9666
10085
|
},
|
|
10086
|
+
"visibilityTimeExtent": {
|
|
10087
|
+
"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.",
|
|
10088
|
+
"items": [
|
|
10089
|
+
{
|
|
10090
|
+
"type": "number"
|
|
10091
|
+
},
|
|
10092
|
+
{
|
|
10093
|
+
"type": "number"
|
|
10094
|
+
}
|
|
10095
|
+
],
|
|
10096
|
+
"maxItems": 2,
|
|
10097
|
+
"minItems": 2,
|
|
10098
|
+
"type": "array"
|
|
10099
|
+
},
|
|
9667
10100
|
"visibleLayers": {
|
|
9668
10101
|
"description": "An array of sublayer ids that should appear visible. Used with feature layers that are based on feature collections.",
|
|
9669
10102
|
"items": {
|
|
@@ -9892,6 +10325,20 @@
|
|
|
9892
10325
|
"visibility": {
|
|
9893
10326
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9894
10327
|
"type": "boolean"
|
|
10328
|
+
},
|
|
10329
|
+
"visibilityTimeExtent": {
|
|
10330
|
+
"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.",
|
|
10331
|
+
"items": [
|
|
10332
|
+
{
|
|
10333
|
+
"type": "number"
|
|
10334
|
+
},
|
|
10335
|
+
{
|
|
10336
|
+
"type": "number"
|
|
10337
|
+
}
|
|
10338
|
+
],
|
|
10339
|
+
"maxItems": 2,
|
|
10340
|
+
"minItems": 2,
|
|
10341
|
+
"type": "array"
|
|
9895
10342
|
}
|
|
9896
10343
|
},
|
|
9897
10344
|
"required": [
|
|
@@ -10033,6 +10480,20 @@
|
|
|
10033
10480
|
"visibility": {
|
|
10034
10481
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
10035
10482
|
"type": "boolean"
|
|
10483
|
+
},
|
|
10484
|
+
"visibilityTimeExtent": {
|
|
10485
|
+
"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.",
|
|
10486
|
+
"items": [
|
|
10487
|
+
{
|
|
10488
|
+
"type": "number"
|
|
10489
|
+
},
|
|
10490
|
+
{
|
|
10491
|
+
"type": "number"
|
|
10492
|
+
}
|
|
10493
|
+
],
|
|
10494
|
+
"maxItems": 2,
|
|
10495
|
+
"minItems": 2,
|
|
10496
|
+
"type": "array"
|
|
10036
10497
|
}
|
|
10037
10498
|
},
|
|
10038
10499
|
"required": [
|
|
@@ -11340,6 +11801,20 @@
|
|
|
11340
11801
|
"visibility": {
|
|
11341
11802
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
11342
11803
|
"type": "boolean"
|
|
11804
|
+
},
|
|
11805
|
+
"visibilityTimeExtent": {
|
|
11806
|
+
"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.",
|
|
11807
|
+
"items": [
|
|
11808
|
+
{
|
|
11809
|
+
"type": "number"
|
|
11810
|
+
},
|
|
11811
|
+
{
|
|
11812
|
+
"type": "number"
|
|
11813
|
+
}
|
|
11814
|
+
],
|
|
11815
|
+
"maxItems": 2,
|
|
11816
|
+
"minItems": 2,
|
|
11817
|
+
"type": "array"
|
|
11343
11818
|
}
|
|
11344
11819
|
},
|
|
11345
11820
|
"required": [
|
|
@@ -11466,6 +11941,20 @@
|
|
|
11466
11941
|
"visibility": {
|
|
11467
11942
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
11468
11943
|
"type": "boolean"
|
|
11944
|
+
},
|
|
11945
|
+
"visibilityTimeExtent": {
|
|
11946
|
+
"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.",
|
|
11947
|
+
"items": [
|
|
11948
|
+
{
|
|
11949
|
+
"type": "number"
|
|
11950
|
+
},
|
|
11951
|
+
{
|
|
11952
|
+
"type": "number"
|
|
11953
|
+
}
|
|
11954
|
+
],
|
|
11955
|
+
"maxItems": 2,
|
|
11956
|
+
"minItems": 2,
|
|
11957
|
+
"type": "array"
|
|
11469
11958
|
}
|
|
11470
11959
|
},
|
|
11471
11960
|
"required": [
|
|
@@ -11614,6 +12103,20 @@
|
|
|
11614
12103
|
"visibility": {
|
|
11615
12104
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
11616
12105
|
"type": "boolean"
|
|
12106
|
+
},
|
|
12107
|
+
"visibilityTimeExtent": {
|
|
12108
|
+
"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.",
|
|
12109
|
+
"items": [
|
|
12110
|
+
{
|
|
12111
|
+
"type": "number"
|
|
12112
|
+
},
|
|
12113
|
+
{
|
|
12114
|
+
"type": "number"
|
|
12115
|
+
}
|
|
12116
|
+
],
|
|
12117
|
+
"maxItems": 2,
|
|
12118
|
+
"minItems": 2,
|
|
12119
|
+
"type": "array"
|
|
11617
12120
|
}
|
|
11618
12121
|
},
|
|
11619
12122
|
"required": [
|
|
@@ -11772,6 +12275,20 @@
|
|
|
11772
12275
|
"visibility": {
|
|
11773
12276
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
11774
12277
|
"type": "boolean"
|
|
12278
|
+
},
|
|
12279
|
+
"visibilityTimeExtent": {
|
|
12280
|
+
"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.",
|
|
12281
|
+
"items": [
|
|
12282
|
+
{
|
|
12283
|
+
"type": "number"
|
|
12284
|
+
},
|
|
12285
|
+
{
|
|
12286
|
+
"type": "number"
|
|
12287
|
+
}
|
|
12288
|
+
],
|
|
12289
|
+
"maxItems": 2,
|
|
12290
|
+
"minItems": 2,
|
|
12291
|
+
"type": "array"
|
|
11775
12292
|
}
|
|
11776
12293
|
},
|
|
11777
12294
|
"required": [
|
|
@@ -11957,6 +12474,20 @@
|
|
|
11957
12474
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
11958
12475
|
"type": "boolean"
|
|
11959
12476
|
},
|
|
12477
|
+
"visibilityTimeExtent": {
|
|
12478
|
+
"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.",
|
|
12479
|
+
"items": [
|
|
12480
|
+
{
|
|
12481
|
+
"type": "number"
|
|
12482
|
+
},
|
|
12483
|
+
{
|
|
12484
|
+
"type": "number"
|
|
12485
|
+
}
|
|
12486
|
+
],
|
|
12487
|
+
"maxItems": 2,
|
|
12488
|
+
"minItems": 2,
|
|
12489
|
+
"type": "array"
|
|
12490
|
+
},
|
|
11960
12491
|
"wfsInfo": {
|
|
11961
12492
|
"$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSInfoJson",
|
|
11962
12493
|
"description": "Object that defines and provides information about layers in a WFS service."
|
|
@@ -12154,6 +12685,20 @@
|
|
|
12154
12685
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
12155
12686
|
"type": "boolean"
|
|
12156
12687
|
},
|
|
12688
|
+
"visibilityTimeExtent": {
|
|
12689
|
+
"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.",
|
|
12690
|
+
"items": [
|
|
12691
|
+
{
|
|
12692
|
+
"type": "number"
|
|
12693
|
+
},
|
|
12694
|
+
{
|
|
12695
|
+
"type": "number"
|
|
12696
|
+
}
|
|
12697
|
+
],
|
|
12698
|
+
"maxItems": 2,
|
|
12699
|
+
"minItems": 2,
|
|
12700
|
+
"type": "array"
|
|
12701
|
+
},
|
|
12157
12702
|
"visibleLayers": {
|
|
12158
12703
|
"description": "An array of layers that should appear visible. The array contains the names of the visible layers.",
|
|
12159
12704
|
"items": {
|
|
@@ -12397,6 +12942,20 @@
|
|
|
12397
12942
|
"description": "Determines whether the layer is initially visible in the web map.",
|
|
12398
12943
|
"type": "boolean"
|
|
12399
12944
|
},
|
|
12945
|
+
"visibilityTimeExtent": {
|
|
12946
|
+
"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.",
|
|
12947
|
+
"items": [
|
|
12948
|
+
{
|
|
12949
|
+
"type": "number"
|
|
12950
|
+
},
|
|
12951
|
+
{
|
|
12952
|
+
"type": "number"
|
|
12953
|
+
}
|
|
12954
|
+
],
|
|
12955
|
+
"maxItems": 2,
|
|
12956
|
+
"minItems": 2,
|
|
12957
|
+
"type": "array"
|
|
12958
|
+
},
|
|
12400
12959
|
"wmtsInfo": {
|
|
12401
12960
|
"$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WMTSInfoJson",
|
|
12402
12961
|
"description": "An object representing information about this layer if it is a WMTS layer."
|