Optionalextra?: { [key: string]: unknown }{@inheritDoc utility-types/extra!Extra}
How far off the bottom of the floor the objects with this style should be drawn at, in meters. This is permitted to be negative, so applications that respect default styles will need to choose how this field is interpreted.
The buffer amount to apply to the geometry, in meters. This can be used to inflate line string geometry for walls, but might also be applicable as a way to grow or shrink polygon geometry for aesthetic purposes. Can be negative. Behaviour is undefined if the buffer amount is negative and exceeds the geometry's dimensions when applied, however applications should likely choose not to draw the geometry in question.
Color should be represented with a hash (#), followed by 6 hexadecimal digits. ex: #RRGGBB
The height of the objects belonging to this layer, in meters.
Optionalhidden?: booleanWhether or not the objects with this style should be hidden from view. This is generally preferred over setting opacity to 0 to handle cases where an application may force this geometry to be rendered, as this is simply a hint. If unspecified, the default behaviour is to have the geometry visible.
A record of style tokens to DefaultStyle objects.
The style token is NOT expected to be user facing, and will NOT be localized. It is also NOT guaranteed to be durable between different versions of the MVF.