NextGIS Frontend
    Preparing search index...

    Interface QmsTmsLayer

    interface QmsTmsLayer {
        attribution?: string;
        extent?: QmsExtent;
        maxZoom?: number;
        minZoom?: number;
        name: string;
        scheme: "tms" | "xyz";
        service: QmsTmsService;
        subdomains: string[];
        type: "tms";
        url: string;
    }

    Hierarchy (View Summary)

    Index
    attribution?: string
    extent?: QmsExtent
    maxZoom?: number
    minZoom?: number
    name: string
    scheme: "tms" | "xyz"
    service: QmsTmsService
    subdomains: string[]
    type: "tms"
    url: string