v2

latestSwagger 2.02026-07-131451441001.2 KB
STAC Collection Configuration

Add Collection Render Option

Add a render option for a given collection

post/stac/collections/{collectionId}/configurations/render-options

Path parameters

collectionIdstring required

Unique identifier for the STAC collection.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

idstring required

Unique identifier for the render option.

namestring required

Short descriptive name for the render option.

descriptionstring

A longer description of the render option that can be used to explain its content.

type'raster-tile' | 'vt-polygon' | 'vt-line'

The type of rendering to apply (raster or vector).

optionsstring

A URL query-string encoded string of TiTiler rendering options. Valid only for raster-tile types.

See Query Parameters.

minZoominteger

Minimum zoom level at which to display this layer.

Response

The request has succeeded and a new resource has been created as a result.

idstring required

Unique identifier for the render option.

namestring required

Short descriptive name for the render option.

descriptionstring

A longer description of the render option that can be used to explain its content.

type'raster-tile' | 'vt-polygon' | 'vt-line'

The type of rendering to apply (raster or vector).

optionsstring

A URL query-string encoded string of TiTiler rendering options. Valid only for raster-tile types.

See Query Parameters.

minZoominteger

Minimum zoom level at which to display this layer.