From 3e5b01ab633ac581bd61db351895dd64e0f1a514 Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Fri, 27 Sep 2024 10:26:32 +1200 Subject: [PATCH] fix: remove hillshade from taranaki screenshot test BM-1054 (#420) ### 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 --- src/tiles.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tiles.ts b/src/tiles.ts index 7b796dc..4ef8d62 100644 --- a/src/tiles.ts +++ b/src/tiles.ts @@ -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',