Interface WmtsCapabilityStyle

interface WmtsCapabilityStyle {
    identifier: string;
    isDefault: boolean;
    legendUrl?: string;
    title?: string;
}

Properties

identifier: string
isDefault: boolean
legendUrl?: string
title?: string