interface LayerAdaptersOptions {
    COG: RasterAdapterOptions;
    GEOJSON: GeoJsonAdapterOptions<Feature<Geometry, GeoJsonProperties>, any, Record<string, any>, Record<string, any>>;
    IMAGE: ImageAdapterOptions;
    MVT: MvtAdapterOptions<Feature<Geometry, GeoJsonProperties>>;
    NGW:WEBMAP: Partial<NgwWebmapAdapterOptions<any>>;
    OSM: RasterAdapterOptions;
    TILE: TileAdapterOptions;
    WMS: WmsAdapterOptions;
    [name: string]: AdapterOptions;
}

Indexable

Properties

GEOJSON: GeoJsonAdapterOptions<Feature<Geometry, GeoJsonProperties>, any, Record<string, any>, Record<string, any>>
MVT: MvtAdapterOptions<Feature<Geometry, GeoJsonProperties>>
NGW:WEBMAP: Partial<NgwWebmapAdapterOptions<any>>