TileSetMetadata interface

Detailed metadata about a specific tileset, including tile matrix set limits

Properties

accessConstraints

Access constraints for the tileset

boundingBox

Bounding box of the tileset

crs

Coordinate reference system identifier

dataType

Type of data in the tiles

links

Links related to this tileset

tileMatrixSetLimits

Limits for each tile matrix level in the tileset

title

Human-readable title of the tileset

Property Details

accessConstraints

Access constraints for the tileset

accessConstraints?: string

Property Value

string

boundingBox

Bounding box of the tileset

boundingBox?: TileSetBoundingBox

Property Value

crs

Coordinate reference system identifier

crs?: string

Property Value

string

dataType

Type of data in the tiles

dataType?: string

Property Value

string

Links related to this tileset

links?: TileSetLink[]

Property Value

tileMatrixSetLimits

Limits for each tile matrix level in the tileset

tileMatrixSetLimits?: TileMatrixSetLimitsEntry[]

Property Value

title

Human-readable title of the tileset

title?: string

Property Value

string