OptionalbeforeLayer positioning for the fill layer only.
Overrides the top-level GeometriesModuleConfig.beforeLayerConfig for the fill.
Use this to sink the fill below the road network while the border stays above, e.g.
fill: { beforeLayerConfig: 'lowestRoadLine' }, line: { beforeLayerConfig: 'top' }.
OptionalcolorFill color: a hex string ('#FF5733'), a palette name ('red'), or a MapLibre expression
for data-driven styling (e.g. ['get', 'color']).
OptionalopacityFill opacity, 0 (transparent) to 1 (opaque). Also accepts a MapLibre expression.
Fill configuration for geometry styling — the interior color, opacity, and (optionally) where the fill layer sits in the map's layer stack.
Example