Skip to content

Commit

Permalink
feat: Remove some 3d map tests to shorten screenshot running time. (#419
Browse files Browse the repository at this point in the history
)

### Motivation

Screenshots in basemaps running time over 5mins now, which is longer
than the container build deploy around 4 mins.
We want to make they are similar time, so we don't need to wait.

### Modifications
Remove some 3d screenshots tests.

### Verification

<!-- TODO: Say how you tested your changes. -->
  • Loading branch information
Wentao-Kuang authored Aug 11, 2024
1 parent 99b800e commit 670e858
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 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,14 +151,6 @@ 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,
Expand All @@ -175,13 +159,4 @@ export const DefaultTestTiles: TestTile[] = [
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',
},
];

0 comments on commit 670e858

Please sign in to comment.