geokernel-electron 1.0.2
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/LICENSE +6 -0
- package/README.md +52 -0
- package/assets/images/FullExtent.svg +29 -0
- package/assets/images/GeoKernelAppIcon.ico +0 -0
- package/assets/images/Pan.svg +6 -0
- package/assets/images/RectangularZoom.svg +82 -0
- package/assets/images/ZoomIn.svg +10 -0
- package/assets/images/ZoomOut.svg +10 -0
- package/bin/GeoKernel.Core.dll +0 -0
- package/bin/GeoKernel.Formats.dll +0 -0
- package/bin/GeoKernel.Viewer.dll +0 -0
- package/bin/Qt6Core.dll +0 -0
- package/bin/Qt6Gui.dll +0 -0
- package/bin/Qt6Network.dll +0 -0
- package/bin/Qt6OpenGL.dll +0 -0
- package/bin/Qt6OpenGLWidgets.dll +0 -0
- package/bin/Qt6Sql.dll +0 -0
- package/bin/Qt6Widgets.dll +0 -0
- package/bin/README_LICENSE_PROFILE.txt +21 -0
- package/bin/gdal-data/GDALLogoBW.svg +138 -0
- package/bin/gdal-data/GDALLogoColor.svg +126 -0
- package/bin/gdal-data/GDALLogoGS.svg +126 -0
- package/bin/gdal-data/LICENSE.TXT +467 -0
- package/bin/gdal-data/cubewerx_extra.wkt +48 -0
- package/bin/gdal-data/ecw_cs.wkt +1453 -0
- package/bin/gdal-data/epsg.wkt +1 -0
- package/bin/gdal-data/esri_StatePlane_extra.wkt +631 -0
- package/bin/gdal-data/gdal_algorithm.schema.json +220 -0
- package/bin/gdal-data/gdalicon.png +0 -0
- package/bin/gdal-data/gdalinfo_output.schema.json +390 -0
- package/bin/gdal-data/gdalmdiminfo_output.schema.json +326 -0
- package/bin/gdal-data/gdalvrt.xsd +927 -0
- package/bin/gdal-data/gfs.xsd +246 -0
- package/bin/gdal-data/gml_registry.xml +117 -0
- package/bin/gdal-data/gml_registry.xsd +66 -0
- package/bin/gdal-data/inspire_cp_BasicPropertyUnit.gfs +57 -0
- package/bin/gdal-data/inspire_cp_CadastralBoundary.gfs +60 -0
- package/bin/gdal-data/inspire_cp_CadastralParcel.gfs +81 -0
- package/bin/gdal-data/inspire_cp_CadastralZoning.gfs +161 -0
- package/bin/gdal-data/jpfgdgml_AdmArea.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_AdmBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_AdmPt.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_BldA.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_BldL.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_Cntr.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_CommBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_CommPt.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_Cstline.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_ElevPt.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_GCP.gfs +94 -0
- package/bin/gdal-data/jpfgdgml_LeveeEdge.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_RailCL.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_RdASL.gfs +44 -0
- package/bin/gdal-data/jpfgdgml_RdArea.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_RdCompt.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_RdEdg.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_RdMgtBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_RdSgmtA.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_RvrMgtBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_SBAPt.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_SBArea.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_SBBdry.gfs +44 -0
- package/bin/gdal-data/jpfgdgml_WA.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_WL.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_WStrA.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_WStrL.gfs +54 -0
- package/bin/gdal-data/leaflet_template.html +102 -0
- package/bin/gdal-data/ogr_fields_override.schema.json +125 -0
- package/bin/gdal-data/ogrinfo_output.schema.json +528 -0
- package/bin/gdal-data/ogrvrt.xsd +528 -0
- package/bin/gdal-data/osmconf.ini +134 -0
- package/bin/gdal-data/ozi_datum.csv +131 -0
- package/bin/gdal-data/ozi_ellips.csv +35 -0
- package/bin/gdal-data/pci_datum.txt +530 -0
- package/bin/gdal-data/pci_ellips.txt +129 -0
- package/bin/gdal-data/ruian_vf_ob_v1.gfs +1455 -0
- package/bin/gdal-data/ruian_vf_st_uvoh_v1.gfs +86 -0
- package/bin/gdal-data/ruian_vf_st_v1.gfs +1489 -0
- package/bin/gdal-data/ruian_vf_v1.gfs +2126 -0
- package/bin/gdal-data/stateplane.csv +259 -0
- package/bin/gdal-data/template_tiles.mapml +28 -0
- package/bin/gdal-data/tms_LINZAntarticaMapTileGrid.json +190 -0
- package/bin/gdal-data/tms_MapML_APSTILE.json +268 -0
- package/bin/gdal-data/tms_MapML_CBMTILE.json +346 -0
- package/bin/gdal-data/tms_NZTM2000.json +243 -0
- package/bin/gdal.dll +0 -0
- package/bin/gdalplugins/drivers.ini +279 -0
- package/bin/gdalplugins/gdal_ECW_JP2ECW.dll +0 -0
- package/bin/gdalplugins/gdal_JPEG.dll +0 -0
- package/bin/gdalplugins/gdal_MrSID.dll +0 -0
- package/bin/gdalplugins/gdal_PNG.dll +0 -0
- package/bin/gdalplugins/ogr_Arrow.dll +0 -0
- package/bin/gdalplugins/ogr_LIBKML.dll +0 -0
- package/bin/gdalplugins/ogr_Parquet.dll +0 -0
- package/bin/gdalplugins/ogr_XLS.dll +0 -0
- package/bin/license-profile.json +17 -0
- package/bin/licenses/README.txt +1 -0
- package/bin/proj-data/CH +22 -0
- package/bin/proj-data/GL27 +23 -0
- package/bin/proj-data/ITRF2000 +24 -0
- package/bin/proj-data/ITRF2008 +94 -0
- package/bin/proj-data/ITRF2014 +55 -0
- package/bin/proj-data/ITRF2020 +91 -0
- package/bin/proj-data/copyright +34 -0
- package/bin/proj-data/deformation_model.schema.json +582 -0
- package/bin/proj-data/nad.lst +142 -0
- package/bin/proj-data/nad27 +810 -0
- package/bin/proj-data/nad83 +745 -0
- package/bin/proj-data/other.extra +53 -0
- package/bin/proj-data/proj-config-version.cmake +44 -0
- package/bin/proj-data/proj-config.cmake +79 -0
- package/bin/proj-data/proj-targets-debug.cmake +19 -0
- package/bin/proj-data/proj-targets-release.cmake +19 -0
- package/bin/proj-data/proj-targets.cmake +107 -0
- package/bin/proj-data/proj.db +0 -0
- package/bin/proj-data/proj.ini +59 -0
- package/bin/proj-data/proj4-targets-debug.cmake +19 -0
- package/bin/proj-data/proj4-targets-release.cmake +19 -0
- package/bin/proj-data/proj4-targets.cmake +107 -0
- package/bin/proj-data/projjson.schema.json +1174 -0
- package/bin/proj-data/triangulation.schema.json +214 -0
- package/bin/proj-data/usage +9 -0
- package/bin/proj-data/vcpkg.spdx.json +1103 -0
- package/bin/proj-data/vcpkg_abi_info.txt +29 -0
- package/bin/proj-data/world +214 -0
- package/bin/use-license-profile.ps1 +4 -0
- package/package.json +42 -0
- package/src/index.js +20 -0
- package/src/native-signatures.js +251 -0
- package/src/native-types.js +101 -0
- package/src/native.js +63 -0
- package/src/runtime.js +71 -0
- package/src/styles.js +70 -0
- package/src/types.js +120 -0
- package/src/viewer-helpers.js +124 -0
- package/src/viewer.js +524 -0
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "TileMatrixSetType",
|
|
3
|
+
"identifier": "APSTILE",
|
|
4
|
+
"title": "Alaska Polar Stereographic-based tiled coordinate reference system for the Arctic region.",
|
|
5
|
+
"supportedCRS": "http://www.opengis.net/def/crs/EPSG/0/5936",
|
|
6
|
+
"tileMatrix": [
|
|
7
|
+
{
|
|
8
|
+
"matrixHeight": 1,
|
|
9
|
+
"tileHeight": 256,
|
|
10
|
+
"tileWidth": 256,
|
|
11
|
+
"topLeftCorner": [
|
|
12
|
+
-28567784.109255,
|
|
13
|
+
32567784.109255
|
|
14
|
+
],
|
|
15
|
+
"matrixWidth": 1,
|
|
16
|
+
"identifier": "0",
|
|
17
|
+
"type": "TileMatrixType",
|
|
18
|
+
"scaleDenominator": 852895761.9785715
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"matrixHeight": 2,
|
|
22
|
+
"tileHeight": 256,
|
|
23
|
+
"tileWidth": 256,
|
|
24
|
+
"topLeftCorner": [
|
|
25
|
+
-28567784.109255,
|
|
26
|
+
32567784.109255
|
|
27
|
+
],
|
|
28
|
+
"matrixWidth": 2,
|
|
29
|
+
"identifier": "0",
|
|
30
|
+
"type": "TileMatrixType",
|
|
31
|
+
"scaleDenominator": 426447880.98928577
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"matrixHeight": 4,
|
|
35
|
+
"tileHeight": 256,
|
|
36
|
+
"tileWidth": 256,
|
|
37
|
+
"topLeftCorner": [
|
|
38
|
+
-28567784.109255,
|
|
39
|
+
32567784.109255
|
|
40
|
+
],
|
|
41
|
+
"matrixWidth": 4,
|
|
42
|
+
"identifier": "0",
|
|
43
|
+
"type": "TileMatrixType",
|
|
44
|
+
"scaleDenominator": 213223940.49464288
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"matrixHeight": 8,
|
|
48
|
+
"tileHeight": 256,
|
|
49
|
+
"tileWidth": 256,
|
|
50
|
+
"topLeftCorner": [
|
|
51
|
+
-28567784.109255,
|
|
52
|
+
32567784.109255
|
|
53
|
+
],
|
|
54
|
+
"matrixWidth": 8,
|
|
55
|
+
"identifier": "0",
|
|
56
|
+
"type": "TileMatrixType",
|
|
57
|
+
"scaleDenominator": 106611970.24732144
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"matrixHeight": 16,
|
|
61
|
+
"tileHeight": 256,
|
|
62
|
+
"tileWidth": 256,
|
|
63
|
+
"topLeftCorner": [
|
|
64
|
+
-28567784.109255,
|
|
65
|
+
32567784.109255
|
|
66
|
+
],
|
|
67
|
+
"matrixWidth": 16,
|
|
68
|
+
"identifier": "0",
|
|
69
|
+
"type": "TileMatrixType",
|
|
70
|
+
"scaleDenominator": 53305985.12366072
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"matrixHeight": 32,
|
|
74
|
+
"tileHeight": 256,
|
|
75
|
+
"tileWidth": 256,
|
|
76
|
+
"topLeftCorner": [
|
|
77
|
+
-28567784.109255,
|
|
78
|
+
32567784.109255
|
|
79
|
+
],
|
|
80
|
+
"matrixWidth": 32,
|
|
81
|
+
"identifier": "0",
|
|
82
|
+
"type": "TileMatrixType",
|
|
83
|
+
"scaleDenominator": 26652992.56183036
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"matrixHeight": 64,
|
|
87
|
+
"tileHeight": 256,
|
|
88
|
+
"tileWidth": 256,
|
|
89
|
+
"topLeftCorner": [
|
|
90
|
+
-28567784.109255,
|
|
91
|
+
32567784.109255
|
|
92
|
+
],
|
|
93
|
+
"matrixWidth": 64,
|
|
94
|
+
"identifier": "0",
|
|
95
|
+
"type": "TileMatrixType",
|
|
96
|
+
"scaleDenominator": 13326496.28091518
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"matrixHeight": 128,
|
|
100
|
+
"tileHeight": 256,
|
|
101
|
+
"tileWidth": 256,
|
|
102
|
+
"topLeftCorner": [
|
|
103
|
+
-28567784.109255,
|
|
104
|
+
32567784.109255
|
|
105
|
+
],
|
|
106
|
+
"matrixWidth": 128,
|
|
107
|
+
"identifier": "0",
|
|
108
|
+
"type": "TileMatrixType",
|
|
109
|
+
"scaleDenominator": 6663248.14045759
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"matrixHeight": 256,
|
|
113
|
+
"tileHeight": 256,
|
|
114
|
+
"tileWidth": 256,
|
|
115
|
+
"topLeftCorner": [
|
|
116
|
+
-28567784.109255,
|
|
117
|
+
32567784.109255
|
|
118
|
+
],
|
|
119
|
+
"matrixWidth": 256,
|
|
120
|
+
"identifier": "0",
|
|
121
|
+
"type": "TileMatrixType",
|
|
122
|
+
"scaleDenominator": 3331624.070228795
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"matrixHeight": 512,
|
|
126
|
+
"tileHeight": 256,
|
|
127
|
+
"tileWidth": 256,
|
|
128
|
+
"topLeftCorner": [
|
|
129
|
+
-28567784.109255,
|
|
130
|
+
32567784.109255
|
|
131
|
+
],
|
|
132
|
+
"matrixWidth": 512,
|
|
133
|
+
"identifier": "0",
|
|
134
|
+
"type": "TileMatrixType",
|
|
135
|
+
"scaleDenominator": 1665812.0351143975
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"matrixHeight": 1024,
|
|
139
|
+
"tileHeight": 256,
|
|
140
|
+
"tileWidth": 256,
|
|
141
|
+
"topLeftCorner": [
|
|
142
|
+
-28567784.109255,
|
|
143
|
+
32567784.109255
|
|
144
|
+
],
|
|
145
|
+
"matrixWidth": 1024,
|
|
146
|
+
"identifier": "0",
|
|
147
|
+
"type": "TileMatrixType",
|
|
148
|
+
"scaleDenominator": 832906.0175571988
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"matrixHeight": 2048,
|
|
152
|
+
"tileHeight": 256,
|
|
153
|
+
"tileWidth": 256,
|
|
154
|
+
"topLeftCorner": [
|
|
155
|
+
-28567784.109255,
|
|
156
|
+
32567784.109255
|
|
157
|
+
],
|
|
158
|
+
"matrixWidth": 2048,
|
|
159
|
+
"identifier": "0",
|
|
160
|
+
"type": "TileMatrixType",
|
|
161
|
+
"scaleDenominator": 416453.0087785994
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"matrixHeight": 4096,
|
|
165
|
+
"tileHeight": 256,
|
|
166
|
+
"tileWidth": 256,
|
|
167
|
+
"topLeftCorner": [
|
|
168
|
+
-28567784.109255,
|
|
169
|
+
32567784.109255
|
|
170
|
+
],
|
|
171
|
+
"matrixWidth": 4096,
|
|
172
|
+
"identifier": "0",
|
|
173
|
+
"type": "TileMatrixType",
|
|
174
|
+
"scaleDenominator": 208226.5043892997
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"matrixHeight": 8192,
|
|
178
|
+
"tileHeight": 256,
|
|
179
|
+
"tileWidth": 256,
|
|
180
|
+
"topLeftCorner": [
|
|
181
|
+
-28567784.109255,
|
|
182
|
+
32567784.109255
|
|
183
|
+
],
|
|
184
|
+
"matrixWidth": 8192,
|
|
185
|
+
"identifier": "0",
|
|
186
|
+
"type": "TileMatrixType",
|
|
187
|
+
"scaleDenominator": 104113.25219464985
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"matrixHeight": 16384,
|
|
191
|
+
"tileHeight": 256,
|
|
192
|
+
"tileWidth": 256,
|
|
193
|
+
"topLeftCorner": [
|
|
194
|
+
-28567784.109255,
|
|
195
|
+
32567784.109255
|
|
196
|
+
],
|
|
197
|
+
"matrixWidth": 16384,
|
|
198
|
+
"identifier": "0",
|
|
199
|
+
"type": "TileMatrixType",
|
|
200
|
+
"scaleDenominator": 52056.62609732492
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"matrixHeight": 32768,
|
|
204
|
+
"tileHeight": 256,
|
|
205
|
+
"tileWidth": 256,
|
|
206
|
+
"topLeftCorner": [
|
|
207
|
+
-28567784.109255,
|
|
208
|
+
32567784.109255
|
|
209
|
+
],
|
|
210
|
+
"matrixWidth": 32768,
|
|
211
|
+
"identifier": "0",
|
|
212
|
+
"type": "TileMatrixType",
|
|
213
|
+
"scaleDenominator": 26028.31304866246
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"matrixHeight": 65536,
|
|
217
|
+
"tileHeight": 256,
|
|
218
|
+
"tileWidth": 256,
|
|
219
|
+
"topLeftCorner": [
|
|
220
|
+
-28567784.109255,
|
|
221
|
+
32567784.109255
|
|
222
|
+
],
|
|
223
|
+
"matrixWidth": 65536,
|
|
224
|
+
"identifier": "0",
|
|
225
|
+
"type": "TileMatrixType",
|
|
226
|
+
"scaleDenominator": 13014.15652433123
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"matrixHeight": 131072,
|
|
230
|
+
"tileHeight": 256,
|
|
231
|
+
"tileWidth": 256,
|
|
232
|
+
"topLeftCorner": [
|
|
233
|
+
-28567784.109255,
|
|
234
|
+
32567784.109255
|
|
235
|
+
],
|
|
236
|
+
"matrixWidth": 131072,
|
|
237
|
+
"identifier": "0",
|
|
238
|
+
"type": "TileMatrixType",
|
|
239
|
+
"scaleDenominator": 6507.078262165615
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"matrixHeight": 262144,
|
|
243
|
+
"tileHeight": 256,
|
|
244
|
+
"tileWidth": 256,
|
|
245
|
+
"topLeftCorner": [
|
|
246
|
+
-28567784.109255,
|
|
247
|
+
32567784.109255
|
|
248
|
+
],
|
|
249
|
+
"matrixWidth": 262144,
|
|
250
|
+
"identifier": "0",
|
|
251
|
+
"type": "TileMatrixType",
|
|
252
|
+
"scaleDenominator": 3253.5391310828077
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"matrixHeight": 524288,
|
|
256
|
+
"tileHeight": 256,
|
|
257
|
+
"tileWidth": 256,
|
|
258
|
+
"topLeftCorner": [
|
|
259
|
+
-28567784.109255,
|
|
260
|
+
32567784.109255
|
|
261
|
+
],
|
|
262
|
+
"matrixWidth": 524288,
|
|
263
|
+
"identifier": "0",
|
|
264
|
+
"type": "TileMatrixType",
|
|
265
|
+
"scaleDenominator": 1626.7695655414038
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
}
|
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "TileMatrixSetType",
|
|
3
|
+
"identifier": "CBMTILE",
|
|
4
|
+
"title": "Lambert Conformal Conic-based tiled coordinate reference system for Canada.",
|
|
5
|
+
"supportedCRS": "http://www.opengis.net/def/crs/EPSG/0/3978",
|
|
6
|
+
"tileMatrix": [
|
|
7
|
+
{
|
|
8
|
+
"matrixHeight": 5,
|
|
9
|
+
"tileHeight": 256,
|
|
10
|
+
"tileWidth": 256,
|
|
11
|
+
"topLeftCorner": [
|
|
12
|
+
-34655800,
|
|
13
|
+
39310000
|
|
14
|
+
],
|
|
15
|
+
"matrixWidth": 5,
|
|
16
|
+
"identifier": "0",
|
|
17
|
+
"type": "TileMatrixType",
|
|
18
|
+
"scaleDenominator": 137016643.08090523
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"matrixHeight": 9,
|
|
22
|
+
"tileHeight": 256,
|
|
23
|
+
"tileWidth": 256,
|
|
24
|
+
"topLeftCorner": [
|
|
25
|
+
-34655800,
|
|
26
|
+
39310000
|
|
27
|
+
],
|
|
28
|
+
"matrixWidth": 9,
|
|
29
|
+
"identifier": "1",
|
|
30
|
+
"type": "TileMatrixType",
|
|
31
|
+
"scaleDenominator": 80320101.1163927317
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"matrixHeight": 15,
|
|
35
|
+
"tileHeight": 256,
|
|
36
|
+
"tileWidth": 256,
|
|
37
|
+
"topLeftCorner": [
|
|
38
|
+
-34655800,
|
|
39
|
+
39310000
|
|
40
|
+
],
|
|
41
|
+
"matrixWidth": 15,
|
|
42
|
+
"identifier": "2",
|
|
43
|
+
"type": "TileMatrixType",
|
|
44
|
+
"scaleDenominator": 47247118.3037604243
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"matrixHeight": 25,
|
|
48
|
+
"tileHeight": 256,
|
|
49
|
+
"tileWidth": 256,
|
|
50
|
+
"topLeftCorner": [
|
|
51
|
+
-34655800,
|
|
52
|
+
39310000
|
|
53
|
+
],
|
|
54
|
+
"matrixWidth": 25,
|
|
55
|
+
"identifier": "3",
|
|
56
|
+
"type": "TileMatrixType",
|
|
57
|
+
"scaleDenominator": 28348270.982256256
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"matrixHeight": 42,
|
|
61
|
+
"tileHeight": 256,
|
|
62
|
+
"tileWidth": 256,
|
|
63
|
+
"topLeftCorner": [
|
|
64
|
+
-34655800,
|
|
65
|
+
39310000
|
|
66
|
+
],
|
|
67
|
+
"matrixWidth": 42,
|
|
68
|
+
"identifier": "4",
|
|
69
|
+
"type": "TileMatrixType",
|
|
70
|
+
"scaleDenominator": 16536491.40631615
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"matrixHeight": 73,
|
|
74
|
+
"tileHeight": 256,
|
|
75
|
+
"tileWidth": 256,
|
|
76
|
+
"topLeftCorner": [
|
|
77
|
+
-34655800,
|
|
78
|
+
39310000
|
|
79
|
+
],
|
|
80
|
+
"matrixWidth": 73,
|
|
81
|
+
"identifier": "5",
|
|
82
|
+
"type": "TileMatrixType",
|
|
83
|
+
"scaleDenominator": 9449423.66075208597
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"matrixHeight": 121,
|
|
87
|
+
"tileHeight": 256,
|
|
88
|
+
"tileWidth": 256,
|
|
89
|
+
"topLeftCorner": [
|
|
90
|
+
-34655800,
|
|
91
|
+
39310000
|
|
92
|
+
],
|
|
93
|
+
"matrixWidth": 121,
|
|
94
|
+
"identifier": "6",
|
|
95
|
+
"type": "TileMatrixType",
|
|
96
|
+
"scaleDenominator": 5669654.1964512514
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"matrixHeight": 208,
|
|
100
|
+
"tileHeight": 256,
|
|
101
|
+
"tileWidth": 256,
|
|
102
|
+
"topLeftCorner": [
|
|
103
|
+
-34655800,
|
|
104
|
+
39310000
|
|
105
|
+
],
|
|
106
|
+
"matrixWidth": 208,
|
|
107
|
+
"identifier": "7",
|
|
108
|
+
"type": "TileMatrixType",
|
|
109
|
+
"scaleDenominator": 3307298.2812632299
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"matrixHeight": 363,
|
|
113
|
+
"tileHeight": 256,
|
|
114
|
+
"tileWidth": 256,
|
|
115
|
+
"topLeftCorner": [
|
|
116
|
+
-34655800,
|
|
117
|
+
39310000
|
|
118
|
+
],
|
|
119
|
+
"matrixWidth": 363,
|
|
120
|
+
"identifier": "8",
|
|
121
|
+
"type": "TileMatrixType",
|
|
122
|
+
"scaleDenominator": 1889884.73215041705
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"matrixHeight": 605,
|
|
126
|
+
"tileHeight": 256,
|
|
127
|
+
"tileWidth": 256,
|
|
128
|
+
"topLeftCorner": [
|
|
129
|
+
-34655800,
|
|
130
|
+
39310000
|
|
131
|
+
],
|
|
132
|
+
"matrixWidth": 605,
|
|
133
|
+
"identifier": "9",
|
|
134
|
+
"type": "TileMatrixType",
|
|
135
|
+
"scaleDenominator": 1133930.83929025033
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"matrixHeight": 1036,
|
|
139
|
+
"tileHeight": 256,
|
|
140
|
+
"tileWidth": 256,
|
|
141
|
+
"topLeftCorner": [
|
|
142
|
+
-34655800,
|
|
143
|
+
39310000
|
|
144
|
+
],
|
|
145
|
+
"matrixWidth": 1036,
|
|
146
|
+
"identifier": "10",
|
|
147
|
+
"type": "TileMatrixType",
|
|
148
|
+
"scaleDenominator": 661459.656252646004
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"matrixHeight": 1727,
|
|
152
|
+
"tileHeight": 256,
|
|
153
|
+
"tileWidth": 256,
|
|
154
|
+
"topLeftCorner": [
|
|
155
|
+
-34655800,
|
|
156
|
+
39310000
|
|
157
|
+
],
|
|
158
|
+
"matrixWidth": 1727,
|
|
159
|
+
"identifier": "11",
|
|
160
|
+
"type": "TileMatrixType",
|
|
161
|
+
"scaleDenominator": 396875.793751587567
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"matrixHeight": 2900,
|
|
165
|
+
"tileHeight": 256,
|
|
166
|
+
"tileWidth": 256,
|
|
167
|
+
"topLeftCorner": [
|
|
168
|
+
-34655800,
|
|
169
|
+
39310000
|
|
170
|
+
],
|
|
171
|
+
"matrixWidth": 2900,
|
|
172
|
+
"identifier": "12",
|
|
173
|
+
"type": "TileMatrixType",
|
|
174
|
+
"scaleDenominator": 236235.591518802132
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"matrixHeight": 5000,
|
|
178
|
+
"tileHeight": 256,
|
|
179
|
+
"tileWidth": 256,
|
|
180
|
+
"topLeftCorner": [
|
|
181
|
+
-34655800,
|
|
182
|
+
39310000
|
|
183
|
+
],
|
|
184
|
+
"matrixWidth": 5000,
|
|
185
|
+
"identifier": "13",
|
|
186
|
+
"type": "TileMatrixType",
|
|
187
|
+
"scaleDenominator": 137016.643080905225
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"matrixHeight": 8530,
|
|
191
|
+
"tileHeight": 256,
|
|
192
|
+
"tileWidth": 256,
|
|
193
|
+
"topLeftCorner": [
|
|
194
|
+
-34655800,
|
|
195
|
+
39310000
|
|
196
|
+
],
|
|
197
|
+
"matrixWidth": 8530,
|
|
198
|
+
"identifier": "14",
|
|
199
|
+
"type": "TileMatrixType",
|
|
200
|
+
"scaleDenominator": 80320.1011163927178
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"matrixHeight": 14501,
|
|
204
|
+
"tileHeight": 256,
|
|
205
|
+
"tileWidth": 256,
|
|
206
|
+
"topLeftCorner": [
|
|
207
|
+
-34655800,
|
|
208
|
+
39310000
|
|
209
|
+
],
|
|
210
|
+
"matrixWidth": 14501,
|
|
211
|
+
"identifier": "15",
|
|
212
|
+
"type": "TileMatrixType",
|
|
213
|
+
"scaleDenominator": 47247.1183037604278
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"matrixHeight": 24167,
|
|
217
|
+
"tileHeight": 256,
|
|
218
|
+
"tileWidth": 256,
|
|
219
|
+
"topLeftCorner": [
|
|
220
|
+
-34655800,
|
|
221
|
+
39310000
|
|
222
|
+
],
|
|
223
|
+
"matrixWidth": 24167,
|
|
224
|
+
"identifier": "16",
|
|
225
|
+
"type": "TileMatrixType",
|
|
226
|
+
"scaleDenominator": 28348.2709822562538
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"matrixHeight": 41429,
|
|
230
|
+
"tileHeight": 256,
|
|
231
|
+
"tileWidth": 256,
|
|
232
|
+
"topLeftCorner": [
|
|
233
|
+
-34655800,
|
|
234
|
+
39310000
|
|
235
|
+
],
|
|
236
|
+
"matrixWidth": 41429,
|
|
237
|
+
"identifier": "17",
|
|
238
|
+
"type": "TileMatrixType",
|
|
239
|
+
"scaleDenominator": 16536.4914063161486
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"matrixHeight": 72500,
|
|
243
|
+
"tileHeight": 256,
|
|
244
|
+
"tileWidth": 256,
|
|
245
|
+
"topLeftCorner": [
|
|
246
|
+
-34655800,
|
|
247
|
+
39310000
|
|
248
|
+
],
|
|
249
|
+
"matrixWidth": 72500,
|
|
250
|
+
"identifier": "18",
|
|
251
|
+
"type": "TileMatrixType",
|
|
252
|
+
"scaleDenominator": 9449.4236607520852
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"matrixHeight": 120834,
|
|
256
|
+
"tileHeight": 256,
|
|
257
|
+
"tileWidth": 256,
|
|
258
|
+
"topLeftCorner": [
|
|
259
|
+
-34655800,
|
|
260
|
+
39310000
|
|
261
|
+
],
|
|
262
|
+
"matrixWidth": 120834,
|
|
263
|
+
"identifier": "19",
|
|
264
|
+
"type": "TileMatrixType",
|
|
265
|
+
"scaleDenominator": 5669.65419645125075
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"matrixHeight": 207143,
|
|
269
|
+
"tileHeight": 256,
|
|
270
|
+
"tileWidth": 256,
|
|
271
|
+
"topLeftCorner": [
|
|
272
|
+
-34655800,
|
|
273
|
+
39310000
|
|
274
|
+
],
|
|
275
|
+
"matrixWidth": 207143,
|
|
276
|
+
"identifier": "20",
|
|
277
|
+
"type": "TileMatrixType",
|
|
278
|
+
"scaleDenominator": 3307.29828126322991
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"matrixHeight": 362501,
|
|
282
|
+
"tileHeight": 256,
|
|
283
|
+
"tileWidth": 256,
|
|
284
|
+
"topLeftCorner": [
|
|
285
|
+
-34655800,
|
|
286
|
+
39310000
|
|
287
|
+
],
|
|
288
|
+
"matrixWidth": 362501,
|
|
289
|
+
"identifier": "21",
|
|
290
|
+
"type": "TileMatrixType",
|
|
291
|
+
"scaleDenominator": 1889.88473215041699
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"matrixHeight": 604167,
|
|
295
|
+
"tileHeight": 256,
|
|
296
|
+
"tileWidth": 256,
|
|
297
|
+
"topLeftCorner": [
|
|
298
|
+
-34655800,
|
|
299
|
+
39310000
|
|
300
|
+
],
|
|
301
|
+
"matrixWidth": 604167,
|
|
302
|
+
"identifier": "22",
|
|
303
|
+
"type": "TileMatrixType",
|
|
304
|
+
"scaleDenominator": 1133.93083929025011
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"matrixHeight": 1035715,
|
|
308
|
+
"tileHeight": 256,
|
|
309
|
+
"tileWidth": 256,
|
|
310
|
+
"topLeftCorner": [
|
|
311
|
+
-34655800,
|
|
312
|
+
39310000
|
|
313
|
+
],
|
|
314
|
+
"matrixWidth": 1035715,
|
|
315
|
+
"identifier": "23",
|
|
316
|
+
"type": "TileMatrixType",
|
|
317
|
+
"scaleDenominator": 661.459656252645914
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"matrixHeight": 1726191,
|
|
321
|
+
"tileHeight": 256,
|
|
322
|
+
"tileWidth": 256,
|
|
323
|
+
"topLeftCorner": [
|
|
324
|
+
-34655800,
|
|
325
|
+
39310000
|
|
326
|
+
],
|
|
327
|
+
"matrixWidth": 1726191,
|
|
328
|
+
"identifier": "24",
|
|
329
|
+
"type": "TileMatrixType",
|
|
330
|
+
"scaleDenominator": 396.875793751587537
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"matrixHeight": 2900001,
|
|
334
|
+
"tileHeight": 256,
|
|
335
|
+
"tileWidth": 256,
|
|
336
|
+
"topLeftCorner": [
|
|
337
|
+
-34655800,
|
|
338
|
+
39310000
|
|
339
|
+
],
|
|
340
|
+
"matrixWidth": 2900001,
|
|
341
|
+
"identifier": "25",
|
|
342
|
+
"type": "TileMatrixType",
|
|
343
|
+
"scaleDenominator": 236.235591518802124
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
}
|