Interface OgcStyleListEntry

One entry in the /ogc/styles style list.

interface OgcStyleListEntry {
    id: string;
    links?: readonly OgcStyleLink[];
    title?: string;
}

Properties

Properties

id: string
links?: readonly OgcStyleLink[]
title?: string