landvex: Fixar och tester klara för alla komponenter
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/// <reference types="react" />
|
||||
import { type LayerProps } from '@react-leaflet/core';
|
||||
import { TileLayer, type WMSOptions, type WMSParams } from 'leaflet';
|
||||
export interface WMSTileLayerProps extends WMSOptions, LayerProps {
|
||||
params?: WMSParams;
|
||||
url: string;
|
||||
}
|
||||
export declare const WMSTileLayer: import("react").ForwardRefExoticComponent<WMSTileLayerProps & import("react").RefAttributes<TileLayer.WMS>>;
|
||||
Reference in New Issue
Block a user