@geogirafe/lib-geoportal
    Preparing search index...

    Interface GMFMetadata

    These are the models for a GeoMapFish backend

    interface GMFMetadata {
        disclaimer?: string;
        exclusiveGroup: boolean;
        hiDPILegendImages?: Record<string, string>;
        iconUrl?: string;
        isChecked: boolean;
        isExpanded: boolean;
        isLegendExpanded: boolean;
        legend?: boolean;
        legendImage?: string;
        legendRule?: string;
        metadataUrl?: string;
        ogcServer?: string;
        printLayers?: string;
        printNativeAngle?: boolean;
        protected?: boolean;
        queryLayers?: string;
        thumbnail?: string;
        timeAttribute?: string;
        wasLegendExpanded: boolean;
        wmsLayers?: string;
    }
    Index

    Properties

    disclaimer?: string
    exclusiveGroup: boolean
    hiDPILegendImages?: Record<string, string>
    iconUrl?: string
    isChecked: boolean
    isExpanded: boolean
    isLegendExpanded: boolean
    legend?: boolean
    legendImage?: string
    legendRule?: string
    metadataUrl?: string
    ogcServer?: string
    printLayers?: string
    printNativeAngle?: boolean
    protected?: boolean
    queryLayers?: string
    thumbnail?: string
    timeAttribute?: string
    wasLegendExpanded: boolean
    wmsLayers?: string