@vertigis/viewer-spec 56.32.0 → 56.32.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 +212 -12
- package/messaging/schema/common-event.schema.json +208 -12
- package/messaging/schema/mobile-action.schema.json +212 -12
- package/messaging/schema/mobile-event.schema.json +208 -12
- package/messaging/schema/web-action.schema.json +221 -12
- package/messaging/schema/web-event.schema.json +208 -12
- package/package.json +14 -14
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -595,6 +595,10 @@
|
|
|
595
595
|
"title": {
|
|
596
596
|
"description": "The layer's title.",
|
|
597
597
|
"type": "string"
|
|
598
|
+
},
|
|
599
|
+
"url": {
|
|
600
|
+
"description": "The layer's url.",
|
|
601
|
+
"type": "string"
|
|
598
602
|
}
|
|
599
603
|
},
|
|
600
604
|
"type": "object"
|
|
@@ -942,6 +946,9 @@
|
|
|
942
946
|
{
|
|
943
947
|
"$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WebTileLayerJson"
|
|
944
948
|
},
|
|
949
|
+
{
|
|
950
|
+
"$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSLayerJson"
|
|
951
|
+
},
|
|
945
952
|
{
|
|
946
953
|
"$ref": "#/definitions/esri.rest-api.WMSLayerJson.WMSLayerJson"
|
|
947
954
|
},
|
|
@@ -5130,6 +5137,9 @@
|
|
|
5130
5137
|
{
|
|
5131
5138
|
"$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WebTileLayerJson"
|
|
5132
5139
|
},
|
|
5140
|
+
{
|
|
5141
|
+
"$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSLayerJson"
|
|
5142
|
+
},
|
|
5133
5143
|
{
|
|
5134
5144
|
"$ref": "#/definitions/esri.rest-api.WMSLayerJson.WMSLayerJson"
|
|
5135
5145
|
}
|
|
@@ -5213,6 +5223,9 @@
|
|
|
5213
5223
|
{
|
|
5214
5224
|
"$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WebTileLayerJson"
|
|
5215
5225
|
},
|
|
5226
|
+
{
|
|
5227
|
+
"$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSLayerJson"
|
|
5228
|
+
},
|
|
5216
5229
|
{
|
|
5217
5230
|
"$ref": "#/definitions/esri.rest-api.WMSLayerJson.WMSLayerJson"
|
|
5218
5231
|
},
|
|
@@ -9487,6 +9500,10 @@
|
|
|
9487
9500
|
"description": "A unique identifying string for the layer.",
|
|
9488
9501
|
"type": "string"
|
|
9489
9502
|
},
|
|
9503
|
+
"itemId": {
|
|
9504
|
+
"description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
|
|
9505
|
+
"type": "string"
|
|
9506
|
+
},
|
|
9490
9507
|
"layerDefinition": {
|
|
9491
9508
|
"$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.LayerDefinitionJson",
|
|
9492
9509
|
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
@@ -13442,6 +13459,9 @@
|
|
|
13442
13459
|
{
|
|
13443
13460
|
"$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WebTileLayerJson"
|
|
13444
13461
|
},
|
|
13462
|
+
{
|
|
13463
|
+
"$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSLayerJson"
|
|
13464
|
+
},
|
|
13445
13465
|
{
|
|
13446
13466
|
"$ref": "#/definitions/esri.rest-api.WMSLayerJson.WMSLayerJson"
|
|
13447
13467
|
}
|
|
@@ -16124,9 +16144,6 @@
|
|
|
16124
16144
|
"type": "number"
|
|
16125
16145
|
}
|
|
16126
16146
|
},
|
|
16127
|
-
"required": [
|
|
16128
|
-
"color"
|
|
16129
|
-
],
|
|
16130
16147
|
"type": "object"
|
|
16131
16148
|
},
|
|
16132
16149
|
"esri.rest-api.SymbolJson.CIMSymbolJson": {
|
|
@@ -16171,8 +16188,6 @@
|
|
|
16171
16188
|
}
|
|
16172
16189
|
},
|
|
16173
16190
|
"required": [
|
|
16174
|
-
"color",
|
|
16175
|
-
"size",
|
|
16176
16191
|
"type"
|
|
16177
16192
|
],
|
|
16178
16193
|
"type": "object"
|
|
@@ -16460,9 +16475,6 @@
|
|
|
16460
16475
|
"type": "number"
|
|
16461
16476
|
}
|
|
16462
16477
|
},
|
|
16463
|
-
"required": [
|
|
16464
|
-
"color"
|
|
16465
|
-
],
|
|
16466
16478
|
"type": "object"
|
|
16467
16479
|
},
|
|
16468
16480
|
"esri.rest-api.SymbolJson.MeshSymbol3DJson": {
|
|
@@ -16494,8 +16506,26 @@
|
|
|
16494
16506
|
"properties": {
|
|
16495
16507
|
"anchor": {
|
|
16496
16508
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
16509
|
+
"enum": [
|
|
16510
|
+
"bottom",
|
|
16511
|
+
"center",
|
|
16512
|
+
"origin",
|
|
16513
|
+
"relative",
|
|
16514
|
+
"top"
|
|
16515
|
+
],
|
|
16497
16516
|
"type": "string"
|
|
16498
16517
|
},
|
|
16518
|
+
"anchorPosition": {
|
|
16519
|
+
"description": "When anchor equals \"relative\", this property specifies the positioning of the object relative to the geometry as a fraction of the symbol layer's bounding box. Otherwise it is ignored.",
|
|
16520
|
+
"items": {
|
|
16521
|
+
"type": "number"
|
|
16522
|
+
},
|
|
16523
|
+
"type": "array"
|
|
16524
|
+
},
|
|
16525
|
+
"castShadows": {
|
|
16526
|
+
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
16527
|
+
"type": "boolean"
|
|
16528
|
+
},
|
|
16499
16529
|
"depth": {
|
|
16500
16530
|
"description": "Object depth in meters, positive only.",
|
|
16501
16531
|
"type": "number"
|
|
@@ -16556,10 +16586,6 @@
|
|
|
16556
16586
|
"type": "number"
|
|
16557
16587
|
}
|
|
16558
16588
|
},
|
|
16559
|
-
"required": [
|
|
16560
|
-
"color",
|
|
16561
|
-
"size"
|
|
16562
|
-
],
|
|
16563
16589
|
"type": "object"
|
|
16564
16590
|
},
|
|
16565
16591
|
"esri.rest-api.SymbolJson.PathSymbol3DLayerJson": {
|
|
@@ -17777,6 +17803,189 @@
|
|
|
17777
17803
|
},
|
|
17778
17804
|
"type": "object"
|
|
17779
17805
|
},
|
|
17806
|
+
"esri.rest-api.WFSLayerJson.WFSInfoJson": {
|
|
17807
|
+
"additionalProperties": false,
|
|
17808
|
+
"description": "Object that defines and provides information about layers in a WFS service. See {@link https://developers.arcgis.com/web-map-specification/objects/wfsInfo/}.",
|
|
17809
|
+
"properties": {
|
|
17810
|
+
"customParameters": {
|
|
17811
|
+
"description": "A sequence of parameters used to append custom parameters to all WFS requests. These parameters are applied to GetCapabilities, DescribeFeatureType, and GetFeatures."
|
|
17812
|
+
},
|
|
17813
|
+
"featureUrl": {
|
|
17814
|
+
"description": "URL of the WFS service operation.",
|
|
17815
|
+
"type": "string"
|
|
17816
|
+
},
|
|
17817
|
+
"maxFeatures": {
|
|
17818
|
+
"description": "Set this to limit the number of requested features that a GetFeature request presents.",
|
|
17819
|
+
"type": "number"
|
|
17820
|
+
},
|
|
17821
|
+
"name": {
|
|
17822
|
+
"description": "The name of the WFS layer. This is used to set layer visibility.",
|
|
17823
|
+
"type": "string"
|
|
17824
|
+
},
|
|
17825
|
+
"supportedSpatialReferences": {
|
|
17826
|
+
"description": "List of supported spatial reference IDs.",
|
|
17827
|
+
"items": {
|
|
17828
|
+
"type": "number"
|
|
17829
|
+
},
|
|
17830
|
+
"type": "array"
|
|
17831
|
+
},
|
|
17832
|
+
"swapXY": {
|
|
17833
|
+
"description": "Boolean value indicating whether X and Y axis are flipped.",
|
|
17834
|
+
"type": "boolean"
|
|
17835
|
+
},
|
|
17836
|
+
"version": {
|
|
17837
|
+
"description": "Value indicating which version of the WFS specification is used.",
|
|
17838
|
+
"type": "string"
|
|
17839
|
+
},
|
|
17840
|
+
"wfsNamespace": {
|
|
17841
|
+
"description": "String indicating namespace.",
|
|
17842
|
+
"type": "string"
|
|
17843
|
+
}
|
|
17844
|
+
},
|
|
17845
|
+
"type": "object"
|
|
17846
|
+
},
|
|
17847
|
+
"esri.rest-api.WFSLayerJson.WFSLayerJson": {
|
|
17848
|
+
"additionalProperties": false,
|
|
17849
|
+
"description": "OGC Web Feature Service (WFS) is a dynamic feature service that follows the specifications of OGC. See {@link https://developers.arcgis.com/web-map-specification/objects/wfsLayer/} and {@link https://developers.arcgis.com/web-scene-specification/objects/wfsLayer/}.",
|
|
17850
|
+
"properties": {
|
|
17851
|
+
"blendMode": {
|
|
17852
|
+
"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.",
|
|
17853
|
+
"enum": [
|
|
17854
|
+
"average",
|
|
17855
|
+
"color",
|
|
17856
|
+
"color-burn",
|
|
17857
|
+
"color-dodge",
|
|
17858
|
+
"darken",
|
|
17859
|
+
"destination-atop",
|
|
17860
|
+
"destination-in",
|
|
17861
|
+
"destination-out",
|
|
17862
|
+
"destination-over",
|
|
17863
|
+
"difference",
|
|
17864
|
+
"exclusion",
|
|
17865
|
+
"hard-light",
|
|
17866
|
+
"hue",
|
|
17867
|
+
"invert",
|
|
17868
|
+
"lighten",
|
|
17869
|
+
"lighter",
|
|
17870
|
+
"luminosity",
|
|
17871
|
+
"minus",
|
|
17872
|
+
"multiply",
|
|
17873
|
+
"normal",
|
|
17874
|
+
"overlay",
|
|
17875
|
+
"plus",
|
|
17876
|
+
"reflect",
|
|
17877
|
+
"saturation",
|
|
17878
|
+
"screen",
|
|
17879
|
+
"soft-light",
|
|
17880
|
+
"source-atop",
|
|
17881
|
+
"source-in",
|
|
17882
|
+
"source-out",
|
|
17883
|
+
"vivid-light",
|
|
17884
|
+
"xor"
|
|
17885
|
+
],
|
|
17886
|
+
"type": "string"
|
|
17887
|
+
},
|
|
17888
|
+
"disablePopup": {
|
|
17889
|
+
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
17890
|
+
"type": "boolean"
|
|
17891
|
+
},
|
|
17892
|
+
"effect": {
|
|
17893
|
+
"$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
|
|
17894
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
17895
|
+
},
|
|
17896
|
+
"id": {
|
|
17897
|
+
"description": "A unique identifying string for the layer.",
|
|
17898
|
+
"type": "string"
|
|
17899
|
+
},
|
|
17900
|
+
"itemId": {
|
|
17901
|
+
"description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
|
|
17902
|
+
"type": "string"
|
|
17903
|
+
},
|
|
17904
|
+
"layerDefinition": {
|
|
17905
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.LayerDefinitionJson",
|
|
17906
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
17907
|
+
},
|
|
17908
|
+
"layerType": {
|
|
17909
|
+
"const": "WFS",
|
|
17910
|
+
"description": "The type of layer.",
|
|
17911
|
+
"type": "string"
|
|
17912
|
+
},
|
|
17913
|
+
"listMode": {
|
|
17914
|
+
"$ref": "esri.ListMode",
|
|
17915
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
17916
|
+
},
|
|
17917
|
+
"maxScale": {
|
|
17918
|
+
"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.",
|
|
17919
|
+
"type": "number"
|
|
17920
|
+
},
|
|
17921
|
+
"minScale": {
|
|
17922
|
+
"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.",
|
|
17923
|
+
"type": "number"
|
|
17924
|
+
},
|
|
17925
|
+
"mode": {
|
|
17926
|
+
"description": "Number where 0 means 'snapshot' and 1 means 'ondemand'.",
|
|
17927
|
+
"enum": [
|
|
17928
|
+
0,
|
|
17929
|
+
1
|
|
17930
|
+
],
|
|
17931
|
+
"type": "number"
|
|
17932
|
+
},
|
|
17933
|
+
"opacity": {
|
|
17934
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
17935
|
+
"type": "number"
|
|
17936
|
+
},
|
|
17937
|
+
"popupInfo": {
|
|
17938
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson",
|
|
17939
|
+
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
17940
|
+
},
|
|
17941
|
+
"refreshInterval": {
|
|
17942
|
+
"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}.",
|
|
17943
|
+
"type": "number"
|
|
17944
|
+
},
|
|
17945
|
+
"showLabels": {
|
|
17946
|
+
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
17947
|
+
"type": "boolean"
|
|
17948
|
+
},
|
|
17949
|
+
"showLegend": {
|
|
17950
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
17951
|
+
"type": "boolean"
|
|
17952
|
+
},
|
|
17953
|
+
"title": {
|
|
17954
|
+
"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.",
|
|
17955
|
+
"type": "string"
|
|
17956
|
+
},
|
|
17957
|
+
"type": {
|
|
17958
|
+
"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.",
|
|
17959
|
+
"enum": [
|
|
17960
|
+
"BingMapsAerial",
|
|
17961
|
+
"BingMapsHybrid",
|
|
17962
|
+
"BingMapsRoad",
|
|
17963
|
+
"CSV",
|
|
17964
|
+
"KML",
|
|
17965
|
+
"OpenStreetMap",
|
|
17966
|
+
"WMS",
|
|
17967
|
+
"WebTiledLayer"
|
|
17968
|
+
],
|
|
17969
|
+
"type": "string"
|
|
17970
|
+
},
|
|
17971
|
+
"url": {
|
|
17972
|
+
"description": "The URL to the layer. If the layer is not from a web service but rather a feature collection, than the url property is omitted.",
|
|
17973
|
+
"type": "string"
|
|
17974
|
+
},
|
|
17975
|
+
"visibility": {
|
|
17976
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
17977
|
+
"type": "boolean"
|
|
17978
|
+
},
|
|
17979
|
+
"wfsInfo": {
|
|
17980
|
+
"$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSInfoJson",
|
|
17981
|
+
"description": "Object that defines and provides information about layers in a WFS service."
|
|
17982
|
+
}
|
|
17983
|
+
},
|
|
17984
|
+
"required": [
|
|
17985
|
+
"layerType"
|
|
17986
|
+
],
|
|
17987
|
+
"type": "object"
|
|
17988
|
+
},
|
|
17780
17989
|
"esri.rest-api.WMSLayerJson.WMSLayerJson": {
|
|
17781
17990
|
"additionalProperties": false,
|
|
17782
17991
|
"description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
|
|
@@ -997,6 +997,9 @@
|
|
|
997
997
|
{
|
|
998
998
|
"$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WebTileLayerJson"
|
|
999
999
|
},
|
|
1000
|
+
{
|
|
1001
|
+
"$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSLayerJson"
|
|
1002
|
+
},
|
|
1000
1003
|
{
|
|
1001
1004
|
"$ref": "#/definitions/esri.rest-api.WMSLayerJson.WMSLayerJson"
|
|
1002
1005
|
}
|
|
@@ -2130,6 +2133,10 @@
|
|
|
2130
2133
|
"description": "A unique identifying string for the layer.",
|
|
2131
2134
|
"type": "string"
|
|
2132
2135
|
},
|
|
2136
|
+
"itemId": {
|
|
2137
|
+
"description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
|
|
2138
|
+
"type": "string"
|
|
2139
|
+
},
|
|
2133
2140
|
"layerDefinition": {
|
|
2134
2141
|
"$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.LayerDefinitionJson",
|
|
2135
2142
|
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
@@ -8474,9 +8481,6 @@
|
|
|
8474
8481
|
"type": "number"
|
|
8475
8482
|
}
|
|
8476
8483
|
},
|
|
8477
|
-
"required": [
|
|
8478
|
-
"color"
|
|
8479
|
-
],
|
|
8480
8484
|
"type": "object"
|
|
8481
8485
|
},
|
|
8482
8486
|
"esri.rest-api.SymbolJson.CIMSymbolJson": {
|
|
@@ -8521,8 +8525,6 @@
|
|
|
8521
8525
|
}
|
|
8522
8526
|
},
|
|
8523
8527
|
"required": [
|
|
8524
|
-
"color",
|
|
8525
|
-
"size",
|
|
8526
8528
|
"type"
|
|
8527
8529
|
],
|
|
8528
8530
|
"type": "object"
|
|
@@ -8810,9 +8812,6 @@
|
|
|
8810
8812
|
"type": "number"
|
|
8811
8813
|
}
|
|
8812
8814
|
},
|
|
8813
|
-
"required": [
|
|
8814
|
-
"color"
|
|
8815
|
-
],
|
|
8816
8815
|
"type": "object"
|
|
8817
8816
|
},
|
|
8818
8817
|
"esri.rest-api.SymbolJson.MeshSymbol3DJson": {
|
|
@@ -8844,8 +8843,26 @@
|
|
|
8844
8843
|
"properties": {
|
|
8845
8844
|
"anchor": {
|
|
8846
8845
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
8846
|
+
"enum": [
|
|
8847
|
+
"bottom",
|
|
8848
|
+
"center",
|
|
8849
|
+
"origin",
|
|
8850
|
+
"relative",
|
|
8851
|
+
"top"
|
|
8852
|
+
],
|
|
8847
8853
|
"type": "string"
|
|
8848
8854
|
},
|
|
8855
|
+
"anchorPosition": {
|
|
8856
|
+
"description": "When anchor equals \"relative\", this property specifies the positioning of the object relative to the geometry as a fraction of the symbol layer's bounding box. Otherwise it is ignored.",
|
|
8857
|
+
"items": {
|
|
8858
|
+
"type": "number"
|
|
8859
|
+
},
|
|
8860
|
+
"type": "array"
|
|
8861
|
+
},
|
|
8862
|
+
"castShadows": {
|
|
8863
|
+
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
8864
|
+
"type": "boolean"
|
|
8865
|
+
},
|
|
8849
8866
|
"depth": {
|
|
8850
8867
|
"description": "Object depth in meters, positive only.",
|
|
8851
8868
|
"type": "number"
|
|
@@ -8906,10 +8923,6 @@
|
|
|
8906
8923
|
"type": "number"
|
|
8907
8924
|
}
|
|
8908
8925
|
},
|
|
8909
|
-
"required": [
|
|
8910
|
-
"color",
|
|
8911
|
-
"size"
|
|
8912
|
-
],
|
|
8913
8926
|
"type": "object"
|
|
8914
8927
|
},
|
|
8915
8928
|
"esri.rest-api.SymbolJson.PathSymbol3DLayerJson": {
|
|
@@ -10067,6 +10080,189 @@
|
|
|
10067
10080
|
],
|
|
10068
10081
|
"type": "object"
|
|
10069
10082
|
},
|
|
10083
|
+
"esri.rest-api.WFSLayerJson.WFSInfoJson": {
|
|
10084
|
+
"additionalProperties": false,
|
|
10085
|
+
"description": "Object that defines and provides information about layers in a WFS service. See {@link https://developers.arcgis.com/web-map-specification/objects/wfsInfo/}.",
|
|
10086
|
+
"properties": {
|
|
10087
|
+
"customParameters": {
|
|
10088
|
+
"description": "A sequence of parameters used to append custom parameters to all WFS requests. These parameters are applied to GetCapabilities, DescribeFeatureType, and GetFeatures."
|
|
10089
|
+
},
|
|
10090
|
+
"featureUrl": {
|
|
10091
|
+
"description": "URL of the WFS service operation.",
|
|
10092
|
+
"type": "string"
|
|
10093
|
+
},
|
|
10094
|
+
"maxFeatures": {
|
|
10095
|
+
"description": "Set this to limit the number of requested features that a GetFeature request presents.",
|
|
10096
|
+
"type": "number"
|
|
10097
|
+
},
|
|
10098
|
+
"name": {
|
|
10099
|
+
"description": "The name of the WFS layer. This is used to set layer visibility.",
|
|
10100
|
+
"type": "string"
|
|
10101
|
+
},
|
|
10102
|
+
"supportedSpatialReferences": {
|
|
10103
|
+
"description": "List of supported spatial reference IDs.",
|
|
10104
|
+
"items": {
|
|
10105
|
+
"type": "number"
|
|
10106
|
+
},
|
|
10107
|
+
"type": "array"
|
|
10108
|
+
},
|
|
10109
|
+
"swapXY": {
|
|
10110
|
+
"description": "Boolean value indicating whether X and Y axis are flipped.",
|
|
10111
|
+
"type": "boolean"
|
|
10112
|
+
},
|
|
10113
|
+
"version": {
|
|
10114
|
+
"description": "Value indicating which version of the WFS specification is used.",
|
|
10115
|
+
"type": "string"
|
|
10116
|
+
},
|
|
10117
|
+
"wfsNamespace": {
|
|
10118
|
+
"description": "String indicating namespace.",
|
|
10119
|
+
"type": "string"
|
|
10120
|
+
}
|
|
10121
|
+
},
|
|
10122
|
+
"type": "object"
|
|
10123
|
+
},
|
|
10124
|
+
"esri.rest-api.WFSLayerJson.WFSLayerJson": {
|
|
10125
|
+
"additionalProperties": false,
|
|
10126
|
+
"description": "OGC Web Feature Service (WFS) is a dynamic feature service that follows the specifications of OGC. See {@link https://developers.arcgis.com/web-map-specification/objects/wfsLayer/} and {@link https://developers.arcgis.com/web-scene-specification/objects/wfsLayer/}.",
|
|
10127
|
+
"properties": {
|
|
10128
|
+
"blendMode": {
|
|
10129
|
+
"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.",
|
|
10130
|
+
"enum": [
|
|
10131
|
+
"average",
|
|
10132
|
+
"color",
|
|
10133
|
+
"color-burn",
|
|
10134
|
+
"color-dodge",
|
|
10135
|
+
"darken",
|
|
10136
|
+
"destination-atop",
|
|
10137
|
+
"destination-in",
|
|
10138
|
+
"destination-out",
|
|
10139
|
+
"destination-over",
|
|
10140
|
+
"difference",
|
|
10141
|
+
"exclusion",
|
|
10142
|
+
"hard-light",
|
|
10143
|
+
"hue",
|
|
10144
|
+
"invert",
|
|
10145
|
+
"lighten",
|
|
10146
|
+
"lighter",
|
|
10147
|
+
"luminosity",
|
|
10148
|
+
"minus",
|
|
10149
|
+
"multiply",
|
|
10150
|
+
"normal",
|
|
10151
|
+
"overlay",
|
|
10152
|
+
"plus",
|
|
10153
|
+
"reflect",
|
|
10154
|
+
"saturation",
|
|
10155
|
+
"screen",
|
|
10156
|
+
"soft-light",
|
|
10157
|
+
"source-atop",
|
|
10158
|
+
"source-in",
|
|
10159
|
+
"source-out",
|
|
10160
|
+
"vivid-light",
|
|
10161
|
+
"xor"
|
|
10162
|
+
],
|
|
10163
|
+
"type": "string"
|
|
10164
|
+
},
|
|
10165
|
+
"disablePopup": {
|
|
10166
|
+
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
10167
|
+
"type": "boolean"
|
|
10168
|
+
},
|
|
10169
|
+
"effect": {
|
|
10170
|
+
"$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
|
|
10171
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
10172
|
+
},
|
|
10173
|
+
"id": {
|
|
10174
|
+
"description": "A unique identifying string for the layer.",
|
|
10175
|
+
"type": "string"
|
|
10176
|
+
},
|
|
10177
|
+
"itemId": {
|
|
10178
|
+
"description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
|
|
10179
|
+
"type": "string"
|
|
10180
|
+
},
|
|
10181
|
+
"layerDefinition": {
|
|
10182
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.LayerDefinitionJson",
|
|
10183
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
10184
|
+
},
|
|
10185
|
+
"layerType": {
|
|
10186
|
+
"const": "WFS",
|
|
10187
|
+
"description": "The type of layer.",
|
|
10188
|
+
"type": "string"
|
|
10189
|
+
},
|
|
10190
|
+
"listMode": {
|
|
10191
|
+
"$ref": "esri.ListMode",
|
|
10192
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
10193
|
+
},
|
|
10194
|
+
"maxScale": {
|
|
10195
|
+
"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.",
|
|
10196
|
+
"type": "number"
|
|
10197
|
+
},
|
|
10198
|
+
"minScale": {
|
|
10199
|
+
"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.",
|
|
10200
|
+
"type": "number"
|
|
10201
|
+
},
|
|
10202
|
+
"mode": {
|
|
10203
|
+
"description": "Number where 0 means 'snapshot' and 1 means 'ondemand'.",
|
|
10204
|
+
"enum": [
|
|
10205
|
+
0,
|
|
10206
|
+
1
|
|
10207
|
+
],
|
|
10208
|
+
"type": "number"
|
|
10209
|
+
},
|
|
10210
|
+
"opacity": {
|
|
10211
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
10212
|
+
"type": "number"
|
|
10213
|
+
},
|
|
10214
|
+
"popupInfo": {
|
|
10215
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson",
|
|
10216
|
+
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
10217
|
+
},
|
|
10218
|
+
"refreshInterval": {
|
|
10219
|
+
"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}.",
|
|
10220
|
+
"type": "number"
|
|
10221
|
+
},
|
|
10222
|
+
"showLabels": {
|
|
10223
|
+
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
10224
|
+
"type": "boolean"
|
|
10225
|
+
},
|
|
10226
|
+
"showLegend": {
|
|
10227
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
10228
|
+
"type": "boolean"
|
|
10229
|
+
},
|
|
10230
|
+
"title": {
|
|
10231
|
+
"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.",
|
|
10232
|
+
"type": "string"
|
|
10233
|
+
},
|
|
10234
|
+
"type": {
|
|
10235
|
+
"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.",
|
|
10236
|
+
"enum": [
|
|
10237
|
+
"BingMapsAerial",
|
|
10238
|
+
"BingMapsHybrid",
|
|
10239
|
+
"BingMapsRoad",
|
|
10240
|
+
"CSV",
|
|
10241
|
+
"KML",
|
|
10242
|
+
"OpenStreetMap",
|
|
10243
|
+
"WMS",
|
|
10244
|
+
"WebTiledLayer"
|
|
10245
|
+
],
|
|
10246
|
+
"type": "string"
|
|
10247
|
+
},
|
|
10248
|
+
"url": {
|
|
10249
|
+
"description": "The URL to the layer. If the layer is not from a web service but rather a feature collection, than the url property is omitted.",
|
|
10250
|
+
"type": "string"
|
|
10251
|
+
},
|
|
10252
|
+
"visibility": {
|
|
10253
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
10254
|
+
"type": "boolean"
|
|
10255
|
+
},
|
|
10256
|
+
"wfsInfo": {
|
|
10257
|
+
"$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSInfoJson",
|
|
10258
|
+
"description": "Object that defines and provides information about layers in a WFS service."
|
|
10259
|
+
}
|
|
10260
|
+
},
|
|
10261
|
+
"required": [
|
|
10262
|
+
"layerType"
|
|
10263
|
+
],
|
|
10264
|
+
"type": "object"
|
|
10265
|
+
},
|
|
10070
10266
|
"esri.rest-api.WMSLayerJson.WMSLayerJson": {
|
|
10071
10267
|
"additionalProperties": false,
|
|
10072
10268
|
"description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/viewer-spec",
|
|
3
|
-
"version": "56.32.
|
|
3
|
+
"version": "56.32.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "VertiGIS Viewer Specification",
|
|
6
6
|
"type": "module",
|
|
@@ -43,31 +43,31 @@
|
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@arcgis/core": "*",
|
|
46
|
-
"@vertigis/arcgis-extensions": ">=
|
|
46
|
+
"@vertigis/arcgis-extensions": ">= 44.0.0-0 < 45.0.0-0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@prettier/plugin-xml": "3.
|
|
49
|
+
"@prettier/plugin-xml": "3.3.1",
|
|
50
50
|
"@types/glob": "8.1.0",
|
|
51
|
-
"@types/node": "20.11.
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "
|
|
53
|
-
"@typescript-eslint/parser": "
|
|
51
|
+
"@types/node": "20.11.28",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "7.2.0",
|
|
53
|
+
"@typescript-eslint/parser": "7.2.0",
|
|
54
54
|
"del-cli": "5.1.0",
|
|
55
|
-
"eslint": "8.
|
|
55
|
+
"eslint": "8.57.0",
|
|
56
56
|
"eslint-config-prettier": "9.1.0",
|
|
57
57
|
"eslint-plugin-import": "2.29.1",
|
|
58
|
-
"eslint-plugin-jsdoc": "48.
|
|
58
|
+
"eslint-plugin-jsdoc": "48.2.1",
|
|
59
59
|
"eslint-plugin-no-autofix": "1.2.3",
|
|
60
60
|
"eslint-plugin-only-warn": "1.1.0",
|
|
61
61
|
"glob": "10.3.10",
|
|
62
|
-
"highcharts": "11.
|
|
63
|
-
"lint-staged": "15.2.
|
|
62
|
+
"highcharts": "11.4.0",
|
|
63
|
+
"lint-staged": "15.2.2 ",
|
|
64
64
|
"path-equal": "1.2.5",
|
|
65
|
-
"prettier": "3.
|
|
65
|
+
"prettier": "3.2.5",
|
|
66
66
|
"prettier-plugin-jsdoc": "1.3.0",
|
|
67
67
|
"safe-stable-stringify": "2.4.3",
|
|
68
|
-
"simple-git-hooks": "2.
|
|
69
|
-
"terser": "5.
|
|
70
|
-
"typescript": "5.
|
|
68
|
+
"simple-git-hooks": "2.11.0",
|
|
69
|
+
"terser": "5.29.2",
|
|
70
|
+
"typescript": "5.4.2",
|
|
71
71
|
"weaktuplemap": "1.0.0"
|
|
72
72
|
},
|
|
73
73
|
"overrides": {
|
package/version.d.ts
CHANGED
package/version.js
CHANGED