Interface NgwLayerOptions<T, P, A>

Type Parameters

Hierarchy

  • NgwLayerOptions

Properties

adapter?: T
adapterOptions?: Partial<LayerAdaptersOptions[T] & AdapterOptions<A, Record<string, any>>>
fit?: boolean
headers?: any
id?: string
meta?: P
simplification?: number
tileNoData?: TileNoData

Parameter for TILE and IMAGE adapters to say NGW what will be returned if there is no data to render.

Remarks

In NGW api this parameter is written as follows: nd=204|404|200, 200 by default.

Default Value

200

Generated using TypeDoc