Skip to content

Commit

Permalink
fix: remove hillshade from taranaki screenshot test BM-1054 (#420)
Browse files Browse the repository at this point in the history
### Motivation

aerial-3857-mount-taranaki-terrain-hillshade-z14 screenshot been
intermittent failing for the high loads with both terrain and
hillshades.

### Modifications
Remove hillshade on it, and add pitch to provide better view.

### Verification

<!-- TODO: Say how you tested your changes. -->
  • Loading branch information
Wentao-Kuang authored Sep 26, 2024
1 parent e2a69d7 commit 3e5b01a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,10 @@ export const DefaultTestTiles: TestTile[] = [
{
name: 'aerial-3857-mount-taranaki-terrain-hillshade-z14',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -39.3031717, lng: 174.0585208, z: 14 },
location: { lat: -39.3031717, lng: 174.0585208, z: 14, p: 43 },
tileSet: 'aerial',
style: 'aerial',
terrain: 'LINZ-Terrain',
hillshade: 'LINZ-Terrain',
},
{
name: 'topographic-3857-terrain-hillshade-z12',
Expand Down

0 comments on commit 3e5b01a

Please sign in to comment.