Skip to content

Commit

Permalink
Remove some 3d map tests to shorten screenshot running time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Aug 11, 2024
1 parent 99b800e commit 80e1bcb
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions src/tiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,6 @@ export const DefaultTestTiles: TestTile[] = [
style: 'aerial',
hillshade: 'LINZ-Terrain',
},
{
name: 'aerial-3857-wellington-urban-terrain-z13',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -41.3040702, lng: 174.7730613, z: 14 },
tileSet: 'aerial',
style: 'aerial',
terrain: 'LINZ-Terrain',
},
{
name: 'aerial-3857-mount-taranaki-terrain-hillshade-z14',
tileMatrix: TileMatrixIdentifier.Google,
Expand All @@ -159,29 +151,12 @@ export const DefaultTestTiles: TestTile[] = [
terrain: 'LINZ-Terrain',
hillshade: 'LINZ-Terrain',
},
{
name: 'topographic-3857-tauranga-terrain-z12',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -37.7635905, lng: 176.2261963, z: 12 },
tileSet: 'topographic',
style: 'topographic',
terrain: 'LINZ-Terrain',
},
{
name: 'topolite-3857-hillshade-z4',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -41.6092133, lng: 173.0748696, z: 4 },
tileSet: 'topographic',
style: 'topolite',
hillshade: 'LINZ-Terrain',
},
{
name: 'topolite-3857-christchurch-rural-terrain-hillshade-z10',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -43.6547079, lng: 172.6999283, z: 10 },
tileSet: 'topographic',
style: 'topolite',
terrain: 'LINZ-Terrain',
hillshade: 'LINZ-Terrain',
},
}

Check failure on line 161 in src/tiles.ts

View workflow job for this annotation

GitHub Actions / build

Insert `,`
];

0 comments on commit 80e1bcb

Please sign in to comment.