Skip to content

Commit

Permalink
Remove the hillshade and add pitch on taranaki test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Sep 26, 2024
1 parent e2a69d7 commit 64bcc1a
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 64bcc1a

Please sign in to comment.