Values_0.GeospatialNullSymbolStyleSourceThe symbol style for null data.
type nonrec t = {fillColor : HexColorWithTransparency.t option;The color and opacity values for the fill color.
*)strokeColor : HexColorWithTransparency.t option;The color and opacity values for the stroke color.
*)strokeWidth : GeospatialWidth.t option;The width of the border stroke.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of GeospatialWidth.t
| `String of HexColorWithTransparency.t ])
list ]