Interface WmtsCapabilityTileMatrixSet

interface WmtsCapabilityTileMatrixSet {
    identifier: string;
    matrices: readonly WmtsCapabilityTileMatrix[];
    supportedCrs?: string;
    wellKnownScaleSet?: string;
}

Properties

identifier: string
matrices: readonly WmtsCapabilityTileMatrix[]
supportedCrs?: string

CRS supportedCRS or wellKnownScaleSet href when advertised.

wellKnownScaleSet?: string