Optional
cacheOptional
channelsHow to map bands in the source GeoTIFF to color channels in Giro3D textures.
Optional
colorThe 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
.
Optional
containsThe 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.
The Coordinate Reference System of the image.
Optional
enableEnables web workers for CPU-intensive processing.
Optional
flipYShould images be flipped vertically during composition ?
Optional
httpThe optional HTTP request timeout, in milliseconds.
Optional
is8bitThe 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
.
Optional
requestThe relative priority of HTTP requests emitted by this source.
Optional
retriesHow many retries to execute when an HTTP request ends up in error.
Optional
synchronousIs this source able to generate images synchronously ?
The URL to the GeoTIFF image.
Optional
workerThe maximum number of workers created by the worker pool.
If undefined
, the maximum number of workers will be allowed.
Advanced caching options.