NextGIS Frontend
    Preparing search index...

    Interface QmsWmsService

    interface QmsWmsService {
        boundary?: string | null;
        boundary_area?: number | null;
        copyright_text: string | null;
        copyright_url: string | null;
        cors_status?: string;
        created_at?: string;
        cumulative_status?: string;
        desc: string;
        epsg: number | null;
        extent?: string | null;
        format: string | null;
        guid: string;
        icon: number | null;
        id: string | number;
        layers: string;
        license_name: string | null;
        license_url: string | null;
        name: string;
        params: string | null;
        source?: string;
        source_url?: string | null;
        terms_of_use_url: string | null;
        turn_over: boolean;
        type: "wms";
        updated_at?: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index
    boundary?: string | null
    boundary_area?: number | null
    copyright_text: string | null
    copyright_url: string | null
    cors_status?: string
    created_at?: string
    cumulative_status?: string
    desc: string
    epsg: number | null
    extent?: string | null
    format: string | null
    guid: string
    icon: number | null
    id: string | number
    layers: string
    license_name: string | null
    license_url: string | null
    name: string
    params: string | null
    source?: string
    source_url?: string | null
    terms_of_use_url: string | null
    turn_over: boolean
    type: "wms"
    updated_at?: string
    url: string