Skip to content

Conversation

@blacha
Copy link
Member

@blacha blacha commented Nov 11, 2025

Motivation

Output pipelines allow admins to customise how datasets are served to the users, common pipelines are color-ramp to convert elevation data into RGBA or terrain-rgb to convert elevation to terrain-rgb

If there is only one output pipeline, then it will be picked as the default option for the tile, so all endpoints will assume the use of the pipeline.

If a second pipeline is added, the first link will now be broken as there is no default for the system to choose

Modifications

Adds a default: boolean option to the pipeline outputs to allow admins to configure what the default pipeline is

Verification

unit tests.

@blacha blacha marked this pull request as ready for review November 11, 2025 23:34
@blacha blacha requested a review from a team as a code owner November 11, 2025 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants