interface GetLayerAdapterOptions {
    baseUrl?: string;
    options: NgwLayerOptions<NgwLayerAdapterType, FeatureProperties, Record<string, any>>;
    webMap?: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>;
}

Properties

baseUrl?: string
options: NgwLayerOptions<NgwLayerAdapterType, FeatureProperties, Record<string, any>>
webMap?: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>