Skip to content

Commit

Permalink
Geographic DEM NZ with Gebco 2023 elevation config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed May 17, 2024
1 parent 41a6c72 commit 16050c6
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions config/tileset/geographic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"id": "ts_geographic-dem",
"name": "Geographic DEM",
"type": "raster",
"description": "Geographic NZ DEM with Gebco 2023",
"title": "Geographic NZ DEM with Gebco 2023",
"layers": [
{
"2193": "s3://linz-basemaps-staging/3857/Geographx-NZ-DEM/01HY1VQ6MJ46N3CR691R2ENCBJ/",
"title": "Geographic NZ DEM",
"name": "geographic_nz_dem"
},
{
"2193": "s3://linz-basemaps-staging/3857/geotiff_output/01HXZQ12FM5C5BEV5K4Q09KF7B/",
"title": "Gebco 2023",
"name": "gebco_2023"
}
],
"outputs": [
{
"title": "Terrain RGB",
"name": "terrain-rgb",
"pipeline": [{ "type": "terrain-rgb" }],
"output": {
"lossless": true,
"background": { "r": 1, "g": 134, "b": 160, "alpha": 1 },
"resizeKernel": {
"in": "nearest",
"out": "nearest"
}
}
},
{
"title": "Color ramp",
"name": "color-ramp",
"pipeline": [{ "type": "color-ramp" }],
"output": {
"lossless": true,
"background": { "r": 1, "g": 134, "b": 160, "alpha": 1 }
}
}
]
}

0 comments on commit 16050c6

Please sign in to comment.