@vertigis/viewer-spec 51.11.1 → 51.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/messaging/schema/common-action.schema.json +102 -0
- package/messaging/schema/common-event.schema.json +102 -0
- package/messaging/schema/mobile-action.schema.json +102 -0
- package/messaging/schema/mobile-event.schema.json +102 -0
- package/messaging/schema/web-action.schema.json +111 -0
- package/messaging/schema/web-event.schema.json +102 -0
- package/package.json +3 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -2035,6 +2035,9 @@
|
|
|
2035
2035
|
{
|
|
2036
2036
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
2037
2037
|
},
|
|
2038
|
+
{
|
|
2039
|
+
"$ref": "#/definitions/esri.rest-api.GeoJSONLayer.GeoJSONLayer"
|
|
2040
|
+
},
|
|
2038
2041
|
{
|
|
2039
2042
|
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
2040
2043
|
},
|
|
@@ -5998,6 +6001,105 @@
|
|
|
5998
6001
|
},
|
|
5999
6002
|
"type": "object"
|
|
6000
6003
|
},
|
|
6004
|
+
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
6005
|
+
"additionalProperties": false,
|
|
6006
|
+
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec:{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec:{@linkhttps://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
|
|
6007
|
+
"properties": {
|
|
6008
|
+
"blendMode": {
|
|
6009
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
6010
|
+
"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."
|
|
6011
|
+
},
|
|
6012
|
+
"disablePopup": {
|
|
6013
|
+
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
6014
|
+
"type": "boolean"
|
|
6015
|
+
},
|
|
6016
|
+
"effect": {
|
|
6017
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6018
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6019
|
+
},
|
|
6020
|
+
"id": {
|
|
6021
|
+
"description": "A unique identifying string for the layer.",
|
|
6022
|
+
"type": "string"
|
|
6023
|
+
},
|
|
6024
|
+
"layerDefinition": {
|
|
6025
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
6026
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
6027
|
+
},
|
|
6028
|
+
"layerType": {
|
|
6029
|
+
"description": "The type of layer.",
|
|
6030
|
+
"enum": [
|
|
6031
|
+
"GeoJSON"
|
|
6032
|
+
],
|
|
6033
|
+
"type": "string"
|
|
6034
|
+
},
|
|
6035
|
+
"listMode": {
|
|
6036
|
+
"$ref": "esri.ListMode",
|
|
6037
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6038
|
+
},
|
|
6039
|
+
"maxScale": {
|
|
6040
|
+
"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.",
|
|
6041
|
+
"type": "number"
|
|
6042
|
+
},
|
|
6043
|
+
"minScale": {
|
|
6044
|
+
"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.",
|
|
6045
|
+
"type": "number"
|
|
6046
|
+
},
|
|
6047
|
+
"opacity": {
|
|
6048
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
6049
|
+
"type": "number"
|
|
6050
|
+
},
|
|
6051
|
+
"popupInfo": {
|
|
6052
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
6053
|
+
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6054
|
+
},
|
|
6055
|
+
"refreshInterval": {
|
|
6056
|
+
"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{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6057
|
+
"type": "number"
|
|
6058
|
+
},
|
|
6059
|
+
"screenSizePerspective": {
|
|
6060
|
+
"description": "Apply perspective scaling to screen-size symbols.",
|
|
6061
|
+
"type": "boolean"
|
|
6062
|
+
},
|
|
6063
|
+
"showLabels": {
|
|
6064
|
+
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
6065
|
+
"type": "boolean"
|
|
6066
|
+
},
|
|
6067
|
+
"showLegend": {
|
|
6068
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
6069
|
+
"type": "boolean"
|
|
6070
|
+
},
|
|
6071
|
+
"title": {
|
|
6072
|
+
"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.",
|
|
6073
|
+
"type": "string"
|
|
6074
|
+
},
|
|
6075
|
+
"type": {
|
|
6076
|
+
"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. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
6077
|
+
"enum": [
|
|
6078
|
+
"BingMapsAerial",
|
|
6079
|
+
"BingMapsHybrid",
|
|
6080
|
+
"BingMapsRoad",
|
|
6081
|
+
"CSV",
|
|
6082
|
+
"KML",
|
|
6083
|
+
"OpenStreetMap",
|
|
6084
|
+
"WMS",
|
|
6085
|
+
"WebTiledLayer"
|
|
6086
|
+
],
|
|
6087
|
+
"type": "string"
|
|
6088
|
+
},
|
|
6089
|
+
"url": {
|
|
6090
|
+
"description": "The URL to the GeoJSON file that backs the layer.",
|
|
6091
|
+
"type": "string"
|
|
6092
|
+
},
|
|
6093
|
+
"visibility": {
|
|
6094
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
6095
|
+
"type": "boolean"
|
|
6096
|
+
}
|
|
6097
|
+
},
|
|
6098
|
+
"required": [
|
|
6099
|
+
"layerType"
|
|
6100
|
+
],
|
|
6101
|
+
"type": "object"
|
|
6102
|
+
},
|
|
6001
6103
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
6002
6104
|
"additionalProperties": false,
|
|
6003
6105
|
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
@@ -187,6 +187,9 @@
|
|
|
187
187
|
{
|
|
188
188
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
189
189
|
},
|
|
190
|
+
{
|
|
191
|
+
"$ref": "#/definitions/esri.rest-api.GeoJSONLayer.GeoJSONLayer"
|
|
192
|
+
},
|
|
190
193
|
{
|
|
191
194
|
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
192
195
|
},
|
|
@@ -3166,6 +3169,105 @@
|
|
|
3166
3169
|
},
|
|
3167
3170
|
"type": "object"
|
|
3168
3171
|
},
|
|
3172
|
+
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
3173
|
+
"additionalProperties": false,
|
|
3174
|
+
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec:{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec:{@linkhttps://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
|
|
3175
|
+
"properties": {
|
|
3176
|
+
"blendMode": {
|
|
3177
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
3178
|
+
"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."
|
|
3179
|
+
},
|
|
3180
|
+
"disablePopup": {
|
|
3181
|
+
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
3182
|
+
"type": "boolean"
|
|
3183
|
+
},
|
|
3184
|
+
"effect": {
|
|
3185
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3186
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3187
|
+
},
|
|
3188
|
+
"id": {
|
|
3189
|
+
"description": "A unique identifying string for the layer.",
|
|
3190
|
+
"type": "string"
|
|
3191
|
+
},
|
|
3192
|
+
"layerDefinition": {
|
|
3193
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
3194
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
3195
|
+
},
|
|
3196
|
+
"layerType": {
|
|
3197
|
+
"description": "The type of layer.",
|
|
3198
|
+
"enum": [
|
|
3199
|
+
"GeoJSON"
|
|
3200
|
+
],
|
|
3201
|
+
"type": "string"
|
|
3202
|
+
},
|
|
3203
|
+
"listMode": {
|
|
3204
|
+
"$ref": "esri.ListMode",
|
|
3205
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
3206
|
+
},
|
|
3207
|
+
"maxScale": {
|
|
3208
|
+
"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.",
|
|
3209
|
+
"type": "number"
|
|
3210
|
+
},
|
|
3211
|
+
"minScale": {
|
|
3212
|
+
"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.",
|
|
3213
|
+
"type": "number"
|
|
3214
|
+
},
|
|
3215
|
+
"opacity": {
|
|
3216
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
3217
|
+
"type": "number"
|
|
3218
|
+
},
|
|
3219
|
+
"popupInfo": {
|
|
3220
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
3221
|
+
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3222
|
+
},
|
|
3223
|
+
"refreshInterval": {
|
|
3224
|
+
"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{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3225
|
+
"type": "number"
|
|
3226
|
+
},
|
|
3227
|
+
"screenSizePerspective": {
|
|
3228
|
+
"description": "Apply perspective scaling to screen-size symbols.",
|
|
3229
|
+
"type": "boolean"
|
|
3230
|
+
},
|
|
3231
|
+
"showLabels": {
|
|
3232
|
+
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
3233
|
+
"type": "boolean"
|
|
3234
|
+
},
|
|
3235
|
+
"showLegend": {
|
|
3236
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
3237
|
+
"type": "boolean"
|
|
3238
|
+
},
|
|
3239
|
+
"title": {
|
|
3240
|
+
"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.",
|
|
3241
|
+
"type": "string"
|
|
3242
|
+
},
|
|
3243
|
+
"type": {
|
|
3244
|
+
"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. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3245
|
+
"enum": [
|
|
3246
|
+
"BingMapsAerial",
|
|
3247
|
+
"BingMapsHybrid",
|
|
3248
|
+
"BingMapsRoad",
|
|
3249
|
+
"CSV",
|
|
3250
|
+
"KML",
|
|
3251
|
+
"OpenStreetMap",
|
|
3252
|
+
"WMS",
|
|
3253
|
+
"WebTiledLayer"
|
|
3254
|
+
],
|
|
3255
|
+
"type": "string"
|
|
3256
|
+
},
|
|
3257
|
+
"url": {
|
|
3258
|
+
"description": "The URL to the GeoJSON file that backs the layer.",
|
|
3259
|
+
"type": "string"
|
|
3260
|
+
},
|
|
3261
|
+
"visibility": {
|
|
3262
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
3263
|
+
"type": "boolean"
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
"required": [
|
|
3267
|
+
"layerType"
|
|
3268
|
+
],
|
|
3269
|
+
"type": "object"
|
|
3270
|
+
},
|
|
3169
3271
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
3170
3272
|
"additionalProperties": false,
|
|
3171
3273
|
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
@@ -2715,6 +2715,9 @@
|
|
|
2715
2715
|
{
|
|
2716
2716
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
2717
2717
|
},
|
|
2718
|
+
{
|
|
2719
|
+
"$ref": "#/definitions/esri.rest-api.GeoJSONLayer.GeoJSONLayer"
|
|
2720
|
+
},
|
|
2718
2721
|
{
|
|
2719
2722
|
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
2720
2723
|
},
|
|
@@ -7092,6 +7095,105 @@
|
|
|
7092
7095
|
},
|
|
7093
7096
|
"type": "object"
|
|
7094
7097
|
},
|
|
7098
|
+
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
7099
|
+
"additionalProperties": false,
|
|
7100
|
+
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec:{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec:{@linkhttps://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
|
|
7101
|
+
"properties": {
|
|
7102
|
+
"blendMode": {
|
|
7103
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
7104
|
+
"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."
|
|
7105
|
+
},
|
|
7106
|
+
"disablePopup": {
|
|
7107
|
+
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
7108
|
+
"type": "boolean"
|
|
7109
|
+
},
|
|
7110
|
+
"effect": {
|
|
7111
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7112
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7113
|
+
},
|
|
7114
|
+
"id": {
|
|
7115
|
+
"description": "A unique identifying string for the layer.",
|
|
7116
|
+
"type": "string"
|
|
7117
|
+
},
|
|
7118
|
+
"layerDefinition": {
|
|
7119
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
7120
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
7121
|
+
},
|
|
7122
|
+
"layerType": {
|
|
7123
|
+
"description": "The type of layer.",
|
|
7124
|
+
"enum": [
|
|
7125
|
+
"GeoJSON"
|
|
7126
|
+
],
|
|
7127
|
+
"type": "string"
|
|
7128
|
+
},
|
|
7129
|
+
"listMode": {
|
|
7130
|
+
"$ref": "esri.ListMode",
|
|
7131
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
7132
|
+
},
|
|
7133
|
+
"maxScale": {
|
|
7134
|
+
"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.",
|
|
7135
|
+
"type": "number"
|
|
7136
|
+
},
|
|
7137
|
+
"minScale": {
|
|
7138
|
+
"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.",
|
|
7139
|
+
"type": "number"
|
|
7140
|
+
},
|
|
7141
|
+
"opacity": {
|
|
7142
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
7143
|
+
"type": "number"
|
|
7144
|
+
},
|
|
7145
|
+
"popupInfo": {
|
|
7146
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
7147
|
+
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
7148
|
+
},
|
|
7149
|
+
"refreshInterval": {
|
|
7150
|
+
"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{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7151
|
+
"type": "number"
|
|
7152
|
+
},
|
|
7153
|
+
"screenSizePerspective": {
|
|
7154
|
+
"description": "Apply perspective scaling to screen-size symbols.",
|
|
7155
|
+
"type": "boolean"
|
|
7156
|
+
},
|
|
7157
|
+
"showLabels": {
|
|
7158
|
+
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
7159
|
+
"type": "boolean"
|
|
7160
|
+
},
|
|
7161
|
+
"showLegend": {
|
|
7162
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
7163
|
+
"type": "boolean"
|
|
7164
|
+
},
|
|
7165
|
+
"title": {
|
|
7166
|
+
"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.",
|
|
7167
|
+
"type": "string"
|
|
7168
|
+
},
|
|
7169
|
+
"type": {
|
|
7170
|
+
"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. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
7171
|
+
"enum": [
|
|
7172
|
+
"BingMapsAerial",
|
|
7173
|
+
"BingMapsHybrid",
|
|
7174
|
+
"BingMapsRoad",
|
|
7175
|
+
"CSV",
|
|
7176
|
+
"KML",
|
|
7177
|
+
"OpenStreetMap",
|
|
7178
|
+
"WMS",
|
|
7179
|
+
"WebTiledLayer"
|
|
7180
|
+
],
|
|
7181
|
+
"type": "string"
|
|
7182
|
+
},
|
|
7183
|
+
"url": {
|
|
7184
|
+
"description": "The URL to the GeoJSON file that backs the layer.",
|
|
7185
|
+
"type": "string"
|
|
7186
|
+
},
|
|
7187
|
+
"visibility": {
|
|
7188
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7189
|
+
"type": "boolean"
|
|
7190
|
+
}
|
|
7191
|
+
},
|
|
7192
|
+
"required": [
|
|
7193
|
+
"layerType"
|
|
7194
|
+
],
|
|
7195
|
+
"type": "object"
|
|
7196
|
+
},
|
|
7095
7197
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
7096
7198
|
"additionalProperties": false,
|
|
7097
7199
|
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
@@ -1282,6 +1282,9 @@
|
|
|
1282
1282
|
{
|
|
1283
1283
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
1284
1284
|
},
|
|
1285
|
+
{
|
|
1286
|
+
"$ref": "#/definitions/esri.rest-api.GeoJSONLayer.GeoJSONLayer"
|
|
1287
|
+
},
|
|
1285
1288
|
{
|
|
1286
1289
|
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
1287
1290
|
},
|
|
@@ -4711,6 +4714,105 @@
|
|
|
4711
4714
|
},
|
|
4712
4715
|
"type": "object"
|
|
4713
4716
|
},
|
|
4717
|
+
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
4718
|
+
"additionalProperties": false,
|
|
4719
|
+
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec:{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec:{@linkhttps://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
|
|
4720
|
+
"properties": {
|
|
4721
|
+
"blendMode": {
|
|
4722
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
4723
|
+
"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."
|
|
4724
|
+
},
|
|
4725
|
+
"disablePopup": {
|
|
4726
|
+
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
4727
|
+
"type": "boolean"
|
|
4728
|
+
},
|
|
4729
|
+
"effect": {
|
|
4730
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4731
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4732
|
+
},
|
|
4733
|
+
"id": {
|
|
4734
|
+
"description": "A unique identifying string for the layer.",
|
|
4735
|
+
"type": "string"
|
|
4736
|
+
},
|
|
4737
|
+
"layerDefinition": {
|
|
4738
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
4739
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
4740
|
+
},
|
|
4741
|
+
"layerType": {
|
|
4742
|
+
"description": "The type of layer.",
|
|
4743
|
+
"enum": [
|
|
4744
|
+
"GeoJSON"
|
|
4745
|
+
],
|
|
4746
|
+
"type": "string"
|
|
4747
|
+
},
|
|
4748
|
+
"listMode": {
|
|
4749
|
+
"$ref": "esri.ListMode",
|
|
4750
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4751
|
+
},
|
|
4752
|
+
"maxScale": {
|
|
4753
|
+
"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.",
|
|
4754
|
+
"type": "number"
|
|
4755
|
+
},
|
|
4756
|
+
"minScale": {
|
|
4757
|
+
"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.",
|
|
4758
|
+
"type": "number"
|
|
4759
|
+
},
|
|
4760
|
+
"opacity": {
|
|
4761
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
4762
|
+
"type": "number"
|
|
4763
|
+
},
|
|
4764
|
+
"popupInfo": {
|
|
4765
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
4766
|
+
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
4767
|
+
},
|
|
4768
|
+
"refreshInterval": {
|
|
4769
|
+
"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{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4770
|
+
"type": "number"
|
|
4771
|
+
},
|
|
4772
|
+
"screenSizePerspective": {
|
|
4773
|
+
"description": "Apply perspective scaling to screen-size symbols.",
|
|
4774
|
+
"type": "boolean"
|
|
4775
|
+
},
|
|
4776
|
+
"showLabels": {
|
|
4777
|
+
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
4778
|
+
"type": "boolean"
|
|
4779
|
+
},
|
|
4780
|
+
"showLegend": {
|
|
4781
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
4782
|
+
"type": "boolean"
|
|
4783
|
+
},
|
|
4784
|
+
"title": {
|
|
4785
|
+
"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.",
|
|
4786
|
+
"type": "string"
|
|
4787
|
+
},
|
|
4788
|
+
"type": {
|
|
4789
|
+
"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. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
4790
|
+
"enum": [
|
|
4791
|
+
"BingMapsAerial",
|
|
4792
|
+
"BingMapsHybrid",
|
|
4793
|
+
"BingMapsRoad",
|
|
4794
|
+
"CSV",
|
|
4795
|
+
"KML",
|
|
4796
|
+
"OpenStreetMap",
|
|
4797
|
+
"WMS",
|
|
4798
|
+
"WebTiledLayer"
|
|
4799
|
+
],
|
|
4800
|
+
"type": "string"
|
|
4801
|
+
},
|
|
4802
|
+
"url": {
|
|
4803
|
+
"description": "The URL to the GeoJSON file that backs the layer.",
|
|
4804
|
+
"type": "string"
|
|
4805
|
+
},
|
|
4806
|
+
"visibility": {
|
|
4807
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
4808
|
+
"type": "boolean"
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4811
|
+
"required": [
|
|
4812
|
+
"layerType"
|
|
4813
|
+
],
|
|
4814
|
+
"type": "object"
|
|
4815
|
+
},
|
|
4714
4816
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
4715
4817
|
"additionalProperties": false,
|
|
4716
4818
|
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
@@ -780,6 +780,9 @@
|
|
|
780
780
|
{
|
|
781
781
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
782
782
|
},
|
|
783
|
+
{
|
|
784
|
+
"$ref": "#/definitions/esri.rest-api.GeoJSONLayer.GeoJSONLayer"
|
|
785
|
+
},
|
|
783
786
|
{
|
|
784
787
|
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
785
788
|
},
|
|
@@ -861,6 +864,9 @@
|
|
|
861
864
|
{
|
|
862
865
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
863
866
|
},
|
|
867
|
+
{
|
|
868
|
+
"$ref": "#/definitions/esri.rest-api.GeoJSONLayer.GeoJSONLayer"
|
|
869
|
+
},
|
|
864
870
|
{
|
|
865
871
|
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
866
872
|
},
|
|
@@ -3988,6 +3994,9 @@
|
|
|
3988
3994
|
{
|
|
3989
3995
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
3990
3996
|
},
|
|
3997
|
+
{
|
|
3998
|
+
"$ref": "#/definitions/esri.rest-api.GeoJSONLayer.GeoJSONLayer"
|
|
3999
|
+
},
|
|
3991
4000
|
{
|
|
3992
4001
|
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
3993
4002
|
},
|
|
@@ -9594,6 +9603,105 @@
|
|
|
9594
9603
|
},
|
|
9595
9604
|
"type": "object"
|
|
9596
9605
|
},
|
|
9606
|
+
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
9607
|
+
"additionalProperties": false,
|
|
9608
|
+
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec:{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec:{@linkhttps://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
|
|
9609
|
+
"properties": {
|
|
9610
|
+
"blendMode": {
|
|
9611
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
9612
|
+
"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."
|
|
9613
|
+
},
|
|
9614
|
+
"disablePopup": {
|
|
9615
|
+
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
9616
|
+
"type": "boolean"
|
|
9617
|
+
},
|
|
9618
|
+
"effect": {
|
|
9619
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
9620
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
9621
|
+
},
|
|
9622
|
+
"id": {
|
|
9623
|
+
"description": "A unique identifying string for the layer.",
|
|
9624
|
+
"type": "string"
|
|
9625
|
+
},
|
|
9626
|
+
"layerDefinition": {
|
|
9627
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
9628
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
9629
|
+
},
|
|
9630
|
+
"layerType": {
|
|
9631
|
+
"description": "The type of layer.",
|
|
9632
|
+
"enum": [
|
|
9633
|
+
"GeoJSON"
|
|
9634
|
+
],
|
|
9635
|
+
"type": "string"
|
|
9636
|
+
},
|
|
9637
|
+
"listMode": {
|
|
9638
|
+
"$ref": "esri.ListMode",
|
|
9639
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9640
|
+
},
|
|
9641
|
+
"maxScale": {
|
|
9642
|
+
"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.",
|
|
9643
|
+
"type": "number"
|
|
9644
|
+
},
|
|
9645
|
+
"minScale": {
|
|
9646
|
+
"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.",
|
|
9647
|
+
"type": "number"
|
|
9648
|
+
},
|
|
9649
|
+
"opacity": {
|
|
9650
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
9651
|
+
"type": "number"
|
|
9652
|
+
},
|
|
9653
|
+
"popupInfo": {
|
|
9654
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
9655
|
+
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
9656
|
+
},
|
|
9657
|
+
"refreshInterval": {
|
|
9658
|
+
"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{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
9659
|
+
"type": "number"
|
|
9660
|
+
},
|
|
9661
|
+
"screenSizePerspective": {
|
|
9662
|
+
"description": "Apply perspective scaling to screen-size symbols.",
|
|
9663
|
+
"type": "boolean"
|
|
9664
|
+
},
|
|
9665
|
+
"showLabels": {
|
|
9666
|
+
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
9667
|
+
"type": "boolean"
|
|
9668
|
+
},
|
|
9669
|
+
"showLegend": {
|
|
9670
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
9671
|
+
"type": "boolean"
|
|
9672
|
+
},
|
|
9673
|
+
"title": {
|
|
9674
|
+
"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.",
|
|
9675
|
+
"type": "string"
|
|
9676
|
+
},
|
|
9677
|
+
"type": {
|
|
9678
|
+
"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. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9679
|
+
"enum": [
|
|
9680
|
+
"BingMapsAerial",
|
|
9681
|
+
"BingMapsHybrid",
|
|
9682
|
+
"BingMapsRoad",
|
|
9683
|
+
"CSV",
|
|
9684
|
+
"KML",
|
|
9685
|
+
"OpenStreetMap",
|
|
9686
|
+
"WMS",
|
|
9687
|
+
"WebTiledLayer"
|
|
9688
|
+
],
|
|
9689
|
+
"type": "string"
|
|
9690
|
+
},
|
|
9691
|
+
"url": {
|
|
9692
|
+
"description": "The URL to the GeoJSON file that backs the layer.",
|
|
9693
|
+
"type": "string"
|
|
9694
|
+
},
|
|
9695
|
+
"visibility": {
|
|
9696
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9697
|
+
"type": "boolean"
|
|
9698
|
+
}
|
|
9699
|
+
},
|
|
9700
|
+
"required": [
|
|
9701
|
+
"layerType"
|
|
9702
|
+
],
|
|
9703
|
+
"type": "object"
|
|
9704
|
+
},
|
|
9597
9705
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
9598
9706
|
"additionalProperties": false,
|
|
9599
9707
|
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
@@ -11685,6 +11793,9 @@
|
|
|
11685
11793
|
{
|
|
11686
11794
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
11687
11795
|
},
|
|
11796
|
+
{
|
|
11797
|
+
"$ref": "#/definitions/esri.rest-api.GeoJSONLayer.GeoJSONLayer"
|
|
11798
|
+
},
|
|
11688
11799
|
{
|
|
11689
11800
|
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
11690
11801
|
},
|
|
@@ -887,6 +887,9 @@
|
|
|
887
887
|
{
|
|
888
888
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
889
889
|
},
|
|
890
|
+
{
|
|
891
|
+
"$ref": "#/definitions/esri.rest-api.GeoJSONLayer.GeoJSONLayer"
|
|
892
|
+
},
|
|
890
893
|
{
|
|
891
894
|
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
892
895
|
},
|
|
@@ -4094,6 +4097,105 @@
|
|
|
4094
4097
|
},
|
|
4095
4098
|
"type": "object"
|
|
4096
4099
|
},
|
|
4100
|
+
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
4101
|
+
"additionalProperties": false,
|
|
4102
|
+
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec:{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec:{@linkhttps://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
|
|
4103
|
+
"properties": {
|
|
4104
|
+
"blendMode": {
|
|
4105
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
4106
|
+
"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."
|
|
4107
|
+
},
|
|
4108
|
+
"disablePopup": {
|
|
4109
|
+
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
4110
|
+
"type": "boolean"
|
|
4111
|
+
},
|
|
4112
|
+
"effect": {
|
|
4113
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4114
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4115
|
+
},
|
|
4116
|
+
"id": {
|
|
4117
|
+
"description": "A unique identifying string for the layer.",
|
|
4118
|
+
"type": "string"
|
|
4119
|
+
},
|
|
4120
|
+
"layerDefinition": {
|
|
4121
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
4122
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
4123
|
+
},
|
|
4124
|
+
"layerType": {
|
|
4125
|
+
"description": "The type of layer.",
|
|
4126
|
+
"enum": [
|
|
4127
|
+
"GeoJSON"
|
|
4128
|
+
],
|
|
4129
|
+
"type": "string"
|
|
4130
|
+
},
|
|
4131
|
+
"listMode": {
|
|
4132
|
+
"$ref": "esri.ListMode",
|
|
4133
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4134
|
+
},
|
|
4135
|
+
"maxScale": {
|
|
4136
|
+
"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.",
|
|
4137
|
+
"type": "number"
|
|
4138
|
+
},
|
|
4139
|
+
"minScale": {
|
|
4140
|
+
"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.",
|
|
4141
|
+
"type": "number"
|
|
4142
|
+
},
|
|
4143
|
+
"opacity": {
|
|
4144
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
4145
|
+
"type": "number"
|
|
4146
|
+
},
|
|
4147
|
+
"popupInfo": {
|
|
4148
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
4149
|
+
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
4150
|
+
},
|
|
4151
|
+
"refreshInterval": {
|
|
4152
|
+
"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{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4153
|
+
"type": "number"
|
|
4154
|
+
},
|
|
4155
|
+
"screenSizePerspective": {
|
|
4156
|
+
"description": "Apply perspective scaling to screen-size symbols.",
|
|
4157
|
+
"type": "boolean"
|
|
4158
|
+
},
|
|
4159
|
+
"showLabels": {
|
|
4160
|
+
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
4161
|
+
"type": "boolean"
|
|
4162
|
+
},
|
|
4163
|
+
"showLegend": {
|
|
4164
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
4165
|
+
"type": "boolean"
|
|
4166
|
+
},
|
|
4167
|
+
"title": {
|
|
4168
|
+
"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.",
|
|
4169
|
+
"type": "string"
|
|
4170
|
+
},
|
|
4171
|
+
"type": {
|
|
4172
|
+
"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. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
4173
|
+
"enum": [
|
|
4174
|
+
"BingMapsAerial",
|
|
4175
|
+
"BingMapsHybrid",
|
|
4176
|
+
"BingMapsRoad",
|
|
4177
|
+
"CSV",
|
|
4178
|
+
"KML",
|
|
4179
|
+
"OpenStreetMap",
|
|
4180
|
+
"WMS",
|
|
4181
|
+
"WebTiledLayer"
|
|
4182
|
+
],
|
|
4183
|
+
"type": "string"
|
|
4184
|
+
},
|
|
4185
|
+
"url": {
|
|
4186
|
+
"description": "The URL to the GeoJSON file that backs the layer.",
|
|
4187
|
+
"type": "string"
|
|
4188
|
+
},
|
|
4189
|
+
"visibility": {
|
|
4190
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
4191
|
+
"type": "boolean"
|
|
4192
|
+
}
|
|
4193
|
+
},
|
|
4194
|
+
"required": [
|
|
4195
|
+
"layerType"
|
|
4196
|
+
],
|
|
4197
|
+
"type": "object"
|
|
4198
|
+
},
|
|
4097
4199
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
4098
4200
|
"additionalProperties": false,
|
|
4099
4201
|
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/viewer-spec",
|
|
3
|
-
"version": "51.
|
|
3
|
+
"version": "51.12.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "VertiGIS Viewer Specification",
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"author": "VertiGIS Ltd.",
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@
|
|
38
|
+
"@arcgis/core": "*",
|
|
39
|
+
"@vertigis/arcgis-extensions": ">= 39.0.0 < 40.0.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@prettier/plugin-xml": "2.2.0",
|
package/version.d.ts
CHANGED
package/version.js
CHANGED