NextGIS Frontend
    Preparing search index...

    Interface QmsTmsService

    interface QmsTmsService {
        alt_urls: string[];
        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;
        guid: string;
        icon: number | null;
        id: string | number;
        license_name: string | null;
        license_url: string | null;
        name: string;
        origin_url: string;
        source?: string;
        source_url?: string | null;
        terms_of_use_url: string | null;
        type: "tms";
        updated_at?: string;
        url: string;
        y_origin_top: boolean;
        z_max: number | null;
        z_min: number | null;
    }

    Hierarchy (View Summary)

    Index
    alt_urls: string[]
    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
    guid: string
    icon: number | null
    id: string | number
    license_name: string | null
    license_url: string | null
    name: string
    origin_url: string
    source?: string
    source_url?: string | null
    terms_of_use_url: string | null
    type: "tms"
    updated_at?: string
    url: string
    y_origin_top: boolean
    z_max: number | null
    z_min: number | null