Interface OgcStyleLink

A link entry on a styles list / style metadata document.

interface OgcStyleLink {
    href: string;
    rel: string;
    title?: string;
    type?: string;
}

Properties

Properties

href: string
rel: string
title?: string
type?: string