Skip to main content

Interface: TileMatrixSet

Defined in: types/spec/tileMatrixSet.ts:12

A definition of a tile matrix set following the Tile Matrix Set standard. For tileset metadata, such a description (in tileMatrixSet property) is only required for offline use, as an alternative to a link with a http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme relation type.

Indexable

[k: string]: unknown

Properties

boundingBox?

optional boundingBox: BoundingBox

Defined in: types/spec/tileMatrixSet.ts:39


crs

crs: CRS

Defined in: types/spec/tileMatrixSet.ts:34


description?

optional description: string

Defined in: types/spec/tileMatrixSet.ts:20

Brief narrative description of this tile matrix set, normally available for display to a human


id?

optional id: string

Defined in: types/spec/tileMatrixSet.ts:28

Tile matrix set identifier. Implementation of 'identifier'


keywords?

optional keywords: string[]

Defined in: types/spec/tileMatrixSet.ts:24

Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this tile matrix set


orderedAxes?

optional orderedAxes: [string, ...string[]]

Defined in: types/spec/tileMatrixSet.ts:33


tileMatrices

tileMatrices: TileMatrix[]

Defined in: types/spec/tileMatrixSet.ts:43

Describes scale levels and its tile matrices


title?

optional title: string

Defined in: types/spec/tileMatrixSet.ts:16

Title of this tile matrix set, normally used for display to a human


uri?

optional uri: string

Defined in: types/spec/tileMatrixSet.ts:32

Reference to an official source for this tileMatrixSet


wellKnownScaleSet?

optional wellKnownScaleSet: string

Defined in: types/spec/tileMatrixSet.ts:38

Reference to a well-known scale set