OptionalcolorThe custom color space of the generated textures.
See https://threejs.org/docs/#manual/en/introduction/Color-management for
more information. If unspecified, the source considers that 8-bit images are in the sRGB
color space, otherwise NoColorSpace.
OptionalcontainsThe custom function to test if a given extent is contained in this source. Note: we assume this function accepts extents in this source's CRS.
OptionalenableEnable web workers.
OptionalextentThe optional extent of the source. Not required, except for some performance optimizations.
OptionalflipShould images be flipped vertically during composition ?
OptionalformatThe optional image decoder.
OptionalhttpThe optional HTTP request timeout, in milliseconds.
OptionalimageThe image format (e.g image/png).
Optionalis8bitThe data type of images generated.
For regular color images, this should be true. For images with a high dynamic range,
or images that requires additional processing, this should be false.
The name of the WMS layer, or layers to use.
OptionalnoThe optional no-data value.
OptionalparamsAdditional params to pass to the WMS service.
The projection to use in GetMap requests.
OptionalrequestThe relative priority of HTTP requests emitted by this source.
OptionalretriesHow many retries to execute when an HTTP request ends up in error.
OptionalstylesThe list of WMS styles to use.
OptionalsynchronousIs this source able to generate images synchronously ?
OptionaltransparentEnable transparency on requests.
The URL to the WMS service.
OptionalversionThe WMS version to use.
Constructor options for WmsSourceOptions.