TileSetEntry interface

Summary information about a single tileset within a list of available tilesets

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 (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

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 (e.g., 'map', 'vector')

dataType?: string

Property Value

string

Links related to this tileset

links?: TileSetLink[]

Property Value

title

Human-readable title of the tileset

title?: string

Property Value

string