TileSetEntry interface
Summary information about a single tileset within a list of available tilesets
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 (e.g., 'map', 'vector') |
| links | Links related to this 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 (e.g., 'map', 'vector')
dataType?: string
Property Value
string
links
title
Human-readable title of the tileset
title?: string
Property Value
string