Skip to content

Commit

Permalink
Update the terrain source id to the new one.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Jul 11, 2024
1 parent a31ab17 commit 92bbbb4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/tiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,66 +103,66 @@ export const DefaultTestTiles = [
location: { lat: -45.0735206, lng: 169.1674805, z: 6, b: 18, p: 55 },
tileSet: 'aerial',
style: 'aerial',
terrain: 'basemaps-elevation-terrain',
hillshade: 'basemaps-elevation-terrain',
terrain: 'LINZ-Terrain',
hillshade: 'LINZ-Terrain',
},
{
name: 'aerial-3857-terrain-hillshade-z5',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -40.7681948, lng: 172.4544741, z: 5 },
tileSet: 'aerial',
style: 'aerial',
hillshade: 'basemaps-elevation-terrain',
hillshade: 'LINZ-Terrain',
},
{
name: 'aerial-3857-wellington-urban-terrain-z13',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -41.3040702, lng: 174.7730613, z: 14, b: -14, p: 60 },
tileSet: 'aerial',
style: 'aerial',
terrain: 'basemaps-elevation-terrain',
terrain: 'LINZ-Terrain',
},
{
name: 'aerial-3857-mount-taranaki-terrain-hillshade-z14',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -39.3031717, lng: 174.0585208, z: 14, b: 46, p: 43 },
tileSet: 'aerial',
style: 'aerial',
terrain: 'basemaps-elevation-terrain',
hillshade: 'basemaps-elevation-terrain',
terrain: 'LINZ-Terrain',
hillshade: 'LINZ-Terrain',
},
{
name: 'topographic-3857-terrain-hillshade-z12',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -42.4146988, lng: 174.1766669, z: 5, b: 13, p: 46 },
tileSet: 'topographic',
style: 'topographic',
terrain: 'basemaps-elevation-terrain',
hillshade: 'basemaps-elevation-terrain',
terrain: 'LINZ-Terrain',
hillshade: 'LINZ-Terrain',
},
{
name: 'topographic-3857-tauranga-terrain-z12',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -37.7635905, lng: 176.2261963, z: 12, p: 60 },
tileSet: 'topographic',
style: 'topographic',
terrain: 'basemaps-elevation-terrain',
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: 'basemaps-elevation-terrain',
hillshade: 'LINZ-Terrain',
},
{
name: 'topolite-3857-christchurch-rural-terrain-hillshade-z10',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -43.6547079, lng: 172.6999283, z: 10, b: 32, p: 60 },
tileSet: 'topographic',
style: 'topolite',
terrain: 'basemaps-elevation-terrain',
hillshade: 'basemaps-elevation-terrain',
terrain: 'LINZ-Terrain',
hillshade: 'LINZ-Terrain',
},
];

0 comments on commit 92bbbb4

Please sign in to comment.