NextGIS Frontend
    Preparing search index...

    Interface QmsBasemap

    interface QmsBasemap {
        alt_urls?: string[];
        boundary?: any;
        boundary_area?: any;
        copyright_text: string;
        copyright_url: string;
        created_at?: Date;
        cumulative_status?: string;
        desc: string;
        epsg: number;
        extent?: number[];
        guid: string;
        icon: number;
        id: number;
        last_status?: number;
        license_name: string;
        license_url: string;
        name: string;
        origin_url?: string;
        source?: string;
        source_url?: string;
        submitter?: string;
        terms_of_use_url: string;
        type: "tms";
        updated_at?: Date;
        url: string;
        y_origin_top: boolean;
        z_max: any;
        z_min: any;
    }
    Index

    Properties

    alt_urls?: string[]
    boundary?: any
    boundary_area?: any
    copyright_text: string
    copyright_url: string
    created_at?: Date
    cumulative_status?: string
    desc: string
    epsg: number
    extent?: number[]
    guid: string
    icon: number
    id: number
    last_status?: number
    license_name: string
    license_url: string
    name: string
    origin_url?: string
    source?: string
    source_url?: string
    submitter?: string
    terms_of_use_url: string
    type: "tms"
    updated_at?: Date
    url: string
    y_origin_top: boolean
    z_max: any
    z_min: any