TileSetMetadata interface
Detailed metadata about a specific tileset, including tile matrix set limits
Properties
| access |
Access constraints for the tileset |
| bounding |
Bounding box of the tileset |
| crs | Coordinate reference system identifier |
| data |
Type of data in the tiles |
| links | Links related to this tileset |
| tile |
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
crs
Coordinate reference system identifier
crs?: string
Property Value
string
dataType
Type of data in the tiles
dataType?: string
Property Value
string
links
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