v2

latestSwagger 2.02026-07-131451441001.2 KB
STAC Collection Configuration

Get Collection Render Options

Get all render options for a given collection

get/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.

Response

The request has succeeded.

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.