@vertigis/viewer-spec 50.5.0 → 50.5.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/README.md +1 -1
- package/analytics/AnalyticsContext.d.ts +2 -1
- package/analytics/CommonAction.d.ts +2 -1
- package/analytics/MobileAction.d.ts +6 -3
- package/app-config/AppConfig.d.ts +11 -8
- package/app-config/common/BrandingThemeProperties.d.ts +4 -2
- package/app-config/common/HighlightModelProperties.d.ts +4 -2
- package/app-config/common/LayerPresetsModelProperties.d.ts +2 -1
- package/app-config/common/LicensingModelProperties.d.ts +1 -1
- package/app-config/common/ResultsModelProperties.d.ts +2 -1
- package/app-config/common/TranslatableText.d.ts +2 -1
- package/app-config/common/WorkflowModelProperties.d.ts +4 -2
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +4 -2
- package/app-config/mobile/VertigisMobileModelProperties.d.ts +4 -3
- 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/app-config/web/CoordinateModelProperties.d.ts +2 -1
- package/app-config/web/DrawModelProperties.d.ts +2 -1
- package/app-config/web/HasVisibilityFilters.d.ts +2 -1
- package/app-config/web/KpiCardModelProperties.d.ts +2 -1
- package/app-config/web/MapCoordinatesModelProperties.d.ts +2 -1
- package/app-config/web/MapModelProperties.d.ts +4 -2
- package/app-config/web/MeasurementModelProperties.d.ts +2 -1
- package/app-config/web/PortalModelProperties.d.ts +2 -1
- package/app-config/web/ResultsModelProperties.d.ts +4 -2
- package/app-config/web/SearchModelProperties.d.ts +2 -1
- package/app-config/web/VertigisWebModelProperties.d.ts +6 -3
- package/docs/Geocortex Apps.md +8 -8
- package/docs/layout-spec.md +105 -94
- package/layout/schema/layout-common.xsd +1 -1
- package/layout/schema/layout-web.xsd +1 -1
- package/messaging/Command.d.ts +4 -2
- package/messaging/Event.d.ts +4 -2
- package/messaging/Message.d.ts +2 -1
- package/messaging/Operation.d.ts +4 -2
- package/messaging/common.d.ts +12 -6
- package/messaging/registry/app.d.ts +12 -6
- package/messaging/registry/arcade.d.ts +6 -3
- package/messaging/registry/auth.d.ts +12 -7
- package/messaging/registry/basemap.d.ts +2 -1
- package/messaging/registry/drawing.d.ts +8 -4
- package/messaging/registry/edit.d.ts +6 -3
- package/messaging/registry/file.d.ts +2 -1
- package/messaging/registry/geocode.d.ts +8 -5
- package/messaging/registry/geolocation.d.ts +20 -11
- package/messaging/registry/geometry.d.ts +10 -5
- package/messaging/registry/kpi.d.ts +4 -2
- package/messaging/registry/layout.d.ts +2 -1
- package/messaging/registry/location-marker.d.ts +10 -5
- package/messaging/registry/map.d.ts +15 -8
- package/messaging/registry/measurement.d.ts +4 -2
- package/messaging/registry/messaging.d.ts +1 -1
- package/messaging/registry/offline.d.ts +16 -9
- package/messaging/registry/panel.d.ts +2 -1
- package/messaging/registry/portal.d.ts +8 -4
- package/messaging/registry/printing.d.ts +4 -2
- package/messaging/registry/results.d.ts +19 -10
- package/messaging/registry/settings.d.ts +4 -2
- package/messaging/registry/sketching.d.ts +38 -26
- package/messaging/registry/tasks.d.ts +7 -4
- package/messaging/registry/ui.d.ts +14 -7
- package/messaging/registry/viewer.d.ts +2 -1
- package/messaging/registry/workflow.d.ts +6 -3
- package/messaging/schema/common-action.schema.json +269 -236
- package/messaging/schema/common-event.schema.json +118 -122
- package/messaging/schema/mobile-action.schema.json +266 -233
- package/messaging/schema/mobile-event.schema.json +146 -153
- package/messaging/schema/web-action.schema.json +305 -269
- package/messaging/schema/web-event.schema.json +144 -151
- package/package.json +17 -17
- package/version.d.ts +2 -2
- package/version.js +2 -2
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
|
|
45
45
|
"additionalProperties": false,
|
|
46
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
46
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /Feature!Feature}.",
|
|
47
47
|
"properties": {
|
|
48
48
|
"attributes": {
|
|
49
49
|
"anyOf": [
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"failureMode": {
|
|
58
58
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
59
|
-
"description": "See{@
|
|
59
|
+
"description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
|
|
60
60
|
},
|
|
61
61
|
"geometry": {
|
|
62
62
|
"anyOf": [
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
},
|
|
103
103
|
"@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
|
|
104
104
|
"additionalProperties": false,
|
|
105
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
105
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /FeatureSettings!FeatureSettings}.",
|
|
106
106
|
"properties": {
|
|
107
107
|
"formatSettings": {
|
|
108
108
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
|
|
109
109
|
"description": "Settings affecting how feature attributes are formatted."
|
|
110
110
|
},
|
|
111
111
|
"hyperlinkTemplates": {
|
|
112
|
-
"description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in
|
|
112
|
+
"description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in `{}`, which will be replaced by actual field values. If not explicitly set, these will be inherited from the associated layer extension if there is one.",
|
|
113
113
|
"items": {
|
|
114
114
|
"anyOf": [
|
|
115
115
|
{
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"type": "array"
|
|
124
124
|
},
|
|
125
125
|
"maxAllowableOffset": {
|
|
126
|
-
"description": "See{@
|
|
126
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
|
|
127
127
|
"type": "number"
|
|
128
128
|
},
|
|
129
129
|
"outFields": {
|
|
130
|
-
"description": "See{@
|
|
130
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.outFields}.",
|
|
131
131
|
"items": {
|
|
132
132
|
"type": "string"
|
|
133
133
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
"outSpatialReference": {
|
|
137
137
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
138
|
-
"description": "See{@
|
|
138
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."
|
|
139
139
|
},
|
|
140
140
|
"popupTemplate": {
|
|
141
141
|
"anyOf": [
|
|
@@ -149,15 +149,15 @@
|
|
|
149
149
|
"description": "The template for displaying content in a pop-up when the feature is selected. If not explicitly set, it will be inherited from the associated layer extension if there is one."
|
|
150
150
|
},
|
|
151
151
|
"returnGeometry": {
|
|
152
|
-
"description": "See{@
|
|
152
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.returnGeometry}.",
|
|
153
153
|
"type": "boolean"
|
|
154
154
|
},
|
|
155
155
|
"zoomFactor": {
|
|
156
|
-
"description": "See{@
|
|
156
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomFactor}.",
|
|
157
157
|
"type": "number"
|
|
158
158
|
},
|
|
159
159
|
"zoomScale": {
|
|
160
|
-
"description": "See{@
|
|
160
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomScale}.",
|
|
161
161
|
"type": "number"
|
|
162
162
|
}
|
|
163
163
|
},
|
|
@@ -165,11 +165,11 @@
|
|
|
165
165
|
},
|
|
166
166
|
"@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
|
|
167
167
|
"additionalProperties": false,
|
|
168
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
168
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /FieldExtension!FieldExtension}.",
|
|
169
169
|
"properties": {
|
|
170
170
|
"failureMode": {
|
|
171
171
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
172
|
-
"description": "See{@
|
|
172
|
+
"description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
|
|
173
173
|
},
|
|
174
174
|
"field": {
|
|
175
175
|
"anyOf": [
|
|
@@ -242,21 +242,21 @@
|
|
|
242
242
|
},
|
|
243
243
|
"type": {
|
|
244
244
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
245
|
-
"description": "Type of the Field. See{@
|
|
245
|
+
"description": "Type of the Field. See{@linkportal /Field!FieldType}."
|
|
246
246
|
}
|
|
247
247
|
},
|
|
248
248
|
"type": "object"
|
|
249
249
|
},
|
|
250
250
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
251
251
|
"additionalProperties": false,
|
|
252
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
252
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.",
|
|
253
253
|
"properties": {
|
|
254
254
|
"displayField": {
|
|
255
|
-
"description": "See{@
|
|
255
|
+
"description": "See{@linkdata /Schema!Schema.displayField}.",
|
|
256
256
|
"type": "string"
|
|
257
257
|
},
|
|
258
258
|
"fieldExtensions": {
|
|
259
|
-
"description": "See{@
|
|
259
|
+
"description": "See{@linkdata /Schema!Schema.fieldExtensions}.",
|
|
260
260
|
"items": {
|
|
261
261
|
"anyOf": [
|
|
262
262
|
{
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"type": "array"
|
|
271
271
|
},
|
|
272
272
|
"fields": {
|
|
273
|
-
"description": "See{@
|
|
273
|
+
"description": "See{@linkdata /Schema!Schema.fields}.",
|
|
274
274
|
"items": {
|
|
275
275
|
"anyOf": [
|
|
276
276
|
{
|
|
@@ -284,27 +284,27 @@
|
|
|
284
284
|
"type": "array"
|
|
285
285
|
},
|
|
286
286
|
"geometryType": {
|
|
287
|
-
"description": "See{@
|
|
287
|
+
"description": "See{@linkdata /Schema!Schema.geometryType}.",
|
|
288
288
|
"type": "string"
|
|
289
289
|
},
|
|
290
290
|
"primaryKeyField": {
|
|
291
|
-
"description": "See{@
|
|
291
|
+
"description": "See{@linkdata /Schema!Schema.primaryKeyField}.",
|
|
292
292
|
"type": "string"
|
|
293
293
|
},
|
|
294
294
|
"spatialReference": {
|
|
295
295
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
296
|
-
"description": "See{@
|
|
296
|
+
"description": "See{@linkdata /Schema!Schema.spatialReference}."
|
|
297
297
|
},
|
|
298
298
|
"timeZone": {
|
|
299
|
-
"description": "See{@
|
|
299
|
+
"description": "See{@linkdata /Schema!Schema.timeZone}.",
|
|
300
300
|
"type": "string"
|
|
301
301
|
},
|
|
302
302
|
"typeIdField": {
|
|
303
|
-
"description": "See{@
|
|
303
|
+
"description": "See{@linkdata /Schema!Schema.typeIdField}.",
|
|
304
304
|
"type": "string"
|
|
305
305
|
},
|
|
306
306
|
"types": {
|
|
307
|
-
"description": "See{@
|
|
307
|
+
"description": "See{@linkdata /Schema!Schema.types}.",
|
|
308
308
|
"items": {
|
|
309
309
|
"anyOf": [
|
|
310
310
|
{
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"type": "string"
|
|
338
338
|
},
|
|
339
339
|
"dateFormat": {
|
|
340
|
-
"description": "The default format for date values. Either a{@
|
|
340
|
+
"description": "The default format for date values. Either a{@linkutilities /date!DateFormat}constant, or a custom date format string.",
|
|
341
341
|
"type": "string"
|
|
342
342
|
},
|
|
343
343
|
"fractionalDigits": {
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"type": "string"
|
|
350
350
|
},
|
|
351
351
|
"numberFormat": {
|
|
352
|
-
"description": "The default format for number values. Either a{@
|
|
352
|
+
"description": "The default format for number values. Either a{@linkutilities /number!NumberFormat}constant, or a custom number format string.",
|
|
353
353
|
"type": "string"
|
|
354
354
|
},
|
|
355
355
|
"timeZone": {
|
|
@@ -710,16 +710,13 @@
|
|
|
710
710
|
"properties": {
|
|
711
711
|
"mapExtension": {
|
|
712
712
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
713
|
-
"description": "The map extension for which the event was generated."
|
|
713
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
714
714
|
},
|
|
715
715
|
"maps": {
|
|
716
716
|
"$ref": "MapsLike",
|
|
717
717
|
"description": "The map from which the event was generated."
|
|
718
718
|
}
|
|
719
719
|
},
|
|
720
|
-
"required": [
|
|
721
|
-
"mapExtension"
|
|
722
|
-
],
|
|
723
720
|
"type": "object"
|
|
724
721
|
},
|
|
725
722
|
"MapInitializedEvent": {
|
|
@@ -732,7 +729,7 @@
|
|
|
732
729
|
},
|
|
733
730
|
"mapExtension": {
|
|
734
731
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
735
|
-
"description": "The map extension for which the event was generated."
|
|
732
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
736
733
|
},
|
|
737
734
|
"maps": {
|
|
738
735
|
"$ref": "MapsLike",
|
|
@@ -740,8 +737,7 @@
|
|
|
740
737
|
}
|
|
741
738
|
},
|
|
742
739
|
"required": [
|
|
743
|
-
"loadTime"
|
|
744
|
-
"mapExtension"
|
|
740
|
+
"loadTime"
|
|
745
741
|
],
|
|
746
742
|
"type": "object"
|
|
747
743
|
},
|
|
@@ -1056,7 +1052,7 @@
|
|
|
1056
1052
|
},
|
|
1057
1053
|
"SignInFailedEventArgs": {
|
|
1058
1054
|
"additionalProperties": false,
|
|
1059
|
-
"description": "Arguments for the auth.sign-in-failed event. Only available in the
|
|
1055
|
+
"description": "Arguments for the auth.sign-in-failed event. Only available in the VertiGIS Studio Mobile Viewer.",
|
|
1060
1056
|
"properties": {
|
|
1061
1057
|
"authenticationType": {
|
|
1062
1058
|
"$ref": "#/definitions/AuthenticationType",
|
|
@@ -1123,7 +1119,7 @@
|
|
|
1123
1119
|
"properties": {
|
|
1124
1120
|
"mapExtension": {
|
|
1125
1121
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
1126
|
-
"description": "The map extension for which the event was generated."
|
|
1122
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
1127
1123
|
},
|
|
1128
1124
|
"maps": {
|
|
1129
1125
|
"$ref": "MapsLike",
|
|
@@ -1134,9 +1130,6 @@
|
|
|
1134
1130
|
"description": "The new ViewMode."
|
|
1135
1131
|
}
|
|
1136
1132
|
},
|
|
1137
|
-
"required": [
|
|
1138
|
-
"mapExtension"
|
|
1139
|
-
],
|
|
1140
1133
|
"type": "object"
|
|
1141
1134
|
},
|
|
1142
1135
|
"VisualState": {
|
|
@@ -1434,7 +1427,7 @@
|
|
|
1434
1427
|
},
|
|
1435
1428
|
"listMode": {
|
|
1436
1429
|
"$ref": "esri.ListMode",
|
|
1437
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
1430
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
1438
1431
|
},
|
|
1439
1432
|
"maxScale": {
|
|
1440
1433
|
"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.",
|
|
@@ -1468,7 +1461,7 @@
|
|
|
1468
1461
|
"type": "string"
|
|
1469
1462
|
},
|
|
1470
1463
|
"type": {
|
|
1471
|
-
"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{@
|
|
1464
|
+
"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}.",
|
|
1472
1465
|
"enum": [
|
|
1473
1466
|
"BingMapsAerial",
|
|
1474
1467
|
"BingMapsHybrid",
|
|
@@ -1713,7 +1706,7 @@
|
|
|
1713
1706
|
},
|
|
1714
1707
|
"listMode": {
|
|
1715
1708
|
"$ref": "esri.ListMode",
|
|
1716
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
1709
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
1717
1710
|
},
|
|
1718
1711
|
"locationInfo": {
|
|
1719
1712
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -1756,7 +1749,7 @@
|
|
|
1756
1749
|
"type": "string"
|
|
1757
1750
|
},
|
|
1758
1751
|
"type": {
|
|
1759
|
-
"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{@
|
|
1752
|
+
"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}.",
|
|
1760
1753
|
"enum": [
|
|
1761
1754
|
"BingMapsAerial",
|
|
1762
1755
|
"BingMapsHybrid",
|
|
@@ -1909,7 +1902,7 @@
|
|
|
1909
1902
|
},
|
|
1910
1903
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
1911
1904
|
"additionalProperties": false,
|
|
1912
|
-
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the
|
|
1905
|
+
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
|
|
1913
1906
|
"properties": {
|
|
1914
1907
|
"authoringInfo": {
|
|
1915
1908
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -2011,10 +2004,10 @@
|
|
|
2011
2004
|
},
|
|
2012
2005
|
"rotationType": {
|
|
2013
2006
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
2014
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
2007
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
2015
2008
|
},
|
|
2016
2009
|
"type": {
|
|
2017
|
-
"description": "The type of renderer. See{@
|
|
2010
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
2018
2011
|
"enum": [
|
|
2019
2012
|
"classBreaks"
|
|
2020
2013
|
],
|
|
@@ -2096,7 +2089,7 @@
|
|
|
2096
2089
|
"type": "string"
|
|
2097
2090
|
},
|
|
2098
2091
|
"type": {
|
|
2099
|
-
"description": "Type of domain. See{@
|
|
2092
|
+
"description": "Type of domain. See{@linkportal /Domain!DomainType}.",
|
|
2100
2093
|
"enum": [
|
|
2101
2094
|
"codedValue"
|
|
2102
2095
|
],
|
|
@@ -2816,7 +2809,7 @@
|
|
|
2816
2809
|
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
|
|
2817
2810
|
"properties": {
|
|
2818
2811
|
"featureExpression": {
|
|
2819
|
-
"description": "Deprecated with 1.8, use featureExpressionInfo instead.
|
|
2812
|
+
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
2820
2813
|
},
|
|
2821
2814
|
"featureExpressionInfo": {
|
|
2822
2815
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.FeatureExpressionInfo",
|
|
@@ -2827,7 +2820,7 @@
|
|
|
2827
2820
|
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
|
|
2828
2821
|
},
|
|
2829
2822
|
"offset": {
|
|
2830
|
-
"description": "Offset is always added to the result of the above logic except for
|
|
2823
|
+
"description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
|
|
2831
2824
|
"type": "number"
|
|
2832
2825
|
},
|
|
2833
2826
|
"unit": {
|
|
@@ -2895,7 +2888,7 @@
|
|
|
2895
2888
|
},
|
|
2896
2889
|
"listMode": {
|
|
2897
2890
|
"$ref": "esri.ListMode",
|
|
2898
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
2891
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
2899
2892
|
},
|
|
2900
2893
|
"maxScale": {
|
|
2901
2894
|
"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.",
|
|
@@ -2922,7 +2915,7 @@
|
|
|
2922
2915
|
"type": "string"
|
|
2923
2916
|
},
|
|
2924
2917
|
"type": {
|
|
2925
|
-
"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{@
|
|
2918
|
+
"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}.",
|
|
2926
2919
|
"enum": [
|
|
2927
2920
|
"BingMapsAerial",
|
|
2928
2921
|
"BingMapsHybrid",
|
|
@@ -2993,7 +2986,7 @@
|
|
|
2993
2986
|
"type": "number"
|
|
2994
2987
|
},
|
|
2995
2988
|
"type": {
|
|
2996
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
2989
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
2997
2990
|
"enum": [
|
|
2998
2991
|
"Extrude"
|
|
2999
2992
|
],
|
|
@@ -3157,7 +3150,7 @@
|
|
|
3157
3150
|
},
|
|
3158
3151
|
"listMode": {
|
|
3159
3152
|
"$ref": "esri.ListMode",
|
|
3160
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3153
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
3161
3154
|
},
|
|
3162
3155
|
"maxScale": {
|
|
3163
3156
|
"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.",
|
|
@@ -3169,7 +3162,7 @@
|
|
|
3169
3162
|
},
|
|
3170
3163
|
"mode": {
|
|
3171
3164
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
3172
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is
|
|
3165
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkportal /FeatureLayer!FeatureLayerMode}."
|
|
3173
3166
|
},
|
|
3174
3167
|
"opacity": {
|
|
3175
3168
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -3207,7 +3200,7 @@
|
|
|
3207
3200
|
"type": "string"
|
|
3208
3201
|
},
|
|
3209
3202
|
"type": {
|
|
3210
|
-
"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{@
|
|
3203
|
+
"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}.",
|
|
3211
3204
|
"enum": [
|
|
3212
3205
|
"BingMapsAerial",
|
|
3213
3206
|
"BingMapsHybrid",
|
|
@@ -3373,7 +3366,7 @@
|
|
|
3373
3366
|
},
|
|
3374
3367
|
"type": {
|
|
3375
3368
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
3376
|
-
"description": "Type of the Field. See{@
|
|
3369
|
+
"description": "Type of the Field. See{@linkportal /Field!FieldType}."
|
|
3377
3370
|
}
|
|
3378
3371
|
},
|
|
3379
3372
|
"type": "object"
|
|
@@ -3436,7 +3429,7 @@
|
|
|
3436
3429
|
"type": "object"
|
|
3437
3430
|
},
|
|
3438
3431
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
3439
|
-
"description": "The type of string field to use with{@
|
|
3432
|
+
"description": "The type of string field to use with{@linkportal /FieldInfo!FieldInfo.stringFieldOption}..",
|
|
3440
3433
|
"enum": [
|
|
3441
3434
|
"richtext",
|
|
3442
3435
|
"textarea",
|
|
@@ -3469,7 +3462,7 @@
|
|
|
3469
3462
|
"description": "The outline of the point, line or polygon."
|
|
3470
3463
|
},
|
|
3471
3464
|
"type": {
|
|
3472
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
3465
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
3473
3466
|
"enum": [
|
|
3474
3467
|
"Fill"
|
|
3475
3468
|
],
|
|
@@ -3972,7 +3965,7 @@
|
|
|
3972
3965
|
"properties": {
|
|
3973
3966
|
"dateFormat": {
|
|
3974
3967
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
3975
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@
|
|
3968
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkutilities /date!DateFormat}."
|
|
3976
3969
|
},
|
|
3977
3970
|
"digitSeparator": {
|
|
3978
3971
|
"description": "A Boolean used with numerical fields. A value of true allows the number to have a digit (or thousands) separator when the value appears in pop-up windows. Depending on the locale, this separator is a decimal point or a comma. A value of false means that no separator will be used.",
|
|
@@ -4014,7 +4007,7 @@
|
|
|
4014
4007
|
},
|
|
4015
4008
|
"listMode": {
|
|
4016
4009
|
"$ref": "esri.ListMode",
|
|
4017
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4010
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4018
4011
|
},
|
|
4019
4012
|
"maxScale": {
|
|
4020
4013
|
"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.",
|
|
@@ -4049,7 +4042,7 @@
|
|
|
4049
4042
|
"type": "string"
|
|
4050
4043
|
},
|
|
4051
4044
|
"type": {
|
|
4052
|
-
"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{@
|
|
4045
|
+
"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}.",
|
|
4053
4046
|
"enum": [
|
|
4054
4047
|
"BingMapsAerial",
|
|
4055
4048
|
"BingMapsHybrid",
|
|
@@ -4128,7 +4121,7 @@
|
|
|
4128
4121
|
},
|
|
4129
4122
|
"listMode": {
|
|
4130
4123
|
"$ref": "esri.ListMode",
|
|
4131
|
-
"description": "To show or hide the group layer in the layer list. See{@
|
|
4124
|
+
"description": "To show or hide the group layer in the layer list. See{@linksupport /esri!ListMode}."
|
|
4132
4125
|
},
|
|
4133
4126
|
"maxScale": {
|
|
4134
4127
|
"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.",
|
|
@@ -4155,7 +4148,7 @@
|
|
|
4155
4148
|
"type": "string"
|
|
4156
4149
|
},
|
|
4157
4150
|
"type": {
|
|
4158
|
-
"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{@
|
|
4151
|
+
"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}.",
|
|
4159
4152
|
"enum": [
|
|
4160
4153
|
"BingMapsAerial",
|
|
4161
4154
|
"BingMapsHybrid",
|
|
@@ -4247,10 +4240,10 @@
|
|
|
4247
4240
|
},
|
|
4248
4241
|
"rotationType": {
|
|
4249
4242
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
4250
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
4243
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
4251
4244
|
},
|
|
4252
4245
|
"type": {
|
|
4253
|
-
"description": "The type of renderer. See{@
|
|
4246
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
4254
4247
|
"enum": [
|
|
4255
4248
|
"heatmap"
|
|
4256
4249
|
],
|
|
@@ -4310,7 +4303,7 @@
|
|
|
4310
4303
|
"type": "number"
|
|
4311
4304
|
},
|
|
4312
4305
|
"type": {
|
|
4313
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
4306
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
4314
4307
|
"enum": [
|
|
4315
4308
|
"Icon"
|
|
4316
4309
|
],
|
|
@@ -4405,7 +4398,7 @@
|
|
|
4405
4398
|
},
|
|
4406
4399
|
"listMode": {
|
|
4407
4400
|
"$ref": "esri.ListMode",
|
|
4408
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4401
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4409
4402
|
},
|
|
4410
4403
|
"maxScale": {
|
|
4411
4404
|
"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.",
|
|
@@ -4460,7 +4453,7 @@
|
|
|
4460
4453
|
"type": "string"
|
|
4461
4454
|
},
|
|
4462
4455
|
"type": {
|
|
4463
|
-
"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{@
|
|
4456
|
+
"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}.",
|
|
4464
4457
|
"enum": [
|
|
4465
4458
|
"BingMapsAerial",
|
|
4466
4459
|
"BingMapsHybrid",
|
|
@@ -4535,7 +4528,7 @@
|
|
|
4535
4528
|
},
|
|
4536
4529
|
"listMode": {
|
|
4537
4530
|
"$ref": "esri.ListMode",
|
|
4538
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4531
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4539
4532
|
},
|
|
4540
4533
|
"maxScale": {
|
|
4541
4534
|
"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.",
|
|
@@ -4570,7 +4563,7 @@
|
|
|
4570
4563
|
"type": "string"
|
|
4571
4564
|
},
|
|
4572
4565
|
"type": {
|
|
4573
|
-
"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{@
|
|
4566
|
+
"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}.",
|
|
4574
4567
|
"enum": [
|
|
4575
4568
|
"BingMapsAerial",
|
|
4576
4569
|
"BingMapsHybrid",
|
|
@@ -4645,7 +4638,7 @@
|
|
|
4645
4638
|
},
|
|
4646
4639
|
"listMode": {
|
|
4647
4640
|
"$ref": "esri.ListMode",
|
|
4648
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4641
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4649
4642
|
},
|
|
4650
4643
|
"maxScale": {
|
|
4651
4644
|
"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.",
|
|
@@ -4672,7 +4665,7 @@
|
|
|
4672
4665
|
"type": "string"
|
|
4673
4666
|
},
|
|
4674
4667
|
"type": {
|
|
4675
|
-
"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{@
|
|
4668
|
+
"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}.",
|
|
4676
4669
|
"enum": [
|
|
4677
4670
|
"BingMapsAerial",
|
|
4678
4671
|
"BingMapsHybrid",
|
|
@@ -4738,7 +4731,7 @@
|
|
|
4738
4731
|
"description": "The right table source."
|
|
4739
4732
|
},
|
|
4740
4733
|
"type": {
|
|
4741
|
-
"description": "Type of the DataSource.{@
|
|
4734
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
4742
4735
|
"enum": [
|
|
4743
4736
|
"joinTable"
|
|
4744
4737
|
],
|
|
@@ -4791,7 +4784,7 @@
|
|
|
4791
4784
|
},
|
|
4792
4785
|
"listMode": {
|
|
4793
4786
|
"$ref": "esri.ListMode",
|
|
4794
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4787
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4795
4788
|
},
|
|
4796
4789
|
"maxScale": {
|
|
4797
4790
|
"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.",
|
|
@@ -4818,7 +4811,7 @@
|
|
|
4818
4811
|
"type": "string"
|
|
4819
4812
|
},
|
|
4820
4813
|
"type": {
|
|
4821
|
-
"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{@
|
|
4814
|
+
"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}.",
|
|
4822
4815
|
"enum": [
|
|
4823
4816
|
"BingMapsAerial",
|
|
4824
4817
|
"BingMapsHybrid",
|
|
@@ -4868,7 +4861,7 @@
|
|
|
4868
4861
|
"type": "array"
|
|
4869
4862
|
},
|
|
4870
4863
|
"type": {
|
|
4871
|
-
"description": "The type of symbol. See{@
|
|
4864
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
4872
4865
|
"enum": [
|
|
4873
4866
|
"LabelSymbol3D"
|
|
4874
4867
|
],
|
|
@@ -5393,7 +5386,7 @@
|
|
|
5393
5386
|
},
|
|
5394
5387
|
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
5395
5388
|
"additionalProperties": false,
|
|
5396
|
-
"description": "The default time-related export options for a layer.
|
|
5389
|
+
"description": "The default time-related export options for a layer. See https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.",
|
|
5397
5390
|
"properties": {
|
|
5398
5391
|
"timeDataCumulative": {
|
|
5399
5392
|
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
@@ -5433,7 +5426,7 @@
|
|
|
5433
5426
|
"type": "array"
|
|
5434
5427
|
},
|
|
5435
5428
|
"type": {
|
|
5436
|
-
"description": "The type of symbol. See{@
|
|
5429
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
5437
5430
|
"enum": [
|
|
5438
5431
|
"LineSymbol3D"
|
|
5439
5432
|
],
|
|
@@ -5463,7 +5456,7 @@
|
|
|
5463
5456
|
"type": "number"
|
|
5464
5457
|
},
|
|
5465
5458
|
"type": {
|
|
5466
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5459
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
5467
5460
|
"enum": [
|
|
5468
5461
|
"Line"
|
|
5469
5462
|
],
|
|
@@ -5537,7 +5530,7 @@
|
|
|
5537
5530
|
},
|
|
5538
5531
|
"listMode": {
|
|
5539
5532
|
"$ref": "esri.ListMode",
|
|
5540
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5533
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
5541
5534
|
},
|
|
5542
5535
|
"maxScale": {
|
|
5543
5536
|
"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.",
|
|
@@ -5568,7 +5561,7 @@
|
|
|
5568
5561
|
"type": "string"
|
|
5569
5562
|
},
|
|
5570
5563
|
"type": {
|
|
5571
|
-
"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{@
|
|
5564
|
+
"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}.",
|
|
5572
5565
|
"enum": [
|
|
5573
5566
|
"BingMapsAerial",
|
|
5574
5567
|
"BingMapsHybrid",
|
|
@@ -5604,10 +5597,10 @@
|
|
|
5604
5597
|
},
|
|
5605
5598
|
"esri.rest-api.MediaInfo.MediaInfo": {
|
|
5606
5599
|
"additionalProperties": false,
|
|
5607
|
-
"description": "Defines an image or a chart to be displayed in a pop-up window.
|
|
5600
|
+
"description": "Defines an image or a chart to be displayed in a pop-up window. See https://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and https://developers.arcgis.com/web-scene-specification/objects/mediaInfo/.",
|
|
5608
5601
|
"properties": {
|
|
5609
5602
|
"caption": {
|
|
5610
|
-
"description": "A caption describing the media. This can contain a field name enclosed in {}
|
|
5603
|
+
"description": "A caption describing the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_CAPTION}`.",
|
|
5611
5604
|
"type": "string"
|
|
5612
5605
|
},
|
|
5613
5606
|
"refreshInterval": {
|
|
@@ -5615,7 +5608,7 @@
|
|
|
5615
5608
|
"type": "number"
|
|
5616
5609
|
},
|
|
5617
5610
|
"title": {
|
|
5618
|
-
"description": "A title for the media. This can contain a field name enclosed in {}
|
|
5611
|
+
"description": "A title for the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_TITLE}`.",
|
|
5619
5612
|
"type": "string"
|
|
5620
5613
|
},
|
|
5621
5614
|
"type": {
|
|
@@ -5641,7 +5634,7 @@
|
|
|
5641
5634
|
"type": "array"
|
|
5642
5635
|
},
|
|
5643
5636
|
"type": {
|
|
5644
|
-
"description": "The type of symbol. See{@
|
|
5637
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
5645
5638
|
"enum": [
|
|
5646
5639
|
"MeshSymbol3D"
|
|
5647
5640
|
],
|
|
@@ -5713,10 +5706,10 @@
|
|
|
5713
5706
|
},
|
|
5714
5707
|
"mosaicOperation": {
|
|
5715
5708
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
5716
|
-
"description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See
|
|
5709
|
+
"description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See{@linkMosaicOperationType}."
|
|
5717
5710
|
},
|
|
5718
5711
|
"multidimensionalDefinition": {
|
|
5719
|
-
"description": "Definition of multidimensional variables.
|
|
5712
|
+
"description": "Definition of multidimensional variables. See https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
|
|
5720
5713
|
"items": {
|
|
5721
5714
|
"$ref": "__type"
|
|
5722
5715
|
},
|
|
@@ -5813,7 +5806,7 @@
|
|
|
5813
5806
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
5814
5807
|
},
|
|
5815
5808
|
"type": {
|
|
5816
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5809
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
5817
5810
|
"enum": [
|
|
5818
5811
|
"Object"
|
|
5819
5812
|
],
|
|
@@ -5842,7 +5835,7 @@
|
|
|
5842
5835
|
"type": "number"
|
|
5843
5836
|
},
|
|
5844
5837
|
"type": {
|
|
5845
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5838
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
5846
5839
|
"enum": [
|
|
5847
5840
|
"Path"
|
|
5848
5841
|
],
|
|
@@ -5883,7 +5876,7 @@
|
|
|
5883
5876
|
"description": "Sets the outline of the symbol."
|
|
5884
5877
|
},
|
|
5885
5878
|
"type": {
|
|
5886
|
-
"description": "The type of symbol. See{@
|
|
5879
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
5887
5880
|
"enum": [
|
|
5888
5881
|
"esriPFS"
|
|
5889
5882
|
],
|
|
@@ -5940,7 +5933,7 @@
|
|
|
5940
5933
|
"type": "string"
|
|
5941
5934
|
},
|
|
5942
5935
|
"type": {
|
|
5943
|
-
"description": "The type of symbol. See{@
|
|
5936
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
5944
5937
|
"enum": [
|
|
5945
5938
|
"esriPMS"
|
|
5946
5939
|
],
|
|
@@ -6098,10 +6091,10 @@
|
|
|
6098
6091
|
},
|
|
6099
6092
|
"rotationType": {
|
|
6100
6093
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6101
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
6094
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
6102
6095
|
},
|
|
6103
6096
|
"type": {
|
|
6104
|
-
"description": "The type of renderer. See{@
|
|
6097
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
6105
6098
|
"enum": [
|
|
6106
6099
|
"pointCloudClassBreaksRenderer"
|
|
6107
6100
|
],
|
|
@@ -6179,7 +6172,7 @@
|
|
|
6179
6172
|
},
|
|
6180
6173
|
"listMode": {
|
|
6181
6174
|
"$ref": "esri.ListMode",
|
|
6182
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6175
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6183
6176
|
},
|
|
6184
6177
|
"maxScale": {
|
|
6185
6178
|
"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.",
|
|
@@ -6210,7 +6203,7 @@
|
|
|
6210
6203
|
"type": "string"
|
|
6211
6204
|
},
|
|
6212
6205
|
"type": {
|
|
6213
|
-
"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{@
|
|
6206
|
+
"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}.",
|
|
6214
6207
|
"enum": [
|
|
6215
6208
|
"BingMapsAerial",
|
|
6216
6209
|
"BingMapsHybrid",
|
|
@@ -6285,10 +6278,10 @@
|
|
|
6285
6278
|
},
|
|
6286
6279
|
"rotationType": {
|
|
6287
6280
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6288
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
6281
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
6289
6282
|
},
|
|
6290
6283
|
"type": {
|
|
6291
|
-
"description": "The type of renderer. See{@
|
|
6284
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
6292
6285
|
"enum": [
|
|
6293
6286
|
"pointCloudRGBRenderer"
|
|
6294
6287
|
],
|
|
@@ -6409,10 +6402,10 @@
|
|
|
6409
6402
|
},
|
|
6410
6403
|
"rotationType": {
|
|
6411
6404
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6412
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
6405
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
6413
6406
|
},
|
|
6414
6407
|
"type": {
|
|
6415
|
-
"description": "The type of renderer. See{@
|
|
6408
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
6416
6409
|
"enum": [
|
|
6417
6410
|
"pointCloudStretchRenderer"
|
|
6418
6411
|
],
|
|
@@ -6487,10 +6480,10 @@
|
|
|
6487
6480
|
},
|
|
6488
6481
|
"rotationType": {
|
|
6489
6482
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6490
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
6483
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
6491
6484
|
},
|
|
6492
6485
|
"type": {
|
|
6493
|
-
"description": "The type of renderer. See{@
|
|
6486
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
6494
6487
|
"enum": [
|
|
6495
6488
|
"pointCloudUniqueValueRenderer"
|
|
6496
6489
|
],
|
|
@@ -6569,7 +6562,7 @@
|
|
|
6569
6562
|
"type": "array"
|
|
6570
6563
|
},
|
|
6571
6564
|
"type": {
|
|
6572
|
-
"description": "The type of symbol. See{@
|
|
6565
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
6573
6566
|
"enum": [
|
|
6574
6567
|
"PointSymbol3D"
|
|
6575
6568
|
],
|
|
@@ -6643,7 +6636,7 @@
|
|
|
6643
6636
|
"type": "array"
|
|
6644
6637
|
},
|
|
6645
6638
|
"type": {
|
|
6646
|
-
"description": "The type of symbol. See{@
|
|
6639
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
6647
6640
|
"enum": [
|
|
6648
6641
|
"PolygonSymbol3D"
|
|
6649
6642
|
],
|
|
@@ -6739,7 +6732,7 @@
|
|
|
6739
6732
|
},
|
|
6740
6733
|
"esri.rest-api.PopupInfo.PopupElement": {
|
|
6741
6734
|
"additionalProperties": false,
|
|
6742
|
-
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used.
|
|
6735
|
+
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used. See https://developers.arcgis.com/web-map-specification/objects/popupElement/ and https://developers.arcgis.com/web-scene-specification/objects/popupElement/.",
|
|
6743
6736
|
"properties": {
|
|
6744
6737
|
"displayType": {
|
|
6745
6738
|
"description": "This property applies to elements of type attachments. A string value indicating how to display the attachment. Possible values are, preview, and list. If list is specified, attachments show as links.",
|
|
@@ -6782,10 +6775,10 @@
|
|
|
6782
6775
|
},
|
|
6783
6776
|
"esri.rest-api.PopupInfo.PopupInfo": {
|
|
6784
6777
|
"additionalProperties": false,
|
|
6785
|
-
"description": "Defines the look and feel of pop-up windows when users click or query a feature.
|
|
6778
|
+
"description": "Defines the look and feel of pop-up windows when users click or query a feature. See https://developers.arcgis.com/web-map-specification/objects/popupInfo/ and https://developers.arcgis.com/web-scene-specification/objects/popupInfo/.",
|
|
6786
6779
|
"properties": {
|
|
6787
6780
|
"description": {
|
|
6788
|
-
"description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in {}
|
|
6781
|
+
"description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in `{}`, such as `{DETAILS}`.",
|
|
6789
6782
|
"type": "string"
|
|
6790
6783
|
},
|
|
6791
6784
|
"expressionInfos": {
|
|
@@ -6796,7 +6789,7 @@
|
|
|
6796
6789
|
"type": "array"
|
|
6797
6790
|
},
|
|
6798
6791
|
"fieldInfos": {
|
|
6799
|
-
"description": "An array of{@
|
|
6792
|
+
"description": "An array of{@linkportal /FieldInfo!FieldInfo}objects defining how each field in the dataset participates (or does not participate) in the pop-up window. The order of the array is the order that fields are shown in the pop-up window.",
|
|
6800
6793
|
"items": {
|
|
6801
6794
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
6802
6795
|
},
|
|
@@ -6825,7 +6818,7 @@
|
|
|
6825
6818
|
"type": "boolean"
|
|
6826
6819
|
},
|
|
6827
6820
|
"title": {
|
|
6828
|
-
"description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in {}
|
|
6821
|
+
"description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in `{}`, such as `{NAME}`.",
|
|
6829
6822
|
"type": "string"
|
|
6830
6823
|
}
|
|
6831
6824
|
},
|
|
@@ -6878,10 +6871,10 @@
|
|
|
6878
6871
|
},
|
|
6879
6872
|
"rotationType": {
|
|
6880
6873
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6881
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
6874
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
6882
6875
|
},
|
|
6883
6876
|
"type": {
|
|
6884
|
-
"description": "The type of renderer. See{@
|
|
6877
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
6885
6878
|
"enum": [
|
|
6886
6879
|
"predominance"
|
|
6887
6880
|
],
|
|
@@ -6937,7 +6930,7 @@
|
|
|
6937
6930
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
6938
6931
|
},
|
|
6939
6932
|
"type": {
|
|
6940
|
-
"description": "Type of the DataSource.{@
|
|
6933
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
6941
6934
|
"enum": [
|
|
6942
6935
|
"queryTable"
|
|
6943
6936
|
],
|
|
@@ -6969,7 +6962,7 @@
|
|
|
6969
6962
|
"type": "array"
|
|
6970
6963
|
},
|
|
6971
6964
|
"type": {
|
|
6972
|
-
"description": "Type of domain. See{@
|
|
6965
|
+
"description": "Type of domain. See{@linkportal /Domain!DomainType}.",
|
|
6973
6966
|
"enum": [
|
|
6974
6967
|
"range"
|
|
6975
6968
|
],
|
|
@@ -7045,7 +7038,7 @@
|
|
|
7045
7038
|
"type": "string"
|
|
7046
7039
|
},
|
|
7047
7040
|
"type": {
|
|
7048
|
-
"description": "Type of the DataSource.{@
|
|
7041
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
7049
7042
|
"enum": [
|
|
7050
7043
|
"raster"
|
|
7051
7044
|
],
|
|
@@ -7318,7 +7311,7 @@
|
|
|
7318
7311
|
},
|
|
7319
7312
|
"listMode": {
|
|
7320
7313
|
"$ref": "esri.ListMode",
|
|
7321
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7314
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
7322
7315
|
},
|
|
7323
7316
|
"maxScale": {
|
|
7324
7317
|
"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.",
|
|
@@ -7357,7 +7350,7 @@
|
|
|
7357
7350
|
"type": "string"
|
|
7358
7351
|
},
|
|
7359
7352
|
"type": {
|
|
7360
|
-
"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{@
|
|
7353
|
+
"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}.",
|
|
7361
7354
|
"enum": [
|
|
7362
7355
|
"BingMapsAerial",
|
|
7363
7356
|
"BingMapsHybrid",
|
|
@@ -7415,7 +7408,7 @@
|
|
|
7415
7408
|
"description": "The fill style. See{@linkSimpleFillStyle}."
|
|
7416
7409
|
},
|
|
7417
7410
|
"type": {
|
|
7418
|
-
"description": "The type of symbol. See{@
|
|
7411
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
7419
7412
|
"enum": [
|
|
7420
7413
|
"esriSFS"
|
|
7421
7414
|
],
|
|
@@ -7452,7 +7445,7 @@
|
|
|
7452
7445
|
"description": "The line style. See{@linkSimpleLineStyle}."
|
|
7453
7446
|
},
|
|
7454
7447
|
"type": {
|
|
7455
|
-
"description": "The type of symbol. See{@
|
|
7448
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
7456
7449
|
"enum": [
|
|
7457
7450
|
"esriSLS"
|
|
7458
7451
|
],
|
|
@@ -7506,7 +7499,7 @@
|
|
|
7506
7499
|
"description": "The marker style. See{@linkSimpleMarkerStyle}."
|
|
7507
7500
|
},
|
|
7508
7501
|
"type": {
|
|
7509
|
-
"description": "The type of symbol. See{@
|
|
7502
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
7510
7503
|
"enum": [
|
|
7511
7504
|
"esriSMS"
|
|
7512
7505
|
],
|
|
@@ -7548,7 +7541,7 @@
|
|
|
7548
7541
|
},
|
|
7549
7542
|
"rotationType": {
|
|
7550
7543
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7551
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
7544
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
7552
7545
|
},
|
|
7553
7546
|
"symbol": {
|
|
7554
7547
|
"anyOf": [
|
|
@@ -7595,7 +7588,7 @@
|
|
|
7595
7588
|
"description": "An object that represents how all features will be drawn."
|
|
7596
7589
|
},
|
|
7597
7590
|
"type": {
|
|
7598
|
-
"description": "The type of renderer. See{@
|
|
7591
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
7599
7592
|
"enum": [
|
|
7600
7593
|
"simple"
|
|
7601
7594
|
],
|
|
@@ -7703,7 +7696,7 @@
|
|
|
7703
7696
|
},
|
|
7704
7697
|
"listMode": {
|
|
7705
7698
|
"$ref": "esri.ListMode",
|
|
7706
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7699
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
7707
7700
|
},
|
|
7708
7701
|
"maxScale": {
|
|
7709
7702
|
"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.",
|
|
@@ -7715,7 +7708,7 @@
|
|
|
7715
7708
|
},
|
|
7716
7709
|
"mode": {
|
|
7717
7710
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
7718
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is
|
|
7711
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkportal /FeatureLayer!FeatureLayerMode}."
|
|
7719
7712
|
},
|
|
7720
7713
|
"opacity": {
|
|
7721
7714
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -7753,7 +7746,7 @@
|
|
|
7753
7746
|
"type": "string"
|
|
7754
7747
|
},
|
|
7755
7748
|
"type": {
|
|
7756
|
-
"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{@
|
|
7749
|
+
"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}.",
|
|
7757
7750
|
"enum": [
|
|
7758
7751
|
"BingMapsAerial",
|
|
7759
7752
|
"BingMapsHybrid",
|
|
@@ -7847,7 +7840,7 @@
|
|
|
7847
7840
|
},
|
|
7848
7841
|
"listMode": {
|
|
7849
7842
|
"$ref": "esri.ListMode",
|
|
7850
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7843
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
7851
7844
|
},
|
|
7852
7845
|
"maxScale": {
|
|
7853
7846
|
"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.",
|
|
@@ -7874,7 +7867,7 @@
|
|
|
7874
7867
|
"type": "string"
|
|
7875
7868
|
},
|
|
7876
7869
|
"type": {
|
|
7877
|
-
"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{@
|
|
7870
|
+
"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}.",
|
|
7878
7871
|
"enum": [
|
|
7879
7872
|
"BingMapsAerial",
|
|
7880
7873
|
"BingMapsHybrid",
|
|
@@ -8018,7 +8011,7 @@
|
|
|
8018
8011
|
"description": "Color is represented as a three or four-element array."
|
|
8019
8012
|
},
|
|
8020
8013
|
"colorMixMode": {
|
|
8021
|
-
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual
|
|
8014
|
+
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual variable color. - Multiply: the feature's color is multiplied with the symbol color.",
|
|
8022
8015
|
"enum": [
|
|
8023
8016
|
"multiply",
|
|
8024
8017
|
"replace",
|
|
@@ -8129,7 +8122,7 @@
|
|
|
8129
8122
|
"type": "string"
|
|
8130
8123
|
},
|
|
8131
8124
|
"type": {
|
|
8132
|
-
"description": "Type of the DataSource.{@
|
|
8125
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
8133
8126
|
"enum": [
|
|
8134
8127
|
"table"
|
|
8135
8128
|
],
|
|
@@ -8209,14 +8202,14 @@
|
|
|
8209
8202
|
},
|
|
8210
8203
|
"rotationType": {
|
|
8211
8204
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8212
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
8205
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
8213
8206
|
},
|
|
8214
8207
|
"trackRenderer": {
|
|
8215
8208
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
8216
8209
|
"description": "Simple renderer used to symbolize the tracks."
|
|
8217
8210
|
},
|
|
8218
8211
|
"type": {
|
|
8219
|
-
"description": "The type of renderer. See{@
|
|
8212
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8220
8213
|
"enum": [
|
|
8221
8214
|
"temporal"
|
|
8222
8215
|
],
|
|
@@ -8274,7 +8267,7 @@
|
|
|
8274
8267
|
},
|
|
8275
8268
|
"horizontalAlignment": {
|
|
8276
8269
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
8277
|
-
"description": "The horizontal alignment of the text. See{@
|
|
8270
|
+
"description": "The horizontal alignment of the text. See{@linkportal /Symbol!HorizontalAlignment}."
|
|
8278
8271
|
},
|
|
8279
8272
|
"kerning": {
|
|
8280
8273
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -8293,7 +8286,7 @@
|
|
|
8293
8286
|
"type": "string"
|
|
8294
8287
|
},
|
|
8295
8288
|
"type": {
|
|
8296
|
-
"description": "The type of symbol. See{@
|
|
8289
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
8297
8290
|
"enum": [
|
|
8298
8291
|
"esriTS"
|
|
8299
8292
|
],
|
|
@@ -8301,7 +8294,7 @@
|
|
|
8301
8294
|
},
|
|
8302
8295
|
"verticalAlignment": {
|
|
8303
8296
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
8304
|
-
"description": "The vertical alignment of the text. See{@
|
|
8297
|
+
"description": "The vertical alignment of the text. See{@linkportal /Symbol!VerticalAlignment}."
|
|
8305
8298
|
},
|
|
8306
8299
|
"xoffset": {
|
|
8307
8300
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -8338,7 +8331,7 @@
|
|
|
8338
8331
|
"type": "string"
|
|
8339
8332
|
},
|
|
8340
8333
|
"type": {
|
|
8341
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
8334
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
8342
8335
|
"enum": [
|
|
8343
8336
|
"Text"
|
|
8344
8337
|
],
|
|
@@ -8428,7 +8421,7 @@
|
|
|
8428
8421
|
},
|
|
8429
8422
|
"listMode": {
|
|
8430
8423
|
"$ref": "esri.ListMode",
|
|
8431
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8424
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
8432
8425
|
},
|
|
8433
8426
|
"maxScale": {
|
|
8434
8427
|
"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.",
|
|
@@ -8455,7 +8448,7 @@
|
|
|
8455
8448
|
"type": "string"
|
|
8456
8449
|
},
|
|
8457
8450
|
"type": {
|
|
8458
|
-
"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{@
|
|
8451
|
+
"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}.",
|
|
8459
8452
|
"enum": [
|
|
8460
8453
|
"BingMapsAerial",
|
|
8461
8454
|
"BingMapsHybrid",
|
|
@@ -8537,7 +8530,7 @@
|
|
|
8537
8530
|
},
|
|
8538
8531
|
"listMode": {
|
|
8539
8532
|
"$ref": "esri.ListMode",
|
|
8540
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8533
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
8541
8534
|
},
|
|
8542
8535
|
"maxScale": {
|
|
8543
8536
|
"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.",
|
|
@@ -8568,7 +8561,7 @@
|
|
|
8568
8561
|
"type": "string"
|
|
8569
8562
|
},
|
|
8570
8563
|
"type": {
|
|
8571
|
-
"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{@
|
|
8564
|
+
"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}.",
|
|
8572
8565
|
"enum": [
|
|
8573
8566
|
"BingMapsAerial",
|
|
8574
8567
|
"BingMapsHybrid",
|
|
@@ -8650,7 +8643,7 @@
|
|
|
8650
8643
|
},
|
|
8651
8644
|
"rotationType": {
|
|
8652
8645
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8653
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
8646
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
8654
8647
|
},
|
|
8655
8648
|
"styleName": {
|
|
8656
8649
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -8661,7 +8654,7 @@
|
|
|
8661
8654
|
"type": "string"
|
|
8662
8655
|
},
|
|
8663
8656
|
"type": {
|
|
8664
|
-
"description": "The type of renderer. See{@
|
|
8657
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8665
8658
|
"enum": [
|
|
8666
8659
|
"uniqueValue"
|
|
8667
8660
|
],
|
|
@@ -8831,10 +8824,10 @@
|
|
|
8831
8824
|
},
|
|
8832
8825
|
"rotationType": {
|
|
8833
8826
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8834
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
8827
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
8835
8828
|
},
|
|
8836
8829
|
"type": {
|
|
8837
|
-
"description": "The type of renderer. See{@
|
|
8830
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8838
8831
|
"enum": [
|
|
8839
8832
|
"uniqueValue"
|
|
8840
8833
|
],
|
|
@@ -8941,7 +8934,7 @@
|
|
|
8941
8934
|
},
|
|
8942
8935
|
"rotationType": {
|
|
8943
8936
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8944
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
8937
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
8945
8938
|
},
|
|
8946
8939
|
"style": {
|
|
8947
8940
|
"description": "A predefined style.",
|
|
@@ -8965,7 +8958,7 @@
|
|
|
8965
8958
|
"type": "number"
|
|
8966
8959
|
},
|
|
8967
8960
|
"type": {
|
|
8968
|
-
"description": "The type of renderer. See{@
|
|
8961
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8969
8962
|
"enum": [
|
|
8970
8963
|
"vectorField"
|
|
8971
8964
|
],
|
|
@@ -9024,7 +9017,7 @@
|
|
|
9024
9017
|
},
|
|
9025
9018
|
"listMode": {
|
|
9026
9019
|
"$ref": "esri.ListMode",
|
|
9027
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9020
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9028
9021
|
},
|
|
9029
9022
|
"maxScale": {
|
|
9030
9023
|
"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.",
|
|
@@ -9059,7 +9052,7 @@
|
|
|
9059
9052
|
"type": "string"
|
|
9060
9053
|
},
|
|
9061
9054
|
"type": {
|
|
9062
|
-
"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{@
|
|
9055
|
+
"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}.",
|
|
9063
9056
|
"enum": [
|
|
9064
9057
|
"BingMapsAerial",
|
|
9065
9058
|
"BingMapsHybrid",
|
|
@@ -9533,7 +9526,7 @@
|
|
|
9533
9526
|
},
|
|
9534
9527
|
"listMode": {
|
|
9535
9528
|
"$ref": "esri.ListMode",
|
|
9536
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9529
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9537
9530
|
},
|
|
9538
9531
|
"mapUrl": {
|
|
9539
9532
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -9579,7 +9572,7 @@
|
|
|
9579
9572
|
"type": "string"
|
|
9580
9573
|
},
|
|
9581
9574
|
"type": {
|
|
9582
|
-
"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{@
|
|
9575
|
+
"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}.",
|
|
9583
9576
|
"enum": [
|
|
9584
9577
|
"BingMapsAerial",
|
|
9585
9578
|
"BingMapsHybrid",
|
|
@@ -9710,7 +9703,7 @@
|
|
|
9710
9703
|
},
|
|
9711
9704
|
"listMode": {
|
|
9712
9705
|
"$ref": "esri.ListMode",
|
|
9713
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9706
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9714
9707
|
},
|
|
9715
9708
|
"maxScale": {
|
|
9716
9709
|
"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.",
|
|
@@ -9733,14 +9726,14 @@
|
|
|
9733
9726
|
"type": "boolean"
|
|
9734
9727
|
},
|
|
9735
9728
|
"subDomains": {
|
|
9736
|
-
"description": "If sub-domains are detected, they must be specified. The map viewer detects if the Web Tile Layer has sub-domains by parsing the templateURL value for {subDomain}
|
|
9729
|
+
"description": "If sub-domains are detected, they must be specified. The map viewer detects if the Web Tile Layer has sub-domains by parsing the templateURL value for `{subDomain}`.",
|
|
9737
9730
|
"items": {
|
|
9738
9731
|
"type": "string"
|
|
9739
9732
|
},
|
|
9740
9733
|
"type": "array"
|
|
9741
9734
|
},
|
|
9742
9735
|
"templateUrl": {
|
|
9743
|
-
"description": "URL to the Web Tile Layer. Input required by the user when the layer is added to the web scene. The template URL contains a parameterized URL. The URL can contain the following template parameters:
|
|
9736
|
+
"description": "URL to the Web Tile Layer. Input required by the user when the layer is added to the web scene. The template URL contains a parameterized URL. The URL can contain the following template parameters: `{level}`, `{col}`, `{row}`, and `{subDomain}`.",
|
|
9744
9737
|
"type": "string"
|
|
9745
9738
|
},
|
|
9746
9739
|
"tileInfo": {
|
|
@@ -9752,7 +9745,7 @@
|
|
|
9752
9745
|
"type": "string"
|
|
9753
9746
|
},
|
|
9754
9747
|
"type": {
|
|
9755
|
-
"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{@
|
|
9748
|
+
"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}.",
|
|
9756
9749
|
"enum": [
|
|
9757
9750
|
"BingMapsAerial",
|
|
9758
9751
|
"BingMapsHybrid",
|
|
@@ -9826,7 +9819,7 @@
|
|
|
9826
9819
|
"$ref": "#/definitions/GeolocateAccuracyChangedEventArgs"
|
|
9827
9820
|
},
|
|
9828
9821
|
"geolocation.auto-recenter-started": {
|
|
9829
|
-
"description": "Raised when geolocation enters auto recenter mode. For
|
|
9822
|
+
"description": "Raised when geolocation enters auto recenter mode. For VertiGIS Studio Web Viewer, the event will have no parameter (all maps are always affected).",
|
|
9830
9823
|
"enum": [
|
|
9831
9824
|
"geolocation.auto-recenter-started"
|
|
9832
9825
|
]
|
|
@@ -9842,7 +9835,7 @@
|
|
|
9842
9835
|
]
|
|
9843
9836
|
},
|
|
9844
9837
|
"geolocation.auto-recenter-stopped": {
|
|
9845
|
-
"description": "Raised when geolocation leaves auto recenter mode. For
|
|
9838
|
+
"description": "Raised when geolocation leaves auto recenter mode. For VertiGIS Studio Web Viewer, the event will have no parameter (all maps are always affected).",
|
|
9846
9839
|
"enum": [
|
|
9847
9840
|
"geolocation.auto-recenter-stopped"
|
|
9848
9841
|
]
|