OptionalfeatureInfo?: Partial<WMSFeatureProviderOptions>OptionalhighResolution?: booleanuse higher resolution images (sofar only in 3D)
Optionallayers?: stringstring with comma separated names of the layers to display
Optionalparameters?: Record<string, string> | stringkey value pair of additional WMS parameters, url query notation possible
OptionalsingleImage2d?: booleanUse a single image in 2D
OptionaltileSize?: SizeOptionalversion?: stringWMS version (either 1.1.1 (default) or 1.3.0)
whether this layer should send getFeatureInfo requests to the service when objects are clicked. do not provide this option AND a feature provider. this option will configure a layer specific WMSFeatureProvider. providing an attribute provider will create a composite feature provider.