@itwin/map-layers-formats 4.0.0-dev.8 → 4.0.0-dev.80
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/.rush/temp/operation/build/all.log +3 -0
- package/.rush/temp/operation/build/state.json +3 -0
- package/.rush/temp/operation/cover/all.log +98 -0
- package/.rush/temp/operation/cover/state.json +1 -1
- package/.rush/temp/operation/docs/all.log +30 -0
- package/.rush/temp/operation/docs/state.json +1 -1
- package/.rush/temp/{package-deps_build_ci.json → package-deps_build.json} +11 -11
- package/.rush/temp/package-deps_cover.json +10 -10
- package/.rush/temp/package-deps_docs.json +10 -10
- package/.rush/temp/shrinkwrap-deps.json +190 -44
- package/CHANGELOG.json +57 -0
- package/CHANGELOG.md +44 -1
- package/config/rush-project.json +1 -2
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js +14 -14
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js +132 -134
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js +200 -202
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +421 -422
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js +82 -82
- package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
- package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js +33 -33
- package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
- package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js +142 -142
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js +42 -43
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +189 -192
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js +2267 -2270
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
- package/lib/cjs/map-layers-formats.d.ts +8 -8
- package/lib/cjs/map-layers-formats.js +28 -24
- package/lib/cjs/map-layers-formats.js.map +1 -1
- package/lib/cjs/mapLayersFormats.d.ts +10 -10
- package/lib/cjs/mapLayersFormats.js +28 -28
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +34 -34
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js +161 -161
- package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js +167 -167
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +679 -680
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js +103 -103
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +214 -214
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +94 -94
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +59 -59
- package/lib/cjs/test/ArcGisFeature/Mocks.d.ts +6 -6
- package/lib/cjs/test/ArcGisFeature/Mocks.js +18 -18
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js +419 -419
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js +426 -426
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
- package/lib/cjs/test/coverage/.nyc_output/965fc94c-e7e4-4e85-bf72-aecce4f5ac8c.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/4935e330-732e-4dc9-9cc7-6639c02bf614.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/965fc94c-e7e4-4e85-bf72-aecce4f5ac8c.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
- package/lib/cjs/test/coverage/cobertura-coverage.xml +72 -72
- package/lib/cjs/test/coverage/lcov-report/index.html +5 -5
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +10 -10
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +7 -7
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +10 -10
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +4 -4
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +8 -8
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +13 -13
- package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov.info +355 -531
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js +11 -10
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +128 -130
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js +196 -198
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +418 -418
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js +78 -78
- package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
- package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js +29 -29
- package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
- package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js +138 -138
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js +38 -39
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +183 -185
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.js +2264 -2267
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
- package/lib/esm/map-layers-formats.d.ts +8 -8
- package/lib/esm/map-layers-formats.js +12 -12
- package/lib/esm/mapLayersFormats.d.ts +10 -10
- package/lib/esm/mapLayersFormats.js +24 -24
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +32 -32
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js +159 -159
- package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js +165 -165
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +677 -678
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js +101 -101
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +212 -212
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +92 -92
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +57 -57
- package/lib/esm/test/ArcGisFeature/Mocks.d.ts +6 -6
- package/lib/esm/test/ArcGisFeature/Mocks.js +15 -15
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.js +416 -415
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js +423 -422
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/test/junit_results.xml +48 -48
- package/map-layers-formats.build.log +2 -2
- package/package.json +17 -17
- package/src/ArcGisFeature/esriPBuffer.gen.ts +1 -4
- package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +21 -21
- package/src/test/ArcGisFeature/NewYorkDataset.ts +187 -187
- package/src/test/ArcGisFeature/PhillyLandmarksDataset.ts +4 -4
- package/tsconfig.json +1 -2
- package/.rush/temp/operation/build_ci/state.json +0 -3
- package/lib/cjs/test/coverage/.nyc_output/bb9e12be-ea3c-4cee-99d0-c7a34bd2c47a.json +0 -1
- package/lib/cjs/test/coverage/.nyc_output/processinfo/5901bdfe-760d-4ca3-9674-876be7ed11b1.json +0 -1
- package/lib/cjs/test/coverage/.nyc_output/processinfo/bb9e12be-ea3c-4cee-99d0-c7a34bd2c47a.json +0 -1
- /package/lib/cjs/test/coverage/.nyc_output/{5901bdfe-760d-4ca3-9674-876be7ed11b1.json → 4935e330-732e-4dc9-9cc7-6639c02bf614.json} +0 -0
|
@@ -8,90 +8,90 @@
|
|
|
8
8
|
export class NewYorkDataset {
|
|
9
9
|
|
|
10
10
|
public static serviceCapabilities: any =
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
spatialReference : {
|
|
28
|
-
wkid : 102100,
|
|
29
|
-
latestWkid : 3857,
|
|
30
|
-
},
|
|
31
|
-
initialExtent : {
|
|
32
|
-
xmin : -8253177.9212990291,
|
|
33
|
-
ymin : 4956654.8286338719,
|
|
34
|
-
xmax : -8218318.9974145154,
|
|
35
|
-
ymax : 4971008.5031745536,
|
|
11
|
+
{
|
|
12
|
+
currentVersion : 10.81,
|
|
13
|
+
serviceItemId : "af1ebcf87a9741458b08360b5802a003",
|
|
14
|
+
hasChangeTrackingEnabledViews : true,
|
|
15
|
+
serviceDescription : "Summary text",
|
|
16
|
+
hasVersionedData : false,
|
|
17
|
+
supportsDisconnectedEditing : false,
|
|
18
|
+
hasStaticData : false,
|
|
19
|
+
hasSharedDomains : false,
|
|
20
|
+
maxRecordCount : 1000,
|
|
21
|
+
supportedQueryFormats : "JSON",
|
|
22
|
+
supportsVCSProjection : false,
|
|
23
|
+
supportedExportFormats : "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",
|
|
24
|
+
capabilities : "Query,ChangeTracking",
|
|
25
|
+
description : "My Description",
|
|
26
|
+
copyrightText : "",
|
|
36
27
|
spatialReference : {
|
|
37
28
|
wkid : 102100,
|
|
38
29
|
latestWkid : 3857,
|
|
39
30
|
},
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
31
|
+
initialExtent : {
|
|
32
|
+
xmin : -8253177.9212990291,
|
|
33
|
+
ymin : 4956654.8286338719,
|
|
34
|
+
xmax : -8218318.9974145154,
|
|
35
|
+
ymax : 4971008.5031745536,
|
|
36
|
+
spatialReference : {
|
|
37
|
+
wkid : 102100,
|
|
38
|
+
latestWkid : 3857,
|
|
39
|
+
},
|
|
49
40
|
},
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
41
|
+
fullExtent : {
|
|
42
|
+
xmin : -8270363.8159049358,
|
|
43
|
+
ymin : 4935557.2945022825,
|
|
44
|
+
xmax : -8204174.9423192516,
|
|
45
|
+
ymax : 5000899.6957413526,
|
|
46
|
+
spatialReference : {
|
|
47
|
+
wkid : 102100,
|
|
48
|
+
latestWkid : 3857,
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
allowGeometryUpdates : true,
|
|
52
|
+
units : "esriMeters",
|
|
53
|
+
supportsAppend : true,
|
|
54
|
+
supportsSharedDomains : true,
|
|
55
|
+
supportsWebHooks : true,
|
|
56
|
+
supportsTemporalLayers : true,
|
|
57
|
+
layerOverridesEnabled : true,
|
|
58
|
+
size : 132923392,
|
|
59
|
+
syncEnabled : false,
|
|
60
|
+
extractChangesCapabilities : {
|
|
61
|
+
supportsReturnIdsOnly : true,
|
|
62
|
+
supportsReturnExtentOnly : true,
|
|
63
|
+
supportsReturnAttachments : true,
|
|
64
|
+
supportsLayerQueries : true,
|
|
65
|
+
supportsGeometry : true,
|
|
66
|
+
supportsFeatureReturn : true,
|
|
67
|
+
supportsReturnHasGeometryUpdates : false,
|
|
68
|
+
supportsReturnDeletedFeatures : true,
|
|
69
|
+
supportsServerGens : true,
|
|
70
|
+
},
|
|
71
|
+
supportsApplyEditsWithGlobalIds : true,
|
|
72
|
+
supportsReturnDeleteResults : true,
|
|
73
|
+
supportsLayerOverrides : true,
|
|
74
|
+
supportsTilesAndBasicQueriesMode : true,
|
|
75
|
+
supportsQueryContingentValues : true,
|
|
76
|
+
supportedContingentValuesFormats : "JSON, PBF",
|
|
77
|
+
supportsContingentValuesJson : 2,
|
|
78
|
+
advancedEditingCapabilities : {
|
|
79
|
+
supportsSplit : false,
|
|
80
|
+
supportsReturnServiceEditsInSourceSR : false,
|
|
81
|
+
supportsAsyncApplyEdits : true,
|
|
82
|
+
supportsReturnEditResults : true,
|
|
83
|
+
},
|
|
84
|
+
editorTrackingInfo : {
|
|
85
|
+
enableEditorTracking : false,
|
|
86
|
+
enableOwnershipAccessControl : false,
|
|
87
|
+
allowOthersToQuery : true,
|
|
88
|
+
allowOthersToUpdate : true,
|
|
89
|
+
allowOthersToDelete : false,
|
|
90
|
+
allowAnonymousToQuery : true,
|
|
91
|
+
allowAnonymousToUpdate : true,
|
|
92
|
+
allowAnonymousToDelete : true,
|
|
93
|
+
},
|
|
94
|
+
changeTrackingInfo :
|
|
95
95
|
{
|
|
96
96
|
lastSyncDate : 1637077884618,
|
|
97
97
|
layerServerGens : [
|
|
@@ -147,115 +147,115 @@ export class NewYorkDataset {
|
|
|
147
147
|
},
|
|
148
148
|
],
|
|
149
149
|
},
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
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",
|
|
150
|
+
xssPreventionInfo : {
|
|
151
|
+
xssPreventionEnabled : true,
|
|
152
|
+
xssPreventionRule : "InputOnly",
|
|
153
|
+
xssInputRule : "rejectInvalid",
|
|
215
154
|
},
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
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
259
|
|
|
260
260
|
public static streetsLayerCapabilities: any = {
|
|
261
261
|
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},
|
|
@@ -278,9 +278,9 @@ export class PhillyLandmarksDataset {
|
|
|
278
278
|
];
|
|
279
279
|
|
|
280
280
|
public static fieldsCoveragePbufferCollection =
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
281
|
+
{
|
|
282
|
+
version: "",
|
|
283
|
+
queryResult:
|
|
284
284
|
{
|
|
285
285
|
featureResult:
|
|
286
286
|
{
|
|
@@ -445,7 +445,7 @@ export class PhillyLandmarksDataset {
|
|
|
445
445
|
],
|
|
446
446
|
},
|
|
447
447
|
},
|
|
448
|
-
|
|
448
|
+
};
|
|
449
449
|
|
|
450
450
|
public static polygonDrawingInfo = {drawingInfo:{renderer:{type:"simple",symbol:{type:"esriSFS",style:"esriSFSSolid",color:[76,129,205,191],outline:{type:"esriSLS",style:"esriSLSSolid",color:[0,0,0,255],width:0.75}}},transparency:0,labelingInfo:null}};
|
|
451
451
|
public static lineDrawingInfo = {drawingInfo:{renderer:{type:"simple",symbol:{type:"esriSLS",style:"esriSLSSolid",color:[165,83,183,255],width:1}},transparency:0,labelingInfo:null} };
|
package/tsconfig.json
CHANGED