On this page

Type Alias SkySpecification

Index

Properties

"atmosphere-blend"?: PropertyValueSpecification<number>

How to blend the atmosphere. Where 1 is visible atmosphere and 0 is hidden. It is best to interpolate this expression when using globe projection.

0.8
"atmosphere-blend-transition"?: TransitionSpecification

The base color for the fog. Requires 3D terrain.

"#ffffff"
"fog-color-transition"?: TransitionSpecification
"fog-ground-blend"?: PropertyValueSpecification<number>

How to blend the fog over the 3D terrain. Where 0 is the map center and 1 is the horizon.

0.5
"fog-ground-blend-transition"?: TransitionSpecification

The base color at the horizon.

"#ffffff"
"horizon-color-transition"?: TransitionSpecification
"horizon-fog-blend"?: PropertyValueSpecification<number>

How to blend the fog color and the horizon color. Where 0 is using the horizon color only and 1 is using the fog color only.

0.8
"horizon-fog-blend-transition"?: TransitionSpecification

The base color for the sky.

"#88C6FC"
"sky-color-transition"?: TransitionSpecification
"sky-horizon-blend"?: PropertyValueSpecification<number>

How to blend the sky color and the horizon color. Where 1 is blending the color at the middle of the sky and 0 is not blending at all and using the sky color only.

0.8
"sky-horizon-blend-transition"?: TransitionSpecification
Was this helpful?
SDK JS
Reference
SkySpecification