Interface OgcStyleList

Response body of GET /ogc/styles.

interface OgcStyleList {
    default?: string;
    styles: readonly OgcStyleListEntry[];
}

Properties

Properties

default?: string

Server-designated default styleId, when present.

styles: readonly OgcStyleListEntry[]