@@ -158,4 +158,32 @@ export const DefaultTestTiles: TestTile[] = [
158
158
style : 'topolite' ,
159
159
hillshade : 'LINZ-Terrain' ,
160
160
} ,
161
+ {
162
+ name : 'nz-topo-gridless-maps-2193-nz-250k-z4' ,
163
+ tileMatrix : TileMatrixIdentifier . Nztm2000Quad ,
164
+ location : { lat : - 40.7899231 , lng : 172.2977984 , z : 4 } ,
165
+ tileSet : 'topo-raster' ,
166
+ style : 'topo-raster' ,
167
+ } ,
168
+ {
169
+ name : 'nz-topo-gridless-maps-3857-chatham-island-z10' ,
170
+ tileMatrix : TileMatrixIdentifier . Google ,
171
+ location : { lat : - 43.9090948 , lng : - 176.540438 , z : 10 } ,
172
+ tileSet : 'topo-raster' ,
173
+ style : 'topo-raster' ,
174
+ } ,
175
+ {
176
+ name : 'nz-topo-gridless-maps-3857-wellington-250k-z11' ,
177
+ tileMatrix : TileMatrixIdentifier . Google ,
178
+ location : { lat : - 41.299807 , lng : 174.8041651 , z : 11 } ,
179
+ tileSet : 'topo-raster' ,
180
+ style : 'topo-raster' ,
181
+ } ,
182
+ {
183
+ name : 'nz-topo-gridless-maps-3857-wellington-50k-z12' ,
184
+ tileMatrix : TileMatrixIdentifier . Google ,
185
+ location : { lat : - 41.299807 , lng : 174.8041651 , z : 12 } ,
186
+ tileSet : 'topo-raster' ,
187
+ style : 'topo-raster' ,
188
+ } ,
161
189
] ;
0 commit comments