Skip to content

Commit

Permalink
Fix default outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed May 17, 2024
1 parent 25717fd commit 5cbbee3
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions config/tileset/geographic.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,18 @@
],
"outputs": [
{
"title": "Terrain RGB",
"title": "TerrainRGB",
"name": "terrain-rgb",
"pipeline": [{ "type": "terrain-rgb" }],
"output": {
"lossless": true,
"background": { "r": 1, "g": 134, "b": 160, "alpha": 1 },
"resizeKernel": {
"in": "nearest",
"out": "nearest"
}
}
"format": ["png"],
"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 }
}
"background": { "r": 172, "g": 204, "b": 226, "alpha": 1 }
}
]
}

0 comments on commit 5cbbee3

Please sign in to comment.