1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
| {
| "type": "TileMatrixSetType",
| "title": "LINZ Antarctic Map Tile Grid (Ross Sea Region)",
| "identifier": "LINZAntarticaMapTilegrid",
| "supportedCRS": "http://www.opengis.net/def/crs/EPSG/0/5482",
| "tileMatrix": [
| {
| "type": "TileMatrixType",
| "identifier": "0",
| "scaleDenominator": 409600000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 1,
| "matrixHeight": 1
| },
| {
| "type": "TileMatrixType",
| "identifier": "1",
| "scaleDenominator": 204800000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 1,
| "matrixHeight": 1
| },
| {
| "type": "TileMatrixType",
| "identifier": "2",
| "scaleDenominator": 102400000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 2,
| "matrixHeight": 2
| },
| {
| "type": "TileMatrixType",
| "identifier": "3",
| "scaleDenominator": 51200000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 4,
| "matrixHeight": 4
| },
| {
| "type": "TileMatrixType",
| "identifier": "4",
| "scaleDenominator": 25600000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 7,
| "matrixHeight": 7
| },
| {
| "type": "TileMatrixType",
| "identifier": "5",
| "scaleDenominator": 12800000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 13,
| "matrixHeight": 13
| },
| {
| "type": "TileMatrixType",
| "identifier": "6",
| "scaleDenominator": 6400000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 26,
| "matrixHeight": 26
| },
| {
| "type": "TileMatrixType",
| "identifier": "7",
| "scaleDenominator": 3200000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 52,
| "matrixHeight": 52
| },
| {
| "type": "TileMatrixType",
| "identifier": "8",
| "scaleDenominator": 1600000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 104,
| "matrixHeight": 104
| },
| {
| "type": "TileMatrixType",
| "identifier": "9",
| "scaleDenominator": 800000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 207,
| "matrixHeight": 207
| },
| {
| "type": "TileMatrixType",
| "identifier": "10",
| "scaleDenominator": 400000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 413,
| "matrixHeight": 413
| },
| {
| "type": "TileMatrixType",
| "identifier": "11",
| "scaleDenominator": 200000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 826,
| "matrixHeight": 826
| },
| {
| "type": "TileMatrixType",
| "identifier": "12",
| "scaleDenominator": 100000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 1652,
| "matrixHeight": 1652
| },
| {
| "type": "TileMatrixType",
| "identifier": "13",
| "scaleDenominator": 50000,
| "topLeftCorner": [6918457.73, -918457.73],
| "tileWidth": 256,
| "tileHeight": 256,
| "matrixWidth": 3303,
| "matrixHeight": 3303
| }
| ]
| }
|
|