Style Properties
Style properties common for all layers.
visible
visibleType: boolean, optional
Default: true
Visibility of the layer. See Layer visible.
opacity
opacityType: number, optional
Default: 1
Opacity of the layer. See Layer opacity.
extensions
extensionsType: array of extensions
Use [new ClipExtension()] for a global image in an equirectangular projection on a WebMercatorViewport, to clip the areas of the image beyond a valid Mercator bounding box. See ClipExtension.
clipBounds
clipBoundsType: bounding box of minX, minY, maxX, maxY [number, number, number, number], required for ClipExtension
Recommended value is [-181, -85.051129, 181, 85.051129] for a global image in an equirectangular projection on a WebMercatorViewport, to clip the areas of the image beyond a valid Mercator bounding box. There is 181 instead of 180 to avoid a pixel gap at the antimeridian. See ClipExtension.clipBounds.
Last updated