@itwin/map-layers-formats 4.0.0-dev.48 → 4.0.0-dev.50

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.
Files changed (173) hide show
  1. package/.rush/temp/operation/build_ci/state.json +1 -1
  2. package/.rush/temp/operation/cover/state.json +1 -1
  3. package/.rush/temp/operation/docs/state.json +1 -1
  4. package/.rush/temp/package-deps_build_ci.json +36 -0
  5. package/.rush/temp/package-deps_cover.json +1 -1
  6. package/.rush/temp/package-deps_docs.json +1 -1
  7. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
  8. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js +14 -14
  9. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  10. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
  11. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js +132 -132
  12. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  13. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
  14. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js +200 -200
  15. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  16. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
  17. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +421 -421
  18. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  19. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
  20. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js +82 -82
  21. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
  22. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
  23. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js +33 -33
  24. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js.map +1 -1
  25. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
  26. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js +142 -142
  27. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js.map +1 -1
  28. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
  29. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js +42 -42
  30. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  31. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
  32. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +189 -189
  33. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  34. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
  35. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js +2270 -2270
  36. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
  37. package/lib/cjs/map-layers-formats.d.ts +8 -8
  38. package/lib/cjs/map-layers-formats.js +24 -24
  39. package/lib/cjs/map-layers-formats.js.map +1 -1
  40. package/lib/cjs/mapLayersFormats.d.ts +10 -10
  41. package/lib/cjs/mapLayersFormats.js +28 -28
  42. package/lib/cjs/mapLayersFormats.js.map +1 -1
  43. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
  44. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +34 -34
  45. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +1 -1
  46. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
  47. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js +161 -161
  48. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +1 -1
  49. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
  50. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js +167 -167
  51. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +1 -1
  52. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
  53. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +679 -679
  54. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  55. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
  56. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js +103 -103
  57. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -1
  58. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
  59. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +214 -214
  60. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +1 -1
  61. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
  62. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +94 -94
  63. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  64. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
  65. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +59 -59
  66. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -1
  67. package/lib/cjs/test/ArcGisFeature/Mocks.d.ts +6 -6
  68. package/lib/cjs/test/ArcGisFeature/Mocks.js +18 -18
  69. package/lib/cjs/test/ArcGisFeature/Mocks.js.map +1 -1
  70. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
  71. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js +419 -419
  72. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
  73. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
  74. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js +426 -426
  75. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
  76. package/lib/cjs/test/coverage/.nyc_output/b712cdc1-3ca2-4058-873e-cffab2ccf57a.json +1 -0
  77. package/lib/cjs/test/coverage/.nyc_output/processinfo/b712cdc1-3ca2-4058-873e-cffab2ccf57a.json +1 -0
  78. package/lib/cjs/test/coverage/.nyc_output/processinfo/e3a2e4fe-c48e-432e-909f-fb866d05f226.json +1 -0
  79. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
  80. package/lib/cjs/test/coverage/cobertura-coverage.xml +2 -2
  81. package/lib/cjs/test/coverage/lcov-report/index.html +1 -1
  82. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
  83. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +1 -1
  84. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +1 -1
  85. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +1 -1
  86. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
  87. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
  88. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
  89. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +1 -1
  90. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +1 -1
  91. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +1 -1
  92. package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
  93. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
  94. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
  95. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  96. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
  97. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js +10 -10
  98. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  99. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
  100. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +128 -128
  101. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  102. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
  103. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js +196 -196
  104. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  105. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
  106. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +417 -417
  107. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  108. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
  109. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js +78 -78
  110. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
  111. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
  112. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js +29 -29
  113. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js.map +1 -1
  114. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
  115. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js +138 -138
  116. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js.map +1 -1
  117. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
  118. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js +38 -38
  119. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  120. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
  121. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +182 -182
  122. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  123. package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
  124. package/lib/esm/ArcGisFeature/esriPBuffer.gen.js +2267 -2267
  125. package/lib/esm/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
  126. package/lib/esm/map-layers-formats.d.ts +8 -8
  127. package/lib/esm/map-layers-formats.js +12 -12
  128. package/lib/esm/map-layers-formats.js.map +1 -1
  129. package/lib/esm/mapLayersFormats.d.ts +10 -10
  130. package/lib/esm/mapLayersFormats.js +24 -24
  131. package/lib/esm/mapLayersFormats.js.map +1 -1
  132. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
  133. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +32 -32
  134. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +1 -1
  135. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
  136. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js +159 -159
  137. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +1 -1
  138. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
  139. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js +165 -165
  140. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +1 -1
  141. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
  142. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +677 -677
  143. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  144. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
  145. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js +101 -101
  146. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -1
  147. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
  148. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +212 -212
  149. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +1 -1
  150. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
  151. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +92 -92
  152. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  153. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
  154. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +57 -57
  155. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -1
  156. package/lib/esm/test/ArcGisFeature/Mocks.d.ts +6 -6
  157. package/lib/esm/test/ArcGisFeature/Mocks.js +15 -15
  158. package/lib/esm/test/ArcGisFeature/Mocks.js.map +1 -1
  159. package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
  160. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js +415 -415
  161. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
  162. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
  163. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js +422 -422
  164. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
  165. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  166. package/lib/test/junit_results.xml +50 -50
  167. package/map-layers-formats.build.log +2 -2
  168. package/package.json +11 -11
  169. package/.rush/temp/8bff29d08b86f148ce24ab9a3ab9851766ca18f7.log +0 -10
  170. package/lib/cjs/test/coverage/.nyc_output/b643b26c-8393-414a-a1f5-85ec76eac15b.json +0 -1
  171. package/lib/cjs/test/coverage/.nyc_output/processinfo/3a013ea8-427a-43ec-a667-b7a0c921d50d.json +0 -1
  172. package/lib/cjs/test/coverage/.nyc_output/processinfo/b643b26c-8393-414a-a1f5-85ec76eac15b.json +0 -1
  173. /package/lib/cjs/test/coverage/.nyc_output/{3a013ea8-427a-43ec-a667-b7a0c921d50d.json → e3a2e4fe-c48e-432e-909f-fb866d05f226.json} +0 -0
@@ -1,420 +1,420 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.NewYorkDataset = void 0;
8
- /* eslint-disable @typescript-eslint/naming-convention */
9
- class NewYorkDataset {
10
- }
11
- exports.NewYorkDataset = NewYorkDataset;
12
- NewYorkDataset.serviceCapabilities = {
13
- currentVersion: 10.81,
14
- serviceItemId: "af1ebcf87a9741458b08360b5802a003",
15
- hasChangeTrackingEnabledViews: true,
16
- serviceDescription: "Summary text",
17
- hasVersionedData: false,
18
- supportsDisconnectedEditing: false,
19
- hasStaticData: false,
20
- hasSharedDomains: false,
21
- maxRecordCount: 1000,
22
- supportedQueryFormats: "JSON",
23
- supportsVCSProjection: false,
24
- supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",
25
- capabilities: "Query,ChangeTracking",
26
- description: "My Description",
27
- copyrightText: "",
28
- spatialReference: {
29
- wkid: 102100,
30
- latestWkid: 3857,
31
- },
32
- initialExtent: {
33
- xmin: -8253177.9212990291,
34
- ymin: 4956654.8286338719,
35
- xmax: -8218318.9974145154,
36
- ymax: 4971008.5031745536,
37
- spatialReference: {
38
- wkid: 102100,
39
- latestWkid: 3857,
40
- },
41
- },
42
- fullExtent: {
43
- xmin: -8270363.8159049358,
44
- ymin: 4935557.2945022825,
45
- xmax: -8204174.9423192516,
46
- ymax: 5000899.6957413526,
47
- spatialReference: {
48
- wkid: 102100,
49
- latestWkid: 3857,
50
- },
51
- },
52
- allowGeometryUpdates: true,
53
- units: "esriMeters",
54
- supportsAppend: true,
55
- supportsSharedDomains: true,
56
- supportsWebHooks: true,
57
- supportsTemporalLayers: true,
58
- layerOverridesEnabled: true,
59
- size: 132923392,
60
- syncEnabled: false,
61
- extractChangesCapabilities: {
62
- supportsReturnIdsOnly: true,
63
- supportsReturnExtentOnly: true,
64
- supportsReturnAttachments: true,
65
- supportsLayerQueries: true,
66
- supportsGeometry: true,
67
- supportsFeatureReturn: true,
68
- supportsReturnHasGeometryUpdates: false,
69
- supportsReturnDeletedFeatures: true,
70
- supportsServerGens: true,
71
- },
72
- supportsApplyEditsWithGlobalIds: true,
73
- supportsReturnDeleteResults: true,
74
- supportsLayerOverrides: true,
75
- supportsTilesAndBasicQueriesMode: true,
76
- supportsQueryContingentValues: true,
77
- supportedContingentValuesFormats: "JSON, PBF",
78
- supportsContingentValuesJson: 2,
79
- advancedEditingCapabilities: {
80
- supportsSplit: false,
81
- supportsReturnServiceEditsInSourceSR: false,
82
- supportsAsyncApplyEdits: true,
83
- supportsReturnEditResults: true,
84
- },
85
- editorTrackingInfo: {
86
- enableEditorTracking: false,
87
- enableOwnershipAccessControl: false,
88
- allowOthersToQuery: true,
89
- allowOthersToUpdate: true,
90
- allowOthersToDelete: false,
91
- allowAnonymousToQuery: true,
92
- allowAnonymousToUpdate: true,
93
- allowAnonymousToDelete: true,
94
- },
95
- changeTrackingInfo: {
96
- lastSyncDate: 1637077884618,
97
- layerServerGens: [
98
- {
99
- id: 0,
100
- minServerGen: 498989,
101
- serverGen: 689984,
102
- },
103
- {
104
- id: 1,
105
- minServerGen: 498989,
106
- serverGen: 689984,
107
- },
108
- {
109
- id: 2,
110
- minServerGen: 498989,
111
- serverGen: 689984,
112
- },
113
- {
114
- id: 3,
115
- minServerGen: 498989,
116
- serverGen: 689984,
117
- },
118
- {
119
- id: 4,
120
- minServerGen: 498989,
121
- serverGen: 689984,
122
- },
123
- {
124
- id: 5,
125
- minServerGen: 498989,
126
- serverGen: 689984,
127
- },
128
- {
129
- id: 6,
130
- minServerGen: 498989,
131
- serverGen: 689984,
132
- },
133
- {
134
- id: 7,
135
- minServerGen: 498989,
136
- serverGen: 689984,
137
- },
138
- {
139
- id: 8,
140
- minServerGen: 498989,
141
- serverGen: 689984,
142
- },
143
- {
144
- id: 9,
145
- minServerGen: 498989,
146
- serverGen: 689984,
147
- },
148
- ],
149
- },
150
- xssPreventionInfo: {
151
- xssPreventionEnabled: true,
152
- xssPreventionRule: "InputOnly",
153
- xssInputRule: "rejectInvalid",
154
- },
155
- layers: [
156
- {
157
- id: 0,
158
- name: "Street",
159
- parentLayerId: -1,
160
- defaultVisibility: true,
161
- subLayerIds: null,
162
- minScale: 150000,
163
- maxScale: 0,
164
- geometryType: "esriGeometryPolyline",
165
- },
166
- {
167
- id: 1,
168
- name: "Highway",
169
- parentLayerId: -1,
170
- defaultVisibility: true,
171
- subLayerIds: null,
172
- minScale: 150000,
173
- maxScale: 0,
174
- geometryType: "esriGeometryPolyline",
175
- },
176
- {
177
- id: 2,
178
- name: "Block",
179
- parentLayerId: -1,
180
- defaultVisibility: true,
181
- subLayerIds: null,
182
- minScale: 150000,
183
- maxScale: 0,
184
- geometryType: "esriGeometryPolyline",
185
- },
186
- {
187
- id: 3,
188
- name: "Shoreline",
189
- parentLayerId: -1,
190
- defaultVisibility: true,
191
- subLayerIds: null,
192
- minScale: 0,
193
- maxScale: 0,
194
- geometryType: "esriGeometryPolyline",
195
- },
196
- {
197
- id: 4,
198
- name: "nyco",
199
- parentLayerId: -1,
200
- defaultVisibility: true,
201
- subLayerIds: null,
202
- minScale: 0,
203
- maxScale: 0,
204
- geometryType: "esriGeometryPolygon",
205
- },
206
- {
207
- id: 5,
208
- name: "nylh",
209
- parentLayerId: -1,
210
- defaultVisibility: true,
211
- subLayerIds: null,
212
- minScale: 0,
213
- maxScale: 0,
214
- geometryType: "esriGeometryPolygon",
215
- },
216
- {
217
- id: 6,
218
- name: "nysp",
219
- parentLayerId: -1,
220
- defaultVisibility: true,
221
- subLayerIds: null,
222
- minScale: 0,
223
- maxScale: 0,
224
- geometryType: "esriGeometryPolygon",
225
- },
226
- {
227
- id: 7,
228
- name: "nysp_sd",
229
- parentLayerId: -1,
230
- defaultVisibility: true,
231
- subLayerIds: null,
232
- minScale: 0,
233
- maxScale: 0,
234
- geometryType: "esriGeometryPolygon",
235
- },
236
- {
237
- id: 8,
238
- name: "nyzd",
239
- parentLayerId: -1,
240
- defaultVisibility: false,
241
- subLayerIds: null,
242
- minScale: 0,
243
- maxScale: 0,
244
- geometryType: "esriGeometryPolygon",
245
- },
246
- {
247
- id: 9,
248
- name: "nyzma",
249
- parentLayerId: -1,
250
- defaultVisibility: true,
251
- subLayerIds: null,
252
- minScale: 0,
253
- maxScale: 0,
254
- geometryType: "esriGeometryPolygon",
255
- },
256
- ],
257
- tables: [],
258
- };
259
- NewYorkDataset.streetsLayerCapabilities = {
260
- currentVersion: 10.81, id: 0, name: "Street", type: "Feature Layer", serviceItemId: "af1ebcf87a9741458b08360b5802a003", cacheMaxAge: 30, displayField: "borough", description: "", copyrightText: "", defaultVisibility: true, serverGens: { minServerGen: 498989, serverGen: 689763 },
261
- editingInfo: { lastEditDate: 1637077888141 },
262
- relationships: [], isDataVersioned: false, hasContingentValuesDefinition: false, supportsAppend: true, supportsCalculate: true, supportsASyncCalculate: true, supportsTruncate: true, supportsAttachmentsByUploadId: true, supportsAttachmentsResizing: true, supportsRollbackOnFailureParameter: true, supportsStatistics: true, supportsExceedsLimitStatistics: true, supportsAdvancedQueries: true, supportsValidateSql: true, supportsCoordinatesQuantization: true, supportsLayerOverrides: true, supportsTilesAndBasicQueriesMode: true, supportsFieldDescriptionProperty: true, supportsQuantizationEditMode: true, supportsApplyEditsWithGlobalIds: true, supportsMultiScaleGeometry: true, supportsReturningQueryGeometry: true, hasGeometryProperties: true, geometryProperties: { shapeLengthFieldName: "Shape__Length", units: "esriMeters" },
263
- advancedQueryCapabilities: { supportsPagination: true, supportsQueryAttachmentsCountOnly: true, supportsPaginationOnAggregatedQueries: true, supportsQueryRelatedPagination: true, supportsQueryWithDistance: true, supportsReturningQueryExtent: true, supportsStatistics: true, supportsOrderBy: true, supportsDistinct: true, supportsQueryWithResultType: true, supportsSqlExpression: true, supportsAdvancedQueryRelated: true, supportsCountDistinct: true, supportsPercentileStatistics: true, supportsSpatialAggregationStatistics: true, supportedSpatialAggregationStatistics: ["EnvelopeAggregate", "CentroidAggregate", "ConvexHullAggregate"], supportsLod: true, supportsQueryWithLodSR: false, supportedLodTypes: ["geohash"], supportsReturningGeometryCentroid: false, supportsReturningGeometryProperties: true, supportsQueryWithDatumTransformation: true, supportsHavingClause: true, supportsOutFieldSQLExpression: true, supportsMaxRecordCountFactor: true, supportsTopFeaturesQuery: true, supportsDisjointSpatialRel: true, supportsQueryWithCacheHint: true, supportedOperationsWithCacheHint: ["query", "queryTopFilter", "queryAnalytics", "queryAttachments", "queryRelated"], supportsQueryAnalytic: true, supportsDefaultSR: true, supportsFullTextSearch: true },
264
- advancedQueryAnalyticCapabilities: { supportsLinearRegression: true, supportsAsync: true, supportsPercentileAnalytic: true },
265
- advancedEditingCapabilities: { supportedSqlFormatsInCalculate: ["standard"], supportsAsyncApplyEdits: true, supportsReturnEditResults: true },
266
- infoInEstimates: ["extent", "count"], useStandardizedQueries: true, geometryType: "esriGeometryPolyline", minScale: 150000, maxScale: 0, extent: { xmin: -8266144.7918439023, ymin: 4938569.7715200111, xmax: -8204248.7873679493, ymax: 4999630.6406602357, spatialReference: { wkid: 102100, latestWkid: 3857 } },
267
- drawingInfo: { renderer: { type: "simple", symbol: { type: "esriSLS", style: "esriSLSSolid", color: [153, 0, 5, 255], width: 1 },
268
- label: "", description: "" },
269
- transparency: 0, labelingInfo: null },
270
- allowGeometryUpdates: true,
271
- hasAttachments: false,
272
- htmlPopupType: "esriServerHTMLPopupTypeAsHTMLText",
273
- hasM: false, hasZ: false, objectIdField: "OBJECTID",
274
- uniqueIdField: { name: "OBJECTID",
275
- isSystemMaintained: true },
276
- globalIdField: "GlobalID",
277
- typeIdField: "",
278
- fields: [{ name: "borough", type: "esriFieldTypeString", alias: "borough", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
279
- { name: "build_stat", type: "esriFieldTypeString", alias: "build_stat", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
280
- { name: "cco_st", type: "esriFieldTypeString", alias: "cco_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
281
- { name: "date_edit_", type: "esriFieldTypeDate", alias: "date_edit_", sqlType: "sqlTypeOther", length: 8, nullable: true, editable: true, domain: null, defaultValue: null },
282
- { name: "time_edit_", type: "esriFieldTypeString", alias: "time_edit_", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
283
- { name: "feat_statu", type: "esriFieldTypeString", alias: "feat_statu", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
284
- { name: "feat_type", type: "esriFieldTypeString", alias: "feat_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
285
- { name: "honorary_n", type: "esriFieldTypeString", alias: "honorary_n", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
286
- { name: "marg_wharf", type: "esriFieldTypeString", alias: "marg_wharf", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
287
- { name: "old_st_nm", type: "esriFieldTypeString", alias: "old_st_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
288
- { name: "paper_st", type: "esriFieldTypeString", alias: "paper_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
289
- { name: "record_st", type: "esriFieldTypeString", alias: "record_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
290
- { name: "roadway_ty", type: "esriFieldTypeString", alias: "roadway_ty", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
291
- { name: "route_type", type: "esriFieldTypeString", alias: "route_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
292
- { name: "stair_st", type: "esriFieldTypeString", alias: "stair_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
293
- { name: "street_nm", type: "esriFieldTypeString", alias: "street_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
294
- { name: "streetwidt", type: "esriFieldTypeString", alias: "streetwidt", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
295
- { name: "OBJECTID", type: "esriFieldTypeOID", alias: "OBJECTID", sqlType: "sqlTypeOther", nullable: false, editable: false, domain: null, defaultValue: null },
296
- { name: "Shape__Length", type: "esriFieldTypeDouble", alias: "Shape__Length", sqlType: "sqlTypeDouble", nullable: true, editable: false, domain: null, defaultValue: null },
297
- { name: "GlobalID", type: "esriFieldTypeGlobalID", alias: "GlobalID", sqlType: "sqlTypeOther", length: 38, nullable: false, editable: false, domain: null, defaultValue: "NEWID() WITH VALUES" }], indexes: [{ name: "PK__NEWYORK3__F4B70D858AB09618", fields: "OBJECTID", isAscending: true, isUnique: true, description: "" },
298
- { name: "user_70600.NEWYORK3857_STREET_Shape_sidx", fields: "Shape", isAscending: true, isUnique: false, description: "" },
299
- { name: "Shape__Length_Index", fields: "Shape__Length", isAscending: true, isUnique: false, description: "" },
300
- { name: "GlobalID_Index", fields: "GlobalID", isAscending: false, isUnique: true, description: "" }], dateFieldsTimeReference: { timeZone: "UTC", respectsDaylightSaving: false },
301
- preferredTimeReference: null, types: [], templates: [{ name: "Street", description: "", drawingTool: "esriFeatureEditToolLine", prototype: { attributes: { streetwidt: null, borough: null, build_stat: null, cco_st: null, date_edit_: null, time_edit_: null, feat_statu: null, feat_type: null, honorary_n: null, marg_wharf: null, old_st_nm: null, paper_st: null, record_st: null, roadway_ty: null, route_type: null, stair_st: null, street_nm: null } } }], supportedQueryFormats: "JSON, geoJSON, PBF", supportedAppendFormats: "sqlite,geoPackage,shapefile,filegdb,featureCollection,geojson,csv,excel", supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel", supportedSpatialRelationships: ["esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelDisjoint", "esriSpatialRelRelation"], supportedContingentValuesFormats: "JSON, PBF", supportedSyncDataOptions: 4, hasStaticData: false, maxRecordCount: 1000, standardMaxRecordCount: 4000, standardMaxRecordCountNoGeometry: 32000, tileMaxRecordCount: 4000, maxRecordCountFactor: 1, capabilities: "Query,ChangeTracking"
302
- };
303
- NewYorkDataset.incompleteDrawingInfo = {
304
- drawingInfo: {
305
- renderer: {
306
- type: "uniqueValue",
307
- field1: "WEAPON",
308
- field2: null,
309
- field3: null,
310
- },
311
- },
312
- };
313
- NewYorkDataset.uniqueValueDrawingInfo = {
314
- drawingInfo: {
315
- renderer: {
316
- type: "uniqueValue",
317
- field1: "WEAPON",
318
- field2: null,
319
- field3: null,
320
- defaultSymbol: {
321
- type: "esriPMS",
322
- url: "964f19a3e2aa1123345490e04eb4a09d",
323
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAT9JREFUOI2t1E8rRGEUx/HvMHViIm5ZXGt/3gFlwdKGhYjyAmxs7IassDHFyguwwkbZYJKNslVWJDZT1C3psRv9NMpmJk/Tvc3MHWf3/PuccxbPyfKPkW1wPmBmQ5L6giB4d849Al+tYjNAHpiQ1AHgnAMoA+dhGG5HUfTQCOsCDoGlhCTdwGIURfPVZPtJWCdwBkwntVF3d6+K78Rh+SYhP7bM7FbSjY8FwHqLEEBGUgEY97E5oCcFBjAGDAMvNWwyJVSLKR8L28QG4a/N7zYx+VipTazkY0VgNSVUAa597MrMniWNpMBOAOdjFUlrwAWQaQFywGZt4f+AIrAB7DYJlc1sQdJrHAZQAN6AA6A/STGzp1wut+ycu/f340bQEXAJrACzwCjQC3wAd8CppGNJP/UPk+bZZ7XKQlJ1cfEL1AZaAcKna+kAAAAASUVORK5CYII=",
324
- contentType: "image/png",
325
- width: 15,
326
- height: 15,
327
- angle: 0,
328
- xoffset: 0,
329
- yoffset: 0,
330
- },
331
- defaultLabel: "<all other values>",
332
- uniqueValueInfos: [
333
- {
334
- symbol: {
335
- type: "esriPMS",
336
- url: "7c83731ca464c53c3e14f4287baaf154",
337
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAk1JREFUOI2t0z9oE1EcB/BvmrTPLkofFYSQwQweLYSCmpRcIqHFDrqI4JJrwFaFSIkUipMdFLzlMkiIAaGmhC7BwQ6xhIAtZGiuIJQ41KEZxIZD3i2+pT3sq3jn1FpC0z+kv/F9f3zefw/OuTxn6O0F8PvcQELIayHE83MBKaU3CCHPGGMvAVgdg4qipHK5XA+AOwA+dgwyxu6l02lUq9WJSqXSGUgpHdrZ2bk0OTmJ+fn5MQAXAOyeCFJKg1NTU96RkZHrhxtqtdptSZK6+vv7MTo66qRSqfeDg4M/9nPbtv9ms9m1paUlA8DmAcg531ZV9ZWqqkPj4+OO1+t17WfhcBgAkEgkSKlUShiGAQDY2NhwKpWKC8AnAI9at7wJYJgQkl5fX384OztrDwwM9B1erSzLkGUZjuNgZWXFyOfzFMALANl2ZyiEENONRuNzNBpdyGQyZjwev+Lx/G+zLAuqqv6cm5vbBXALwNcjz7ClypzzgKZp30OhECRJOgh0XYeu69uc85s44k0ed8u93d3dxO/3w7ZtbG1tOX6/3xUIBOB2u31o8w3bgoqiTMRisS7LspyZmRmzWCxe1jRtO5lM9vl8vh5CSEQIsXqWFSaEEHvBYPCPYRgLQog3mqa9W15eHotEIhcVRXlaKBRODXoXFxev6rpumqapCCGqAMAYe1Aul5/U6/W3kiTdBeAC4JwGvA+g1Gw2HwP41ZLlGWOrnPMPlNIQ5/zLiSCldI1znmszGQA0hBDDlNJrrcGRIOe8fgy2X3uMsW+tg/8ALm/uzGg889IAAAAASUVORK5CYII=",
338
- contentType: "image/png",
339
- width: 15,
340
- height: 14,
341
- angle: 0,
342
- xoffset: 0,
343
- yoffset: 0,
344
- },
345
- value: " ",
346
- label: " ",
347
- description: "test",
348
- },
349
- {
350
- symbol: {
351
- type: "esriPMS",
352
- url: "92fc1fd63ca93a4167dd03e55a4c54fe",
353
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAepJREFUOI2tk09I1EEUxz9r5kuEwqEgWDzooaVAhEqlLKLIg11C6NK2kP2BIpQgOtWhoL2shwgTgjLCi3jQg4UIFniwFYKwQx30EBVL/PbSu2xLPqP9dXBb9KfrJrtfGIaZ953PzJs3U02FVb0Fby3wq2JAEXlgZrcrAnTOHVLRPjzuAdmygRrVXgapAbqAsbKBeJylH5ihh6kygc65Fv2pu7gEPKcT2AEslQQ651r1hoblpBxcbdC3epoIVewGTuHTyzM5IF8Khhx/GGDOXlkKWCgAVTVDnPsWtxYu4BMmVFh0JN/HECaIWcpWxh/xmSIEvAQuB1NeANpFpN/e20XukmM/9WvyOZpvPvCGFEM44A4wsC7lvMzMbrLINMcY5hFpzrN3jSsLxPkuT2Wpjrrjin7Y8A4DmkRpJsFn2oDIqkgSSJIxtcOGrXuTm1W5lu0ITUAO+IpPEyGagW00UOQbFgdG6eEEVWTxuUWaEfaQIMM16mmgRkQ6zGx2KyeMYSzTym9JybCZPSTBE17TSQc7LWrXecF/A8OM00iStKQlamYzAHicY5KrzPOYCGeAECs1LwnsBib4xhXDfgRiQ3jMoow659pU9V1JoHNuTlUHi2wGsIjRLk72BQMbAlV1fhPYPy17nvcpOPkXnK+o4mU668EAAAAASUVORK5CYII=",
354
- contentType: "image/png",
355
- width: 15,
356
- height: 14,
357
- angle: 0,
358
- xoffset: 0,
359
- yoffset: 0,
360
- },
361
- value: "blunt_instrument",
362
- label: "blunt_instrument",
363
- description: "",
364
- },
365
- {
366
- symbol: {
367
- type: "esriPMS",
368
- url: "70a0856a4503c38b2efa55447af89dc6",
369
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAhtJREFUOI2tk0tIlFEYhp8xm5MImYcsLxgk1aBgQxcdyiSKXNQmggiaBrILFGEE0aoWBbnRRYQJQRklQbSohYUIXZCyEYSwKAmFibTB/tn0QdmQn6Z/C81yvE3oC4cD3+U55z2XVBZYqf9Rmwb8XDCgMeayqp5bEKC1dpOIOQ3ORSA+b6DkBKuQei+wG3gwbyDi7CVQC59bK3Fa5ge01vqFHxn4j8DbWxXAEmBwTqC1tkTWnsozuTs2Ttrcl1e7WOZLIW055O90WVF106ws+jRR8Gt0hHd17dr3OAp0TwBFZICO6ktKtZ81h1xMnmeiqWjL2LwhZPjQFNJv0fGm9y5Oiwd4BBxNtNwNBIwxtRp9fZgDF0axhZmT/ORuHRu40PssSlODBc4DdVMsj0tV9Qz0POHutkYqrsYoPJiN55+y4Ti8qO43kRuD6ZZyEd5Me4YJagYp5mXNR7JLwfr+ZvrD4IQHVGWz6tQ3Odstp8FiQ0YBuKPwvdclo8BDVjGwKJ8ZvuHMwJxgJb7tKQzHXZ6fjRG5l0V5zQDrT2Ri870mbspUtS15oJcQIzrEnZJhQ7RR0Su01Vwn8rSCVWVLleBJIreTBubR93A1sXDMEAuqautY2NmP03wc6bxGum8P4AHcZID7gCa075jC14RcA+q0oXLfWlsqIh1zAq217SJSP8NiAD2gAWPsusTEtEAR6ZwF9kdDjuN0JQZ/A6rmxvoAREK5AAAAAElFTkSuQmCC",
370
- contentType: "image/png",
371
- width: 15,
372
- height: 14,
373
- angle: 0,
374
- xoffset: 0,
375
- yoffset: 0,
376
- },
377
- value: "gun",
378
- label: "gun",
379
- description: "",
380
- },
381
- {
382
- symbol: {
383
- type: "esriPMS",
384
- url: "e109df94cd78c13a6d1bc5c2eda6a9a7",
385
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAeRJREFUOI2tkztoVEEUhr88yDEsGHZAERaDorEQJOL6CAQ7g8QmXEwhEsyiFhaKjVUguGAnqOADBV/Exi0CQUELLQyuBA1Rm4CxEJEY7m08zaKbk2CuxWblcpPNg92/GZj/55tzZs40UmM1riPbDBRrBhSRK2Z2qSZA51wa1QsGl4HfVQN7VM8/hiagGxiuGhhAzyCQh8xotUDnXHtRteUE8BS6gA3A7KpA59yBftVUh8i+aGBC9cgOqE8CnRBm4H6byPeyH8LfhzD22mwamPoPVNXCDchi1n4cws1QV/bSi2svyEvomzED4AuEo6Xcc+B0vOUp4JCIXJ0w638CC22QjFabjsDfwvQjcMAAcHNJy4syM7v4A155MJSFwIMtDZFAEbgGMzmR2UQicdhUPy97hzG9UNhzB77tBXZGjHHgIxTUbD9mS2ZypVduBmQbsAD8hLAV6nYDDbCVCt+wItCDTAfU/4EwC8EIbBqAwilIpqBJRDrNLL+eCvvmYe4ozAciQ2Z2/R7cfQddadjomZ3LwZqBqRHY/h4CFTlpZm8AfOj14ewk3GqFY5RGJlwL0BN45sMZzH7FvAc+5H3IOecOquqHVYHOuTFVvV3hMICvlGZ2V9xYFqiqn1aAlTXn+/5kfPMfWXyn81sSLa0AAAAASUVORK5CYII=",
386
- contentType: "image/png",
387
- width: 15,
388
- height: 14,
389
- angle: 0,
390
- xoffset: 0,
391
- yoffset: 0,
392
- },
393
- value: "knife",
394
- label: "knife",
395
- description: "",
396
- },
397
- {
398
- symbol: {
399
- type: "esriPMS",
400
- url: "56cdb91cb6c2a0327abe9787dcef4868",
401
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAjBJREFUOI2tkz9oU1EUxn8pbd7rUF9zie17KVJSinSIKRg1g7gUO+gSBCcpWNTBQXFxclFwc3BQwUGXTpXiouDikqFJIYtCSaEpFfNafC8QPJSWYG9sfA62JaR/pf3G83387jn3ntvOMav9P7KdwK9jAxqG8VRr/fBYgEqplIjcBx4DtSMDHce5JyJh4Arw/shAEcmkUik8zxv3ff9oQKXUsNbaSiQSFIvFUcAE1g8EKqXOO47TNzAwcLY54HneZcuy2kzTxLbtwLbtNz09Pd+bIo3Z2dkZ13WXgfltoIisiciTubm54f7+/sA0zdCWNzQ0BEAymTQWFhbGVlZWAKhWq4GIhICPwK3WkeeBtGEYzyqVys1MJvMnEolEmruNxWLEYjEAyuXycqlUUsAj4MWOkTeltdYPgM9TU1MTIyMjlcHBQTsU2m6WjY0Ncrncj3K5vK6UuiQiX3e9wxZ9As7k8/lv0WiU5kY9z6Nara5prc9prXfs5H6v3AkY3d3dBEHA6upqYFlWKBqNApxij2+4J9BxnPF4PN5Wr9eDbDZbcV33ZDqdXkskEpGurq5wrVa7qLWePjQwHA6PNRqN+uTk5G9gAnheKBReLy0tjfb29p7o6Oi4u7i4eGhgn+u6cdd1K4Zh3NBaZzfr133fv+P7/kul1FUgBASHAV4DPgC3tdY/W7y3wLSIvFNKXRCRwoFApdSMiLza4zCAEv929nSrsStQRL7sA9tS3ff9YmvxL1UE4IbTTnP+AAAAAElFTkSuQmCC",
402
- contentType: "image/png",
403
- width: 15,
404
- height: 14,
405
- angle: 0,
406
- xoffset: 0,
407
- yoffset: 0,
408
- },
409
- value: "other",
410
- label: "other",
411
- description: "",
412
- },
413
- ],
414
- fieldDelimiter: ",",
415
- },
416
- transparency: 0,
417
- labelingInfo: null,
418
- },
419
- };
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.NewYorkDataset = void 0;
8
+ /* eslint-disable @typescript-eslint/naming-convention */
9
+ class NewYorkDataset {
10
+ }
11
+ exports.NewYorkDataset = NewYorkDataset;
12
+ NewYorkDataset.serviceCapabilities = {
13
+ currentVersion: 10.81,
14
+ serviceItemId: "af1ebcf87a9741458b08360b5802a003",
15
+ hasChangeTrackingEnabledViews: true,
16
+ serviceDescription: "Summary text",
17
+ hasVersionedData: false,
18
+ supportsDisconnectedEditing: false,
19
+ hasStaticData: false,
20
+ hasSharedDomains: false,
21
+ maxRecordCount: 1000,
22
+ supportedQueryFormats: "JSON",
23
+ supportsVCSProjection: false,
24
+ supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",
25
+ capabilities: "Query,ChangeTracking",
26
+ description: "My Description",
27
+ copyrightText: "",
28
+ spatialReference: {
29
+ wkid: 102100,
30
+ latestWkid: 3857,
31
+ },
32
+ initialExtent: {
33
+ xmin: -8253177.9212990291,
34
+ ymin: 4956654.8286338719,
35
+ xmax: -8218318.9974145154,
36
+ ymax: 4971008.5031745536,
37
+ spatialReference: {
38
+ wkid: 102100,
39
+ latestWkid: 3857,
40
+ },
41
+ },
42
+ fullExtent: {
43
+ xmin: -8270363.8159049358,
44
+ ymin: 4935557.2945022825,
45
+ xmax: -8204174.9423192516,
46
+ ymax: 5000899.6957413526,
47
+ spatialReference: {
48
+ wkid: 102100,
49
+ latestWkid: 3857,
50
+ },
51
+ },
52
+ allowGeometryUpdates: true,
53
+ units: "esriMeters",
54
+ supportsAppend: true,
55
+ supportsSharedDomains: true,
56
+ supportsWebHooks: true,
57
+ supportsTemporalLayers: true,
58
+ layerOverridesEnabled: true,
59
+ size: 132923392,
60
+ syncEnabled: false,
61
+ extractChangesCapabilities: {
62
+ supportsReturnIdsOnly: true,
63
+ supportsReturnExtentOnly: true,
64
+ supportsReturnAttachments: true,
65
+ supportsLayerQueries: true,
66
+ supportsGeometry: true,
67
+ supportsFeatureReturn: true,
68
+ supportsReturnHasGeometryUpdates: false,
69
+ supportsReturnDeletedFeatures: true,
70
+ supportsServerGens: true,
71
+ },
72
+ supportsApplyEditsWithGlobalIds: true,
73
+ supportsReturnDeleteResults: true,
74
+ supportsLayerOverrides: true,
75
+ supportsTilesAndBasicQueriesMode: true,
76
+ supportsQueryContingentValues: true,
77
+ supportedContingentValuesFormats: "JSON, PBF",
78
+ supportsContingentValuesJson: 2,
79
+ advancedEditingCapabilities: {
80
+ supportsSplit: false,
81
+ supportsReturnServiceEditsInSourceSR: false,
82
+ supportsAsyncApplyEdits: true,
83
+ supportsReturnEditResults: true,
84
+ },
85
+ editorTrackingInfo: {
86
+ enableEditorTracking: false,
87
+ enableOwnershipAccessControl: false,
88
+ allowOthersToQuery: true,
89
+ allowOthersToUpdate: true,
90
+ allowOthersToDelete: false,
91
+ allowAnonymousToQuery: true,
92
+ allowAnonymousToUpdate: true,
93
+ allowAnonymousToDelete: true,
94
+ },
95
+ changeTrackingInfo: {
96
+ lastSyncDate: 1637077884618,
97
+ layerServerGens: [
98
+ {
99
+ id: 0,
100
+ minServerGen: 498989,
101
+ serverGen: 689984,
102
+ },
103
+ {
104
+ id: 1,
105
+ minServerGen: 498989,
106
+ serverGen: 689984,
107
+ },
108
+ {
109
+ id: 2,
110
+ minServerGen: 498989,
111
+ serverGen: 689984,
112
+ },
113
+ {
114
+ id: 3,
115
+ minServerGen: 498989,
116
+ serverGen: 689984,
117
+ },
118
+ {
119
+ id: 4,
120
+ minServerGen: 498989,
121
+ serverGen: 689984,
122
+ },
123
+ {
124
+ id: 5,
125
+ minServerGen: 498989,
126
+ serverGen: 689984,
127
+ },
128
+ {
129
+ id: 6,
130
+ minServerGen: 498989,
131
+ serverGen: 689984,
132
+ },
133
+ {
134
+ id: 7,
135
+ minServerGen: 498989,
136
+ serverGen: 689984,
137
+ },
138
+ {
139
+ id: 8,
140
+ minServerGen: 498989,
141
+ serverGen: 689984,
142
+ },
143
+ {
144
+ id: 9,
145
+ minServerGen: 498989,
146
+ serverGen: 689984,
147
+ },
148
+ ],
149
+ },
150
+ xssPreventionInfo: {
151
+ xssPreventionEnabled: true,
152
+ xssPreventionRule: "InputOnly",
153
+ xssInputRule: "rejectInvalid",
154
+ },
155
+ layers: [
156
+ {
157
+ id: 0,
158
+ name: "Street",
159
+ parentLayerId: -1,
160
+ defaultVisibility: true,
161
+ subLayerIds: null,
162
+ minScale: 150000,
163
+ maxScale: 0,
164
+ geometryType: "esriGeometryPolyline",
165
+ },
166
+ {
167
+ id: 1,
168
+ name: "Highway",
169
+ parentLayerId: -1,
170
+ defaultVisibility: true,
171
+ subLayerIds: null,
172
+ minScale: 150000,
173
+ maxScale: 0,
174
+ geometryType: "esriGeometryPolyline",
175
+ },
176
+ {
177
+ id: 2,
178
+ name: "Block",
179
+ parentLayerId: -1,
180
+ defaultVisibility: true,
181
+ subLayerIds: null,
182
+ minScale: 150000,
183
+ maxScale: 0,
184
+ geometryType: "esriGeometryPolyline",
185
+ },
186
+ {
187
+ id: 3,
188
+ name: "Shoreline",
189
+ parentLayerId: -1,
190
+ defaultVisibility: true,
191
+ subLayerIds: null,
192
+ minScale: 0,
193
+ maxScale: 0,
194
+ geometryType: "esriGeometryPolyline",
195
+ },
196
+ {
197
+ id: 4,
198
+ name: "nyco",
199
+ parentLayerId: -1,
200
+ defaultVisibility: true,
201
+ subLayerIds: null,
202
+ minScale: 0,
203
+ maxScale: 0,
204
+ geometryType: "esriGeometryPolygon",
205
+ },
206
+ {
207
+ id: 5,
208
+ name: "nylh",
209
+ parentLayerId: -1,
210
+ defaultVisibility: true,
211
+ subLayerIds: null,
212
+ minScale: 0,
213
+ maxScale: 0,
214
+ geometryType: "esriGeometryPolygon",
215
+ },
216
+ {
217
+ id: 6,
218
+ name: "nysp",
219
+ parentLayerId: -1,
220
+ defaultVisibility: true,
221
+ subLayerIds: null,
222
+ minScale: 0,
223
+ maxScale: 0,
224
+ geometryType: "esriGeometryPolygon",
225
+ },
226
+ {
227
+ id: 7,
228
+ name: "nysp_sd",
229
+ parentLayerId: -1,
230
+ defaultVisibility: true,
231
+ subLayerIds: null,
232
+ minScale: 0,
233
+ maxScale: 0,
234
+ geometryType: "esriGeometryPolygon",
235
+ },
236
+ {
237
+ id: 8,
238
+ name: "nyzd",
239
+ parentLayerId: -1,
240
+ defaultVisibility: false,
241
+ subLayerIds: null,
242
+ minScale: 0,
243
+ maxScale: 0,
244
+ geometryType: "esriGeometryPolygon",
245
+ },
246
+ {
247
+ id: 9,
248
+ name: "nyzma",
249
+ parentLayerId: -1,
250
+ defaultVisibility: true,
251
+ subLayerIds: null,
252
+ minScale: 0,
253
+ maxScale: 0,
254
+ geometryType: "esriGeometryPolygon",
255
+ },
256
+ ],
257
+ tables: [],
258
+ };
259
+ NewYorkDataset.streetsLayerCapabilities = {
260
+ currentVersion: 10.81, id: 0, name: "Street", type: "Feature Layer", serviceItemId: "af1ebcf87a9741458b08360b5802a003", cacheMaxAge: 30, displayField: "borough", description: "", copyrightText: "", defaultVisibility: true, serverGens: { minServerGen: 498989, serverGen: 689763 },
261
+ editingInfo: { lastEditDate: 1637077888141 },
262
+ relationships: [], isDataVersioned: false, hasContingentValuesDefinition: false, supportsAppend: true, supportsCalculate: true, supportsASyncCalculate: true, supportsTruncate: true, supportsAttachmentsByUploadId: true, supportsAttachmentsResizing: true, supportsRollbackOnFailureParameter: true, supportsStatistics: true, supportsExceedsLimitStatistics: true, supportsAdvancedQueries: true, supportsValidateSql: true, supportsCoordinatesQuantization: true, supportsLayerOverrides: true, supportsTilesAndBasicQueriesMode: true, supportsFieldDescriptionProperty: true, supportsQuantizationEditMode: true, supportsApplyEditsWithGlobalIds: true, supportsMultiScaleGeometry: true, supportsReturningQueryGeometry: true, hasGeometryProperties: true, geometryProperties: { shapeLengthFieldName: "Shape__Length", units: "esriMeters" },
263
+ advancedQueryCapabilities: { supportsPagination: true, supportsQueryAttachmentsCountOnly: true, supportsPaginationOnAggregatedQueries: true, supportsQueryRelatedPagination: true, supportsQueryWithDistance: true, supportsReturningQueryExtent: true, supportsStatistics: true, supportsOrderBy: true, supportsDistinct: true, supportsQueryWithResultType: true, supportsSqlExpression: true, supportsAdvancedQueryRelated: true, supportsCountDistinct: true, supportsPercentileStatistics: true, supportsSpatialAggregationStatistics: true, supportedSpatialAggregationStatistics: ["EnvelopeAggregate", "CentroidAggregate", "ConvexHullAggregate"], supportsLod: true, supportsQueryWithLodSR: false, supportedLodTypes: ["geohash"], supportsReturningGeometryCentroid: false, supportsReturningGeometryProperties: true, supportsQueryWithDatumTransformation: true, supportsHavingClause: true, supportsOutFieldSQLExpression: true, supportsMaxRecordCountFactor: true, supportsTopFeaturesQuery: true, supportsDisjointSpatialRel: true, supportsQueryWithCacheHint: true, supportedOperationsWithCacheHint: ["query", "queryTopFilter", "queryAnalytics", "queryAttachments", "queryRelated"], supportsQueryAnalytic: true, supportsDefaultSR: true, supportsFullTextSearch: true },
264
+ advancedQueryAnalyticCapabilities: { supportsLinearRegression: true, supportsAsync: true, supportsPercentileAnalytic: true },
265
+ advancedEditingCapabilities: { supportedSqlFormatsInCalculate: ["standard"], supportsAsyncApplyEdits: true, supportsReturnEditResults: true },
266
+ infoInEstimates: ["extent", "count"], useStandardizedQueries: true, geometryType: "esriGeometryPolyline", minScale: 150000, maxScale: 0, extent: { xmin: -8266144.7918439023, ymin: 4938569.7715200111, xmax: -8204248.7873679493, ymax: 4999630.6406602357, spatialReference: { wkid: 102100, latestWkid: 3857 } },
267
+ drawingInfo: { renderer: { type: "simple", symbol: { type: "esriSLS", style: "esriSLSSolid", color: [153, 0, 5, 255], width: 1 },
268
+ label: "", description: "" },
269
+ transparency: 0, labelingInfo: null },
270
+ allowGeometryUpdates: true,
271
+ hasAttachments: false,
272
+ htmlPopupType: "esriServerHTMLPopupTypeAsHTMLText",
273
+ hasM: false, hasZ: false, objectIdField: "OBJECTID",
274
+ uniqueIdField: { name: "OBJECTID",
275
+ isSystemMaintained: true },
276
+ globalIdField: "GlobalID",
277
+ typeIdField: "",
278
+ fields: [{ name: "borough", type: "esriFieldTypeString", alias: "borough", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
279
+ { name: "build_stat", type: "esriFieldTypeString", alias: "build_stat", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
280
+ { name: "cco_st", type: "esriFieldTypeString", alias: "cco_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
281
+ { name: "date_edit_", type: "esriFieldTypeDate", alias: "date_edit_", sqlType: "sqlTypeOther", length: 8, nullable: true, editable: true, domain: null, defaultValue: null },
282
+ { name: "time_edit_", type: "esriFieldTypeString", alias: "time_edit_", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
283
+ { name: "feat_statu", type: "esriFieldTypeString", alias: "feat_statu", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
284
+ { name: "feat_type", type: "esriFieldTypeString", alias: "feat_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
285
+ { name: "honorary_n", type: "esriFieldTypeString", alias: "honorary_n", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
286
+ { name: "marg_wharf", type: "esriFieldTypeString", alias: "marg_wharf", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
287
+ { name: "old_st_nm", type: "esriFieldTypeString", alias: "old_st_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
288
+ { name: "paper_st", type: "esriFieldTypeString", alias: "paper_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
289
+ { name: "record_st", type: "esriFieldTypeString", alias: "record_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
290
+ { name: "roadway_ty", type: "esriFieldTypeString", alias: "roadway_ty", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
291
+ { name: "route_type", type: "esriFieldTypeString", alias: "route_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
292
+ { name: "stair_st", type: "esriFieldTypeString", alias: "stair_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
293
+ { name: "street_nm", type: "esriFieldTypeString", alias: "street_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
294
+ { name: "streetwidt", type: "esriFieldTypeString", alias: "streetwidt", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
295
+ { name: "OBJECTID", type: "esriFieldTypeOID", alias: "OBJECTID", sqlType: "sqlTypeOther", nullable: false, editable: false, domain: null, defaultValue: null },
296
+ { name: "Shape__Length", type: "esriFieldTypeDouble", alias: "Shape__Length", sqlType: "sqlTypeDouble", nullable: true, editable: false, domain: null, defaultValue: null },
297
+ { name: "GlobalID", type: "esriFieldTypeGlobalID", alias: "GlobalID", sqlType: "sqlTypeOther", length: 38, nullable: false, editable: false, domain: null, defaultValue: "NEWID() WITH VALUES" }], indexes: [{ name: "PK__NEWYORK3__F4B70D858AB09618", fields: "OBJECTID", isAscending: true, isUnique: true, description: "" },
298
+ { name: "user_70600.NEWYORK3857_STREET_Shape_sidx", fields: "Shape", isAscending: true, isUnique: false, description: "" },
299
+ { name: "Shape__Length_Index", fields: "Shape__Length", isAscending: true, isUnique: false, description: "" },
300
+ { name: "GlobalID_Index", fields: "GlobalID", isAscending: false, isUnique: true, description: "" }], dateFieldsTimeReference: { timeZone: "UTC", respectsDaylightSaving: false },
301
+ preferredTimeReference: null, types: [], templates: [{ name: "Street", description: "", drawingTool: "esriFeatureEditToolLine", prototype: { attributes: { streetwidt: null, borough: null, build_stat: null, cco_st: null, date_edit_: null, time_edit_: null, feat_statu: null, feat_type: null, honorary_n: null, marg_wharf: null, old_st_nm: null, paper_st: null, record_st: null, roadway_ty: null, route_type: null, stair_st: null, street_nm: null } } }], supportedQueryFormats: "JSON, geoJSON, PBF", supportedAppendFormats: "sqlite,geoPackage,shapefile,filegdb,featureCollection,geojson,csv,excel", supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel", supportedSpatialRelationships: ["esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelDisjoint", "esriSpatialRelRelation"], supportedContingentValuesFormats: "JSON, PBF", supportedSyncDataOptions: 4, hasStaticData: false, maxRecordCount: 1000, standardMaxRecordCount: 4000, standardMaxRecordCountNoGeometry: 32000, tileMaxRecordCount: 4000, maxRecordCountFactor: 1, capabilities: "Query,ChangeTracking"
302
+ };
303
+ NewYorkDataset.incompleteDrawingInfo = {
304
+ drawingInfo: {
305
+ renderer: {
306
+ type: "uniqueValue",
307
+ field1: "WEAPON",
308
+ field2: null,
309
+ field3: null,
310
+ },
311
+ },
312
+ };
313
+ NewYorkDataset.uniqueValueDrawingInfo = {
314
+ drawingInfo: {
315
+ renderer: {
316
+ type: "uniqueValue",
317
+ field1: "WEAPON",
318
+ field2: null,
319
+ field3: null,
320
+ defaultSymbol: {
321
+ type: "esriPMS",
322
+ url: "964f19a3e2aa1123345490e04eb4a09d",
323
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAT9JREFUOI2t1E8rRGEUx/HvMHViIm5ZXGt/3gFlwdKGhYjyAmxs7IassDHFyguwwkbZYJKNslVWJDZT1C3psRv9NMpmJk/Tvc3MHWf3/PuccxbPyfKPkW1wPmBmQ5L6giB4d849Al+tYjNAHpiQ1AHgnAMoA+dhGG5HUfTQCOsCDoGlhCTdwGIURfPVZPtJWCdwBkwntVF3d6+K78Rh+SYhP7bM7FbSjY8FwHqLEEBGUgEY97E5oCcFBjAGDAMvNWwyJVSLKR8L28QG4a/N7zYx+VipTazkY0VgNSVUAa597MrMniWNpMBOAOdjFUlrwAWQaQFywGZt4f+AIrAB7DYJlc1sQdJrHAZQAN6AA6A/STGzp1wut+ycu/f340bQEXAJrACzwCjQC3wAd8CppGNJP/UPk+bZZ7XKQlJ1cfEL1AZaAcKna+kAAAAASUVORK5CYII=",
324
+ contentType: "image/png",
325
+ width: 15,
326
+ height: 15,
327
+ angle: 0,
328
+ xoffset: 0,
329
+ yoffset: 0,
330
+ },
331
+ defaultLabel: "<all other values>",
332
+ uniqueValueInfos: [
333
+ {
334
+ symbol: {
335
+ type: "esriPMS",
336
+ url: "7c83731ca464c53c3e14f4287baaf154",
337
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAk1JREFUOI2t0z9oE1EcB/BvmrTPLkofFYSQwQweLYSCmpRcIqHFDrqI4JJrwFaFSIkUipMdFLzlMkiIAaGmhC7BwQ6xhIAtZGiuIJQ41KEZxIZD3i2+pT3sq3jn1FpC0z+kv/F9f3zefw/OuTxn6O0F8PvcQELIayHE83MBKaU3CCHPGGMvAVgdg4qipHK5XA+AOwA+dgwyxu6l02lUq9WJSqXSGUgpHdrZ2bk0OTmJ+fn5MQAXAOyeCFJKg1NTU96RkZHrhxtqtdptSZK6+vv7MTo66qRSqfeDg4M/9nPbtv9ms9m1paUlA8DmAcg531ZV9ZWqqkPj4+OO1+t17WfhcBgAkEgkSKlUShiGAQDY2NhwKpWKC8AnAI9at7wJYJgQkl5fX384OztrDwwM9B1erSzLkGUZjuNgZWXFyOfzFMALANl2ZyiEENONRuNzNBpdyGQyZjwev+Lx/G+zLAuqqv6cm5vbBXALwNcjz7ClypzzgKZp30OhECRJOgh0XYeu69uc85s44k0ed8u93d3dxO/3w7ZtbG1tOX6/3xUIBOB2u31o8w3bgoqiTMRisS7LspyZmRmzWCxe1jRtO5lM9vl8vh5CSEQIsXqWFSaEEHvBYPCPYRgLQog3mqa9W15eHotEIhcVRXlaKBRODXoXFxev6rpumqapCCGqAMAYe1Aul5/U6/W3kiTdBeAC4JwGvA+g1Gw2HwP41ZLlGWOrnPMPlNIQ5/zLiSCldI1znmszGQA0hBDDlNJrrcGRIOe8fgy2X3uMsW+tg/8ALm/uzGg889IAAAAASUVORK5CYII=",
338
+ contentType: "image/png",
339
+ width: 15,
340
+ height: 14,
341
+ angle: 0,
342
+ xoffset: 0,
343
+ yoffset: 0,
344
+ },
345
+ value: " ",
346
+ label: " ",
347
+ description: "test",
348
+ },
349
+ {
350
+ symbol: {
351
+ type: "esriPMS",
352
+ url: "92fc1fd63ca93a4167dd03e55a4c54fe",
353
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAepJREFUOI2tk09I1EEUxz9r5kuEwqEgWDzooaVAhEqlLKLIg11C6NK2kP2BIpQgOtWhoL2shwgTgjLCi3jQg4UIFniwFYKwQx30EBVL/PbSu2xLPqP9dXBb9KfrJrtfGIaZ953PzJs3U02FVb0Fby3wq2JAEXlgZrcrAnTOHVLRPjzuAdmygRrVXgapAbqAsbKBeJylH5ihh6kygc65Fv2pu7gEPKcT2AEslQQ651r1hoblpBxcbdC3epoIVewGTuHTyzM5IF8Khhx/GGDOXlkKWCgAVTVDnPsWtxYu4BMmVFh0JN/HECaIWcpWxh/xmSIEvAQuB1NeANpFpN/e20XukmM/9WvyOZpvPvCGFEM44A4wsC7lvMzMbrLINMcY5hFpzrN3jSsLxPkuT2Wpjrrjin7Y8A4DmkRpJsFn2oDIqkgSSJIxtcOGrXuTm1W5lu0ITUAO+IpPEyGagW00UOQbFgdG6eEEVWTxuUWaEfaQIMM16mmgRkQ6zGx2KyeMYSzTym9JybCZPSTBE17TSQc7LWrXecF/A8OM00iStKQlamYzAHicY5KrzPOYCGeAECs1LwnsBib4xhXDfgRiQ3jMoow659pU9V1JoHNuTlUHi2wGsIjRLk72BQMbAlV1fhPYPy17nvcpOPkXnK+o4mU668EAAAAASUVORK5CYII=",
354
+ contentType: "image/png",
355
+ width: 15,
356
+ height: 14,
357
+ angle: 0,
358
+ xoffset: 0,
359
+ yoffset: 0,
360
+ },
361
+ value: "blunt_instrument",
362
+ label: "blunt_instrument",
363
+ description: "",
364
+ },
365
+ {
366
+ symbol: {
367
+ type: "esriPMS",
368
+ url: "70a0856a4503c38b2efa55447af89dc6",
369
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAhtJREFUOI2tk0tIlFEYhp8xm5MImYcsLxgk1aBgQxcdyiSKXNQmggiaBrILFGEE0aoWBbnRRYQJQRklQbSohYUIXZCyEYSwKAmFibTB/tn0QdmQn6Z/C81yvE3oC4cD3+U55z2XVBZYqf9Rmwb8XDCgMeayqp5bEKC1dpOIOQ3ORSA+b6DkBKuQei+wG3gwbyDi7CVQC59bK3Fa5ge01vqFHxn4j8DbWxXAEmBwTqC1tkTWnsozuTs2Ttrcl1e7WOZLIW055O90WVF106ws+jRR8Gt0hHd17dr3OAp0TwBFZICO6ktKtZ81h1xMnmeiqWjL2LwhZPjQFNJv0fGm9y5Oiwd4BBxNtNwNBIwxtRp9fZgDF0axhZmT/ORuHRu40PssSlODBc4DdVMsj0tV9Qz0POHutkYqrsYoPJiN55+y4Ti8qO43kRuD6ZZyEd5Me4YJagYp5mXNR7JLwfr+ZvrD4IQHVGWz6tQ3Odstp8FiQ0YBuKPwvdclo8BDVjGwKJ8ZvuHMwJxgJb7tKQzHXZ6fjRG5l0V5zQDrT2Ri870mbspUtS15oJcQIzrEnZJhQ7RR0Su01Vwn8rSCVWVLleBJIreTBubR93A1sXDMEAuqautY2NmP03wc6bxGum8P4AHcZID7gCa075jC14RcA+q0oXLfWlsqIh1zAq217SJSP8NiAD2gAWPsusTEtEAR6ZwF9kdDjuN0JQZ/A6rmxvoAREK5AAAAAElFTkSuQmCC",
370
+ contentType: "image/png",
371
+ width: 15,
372
+ height: 14,
373
+ angle: 0,
374
+ xoffset: 0,
375
+ yoffset: 0,
376
+ },
377
+ value: "gun",
378
+ label: "gun",
379
+ description: "",
380
+ },
381
+ {
382
+ symbol: {
383
+ type: "esriPMS",
384
+ url: "e109df94cd78c13a6d1bc5c2eda6a9a7",
385
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAeRJREFUOI2tkztoVEEUhr88yDEsGHZAERaDorEQJOL6CAQ7g8QmXEwhEsyiFhaKjVUguGAnqOADBV/Exi0CQUELLQyuBA1Rm4CxEJEY7m08zaKbk2CuxWblcpPNg92/GZj/55tzZs40UmM1riPbDBRrBhSRK2Z2qSZA51wa1QsGl4HfVQN7VM8/hiagGxiuGhhAzyCQh8xotUDnXHtRteUE8BS6gA3A7KpA59yBftVUh8i+aGBC9cgOqE8CnRBm4H6byPeyH8LfhzD22mwamPoPVNXCDchi1n4cws1QV/bSi2svyEvomzED4AuEo6Xcc+B0vOUp4JCIXJ0w638CC22QjFabjsDfwvQjcMAAcHNJy4syM7v4A155MJSFwIMtDZFAEbgGMzmR2UQicdhUPy97hzG9UNhzB77tBXZGjHHgIxTUbD9mS2ZypVduBmQbsAD8hLAV6nYDDbCVCt+wItCDTAfU/4EwC8EIbBqAwilIpqBJRDrNLL+eCvvmYe4ozAciQ2Z2/R7cfQddadjomZ3LwZqBqRHY/h4CFTlpZm8AfOj14ewk3GqFY5RGJlwL0BN45sMZzH7FvAc+5H3IOecOquqHVYHOuTFVvV3hMICvlGZ2V9xYFqiqn1aAlTXn+/5kfPMfWXyn81sSLa0AAAAASUVORK5CYII=",
386
+ contentType: "image/png",
387
+ width: 15,
388
+ height: 14,
389
+ angle: 0,
390
+ xoffset: 0,
391
+ yoffset: 0,
392
+ },
393
+ value: "knife",
394
+ label: "knife",
395
+ description: "",
396
+ },
397
+ {
398
+ symbol: {
399
+ type: "esriPMS",
400
+ url: "56cdb91cb6c2a0327abe9787dcef4868",
401
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAjBJREFUOI2tkz9oU1EUxn8pbd7rUF9zie17KVJSinSIKRg1g7gUO+gSBCcpWNTBQXFxclFwc3BQwUGXTpXiouDikqFJIYtCSaEpFfNafC8QPJSWYG9sfA62JaR/pf3G83387jn3ntvOMav9P7KdwK9jAxqG8VRr/fBYgEqplIjcBx4DtSMDHce5JyJh4Arw/shAEcmkUik8zxv3ff9oQKXUsNbaSiQSFIvFUcAE1g8EKqXOO47TNzAwcLY54HneZcuy2kzTxLbtwLbtNz09Pd+bIo3Z2dkZ13WXgfltoIisiciTubm54f7+/sA0zdCWNzQ0BEAymTQWFhbGVlZWAKhWq4GIhICPwK3WkeeBtGEYzyqVys1MJvMnEolEmruNxWLEYjEAyuXycqlUUsAj4MWOkTeltdYPgM9TU1MTIyMjlcHBQTsU2m6WjY0Ncrncj3K5vK6UuiQiX3e9wxZ9As7k8/lv0WiU5kY9z6Nara5prc9prXfs5H6v3AkY3d3dBEHA6upqYFlWKBqNApxij2+4J9BxnPF4PN5Wr9eDbDZbcV33ZDqdXkskEpGurq5wrVa7qLWePjQwHA6PNRqN+uTk5G9gAnheKBReLy0tjfb29p7o6Oi4u7i4eGhgn+u6cdd1K4Zh3NBaZzfr133fv+P7/kul1FUgBASHAV4DPgC3tdY/W7y3wLSIvFNKXRCRwoFApdSMiLza4zCAEv929nSrsStQRL7sA9tS3ff9YmvxL1UE4IbTTnP+AAAAAElFTkSuQmCC",
402
+ contentType: "image/png",
403
+ width: 15,
404
+ height: 14,
405
+ angle: 0,
406
+ xoffset: 0,
407
+ yoffset: 0,
408
+ },
409
+ value: "other",
410
+ label: "other",
411
+ description: "",
412
+ },
413
+ ],
414
+ fieldDelimiter: ",",
415
+ },
416
+ transparency: 0,
417
+ labelingInfo: null,
418
+ },
419
+ };
420
420
  //# sourceMappingURL=NewYorkDataset.js.map