Skip to content

Commit 9552018

Browse files
feat: add screenshot tests for the topo-raster tileset
1 parent eaf8713 commit 9552018

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/tiles.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,32 @@ export const DefaultTestTiles: TestTile[] = [
158158
style: 'topolite',
159159
hillshade: 'LINZ-Terrain',
160160
},
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+
},
161189
];

0 commit comments

Comments
 (0)