//! Terrain and atmosphere option models.
use ;
/// Options for setting terrain
/// Options for setting sky (passthrough to MapLibre spec)
///
/// The sky spec is complex with many expression-based properties.
/// Pass any valid MapLibre sky specification as a JSON value.
;
/// Options for setting fog/atmosphere (passthrough to MapLibre spec)
///
/// The fog spec supports color, horizon-blend, range, star-intensity, and more.
/// Pass any valid MapLibre fog specification as a JSON value.
;