Interface HonuaWmtsSourceSpecification

A source backed by a first-party WMTS 1.0.0 service.

URL format: https://host/rest/services/{serviceId}/MapServer/WMTS.

interface HonuaWmtsSourceSpecification {
    attribution?: string;
    format?: string;
    layer?: string;
    serviceId?: string;
    style?: string;
    tileMatrixSet?: string;
    type: "honua-wmts";
    url: string;
}

Hierarchy (view full)

Properties

attribution?: string

Attribution string displayed on the map.

format?: string

Image MIME type. Defaults to image/png.

layer?: string

Layer identifier.

serviceId?: string

Service identifier, when not parseable from the URL.

style?: string

Style identifier. Defaults to default.

tileMatrixSet?: string

TileMatrixSet identifier. Defaults to WebMercatorQuad.

type
url: string

Full URL to the service endpoint.