interface Source {
    scheme?: "xyz" | "tms";
    type: "raster" | "vector" | "geojson";
}

Hierarchy (view full)

Properties

Properties

scheme?: "xyz" | "tms"
type: "raster" | "vector" | "geojson"