Interface MapLibreGeoJsonSourceSpecification

A standard MapLibre geojson source specification.

interface MapLibreGeoJsonSourceSpecification {
    attribution?: string;
    data: AdapterGeoJsonFeatureCollection;
    type: "geojson";
}

Properties

attribution?: string
type