GeoJsonOptions.ReadBoundingBoxes

GeoJsonOptions.ReadBoundingBoxes property

Determines if Bounding Boxes (‘bbox’) should be read as attributes with a name ‘bbox_0’, ‘bbox_1’, etc. Default value is false. The NestedPropertiesSeparator string is used in bbox_0, bbox_1,.. names.

public bool ReadBoundingBoxes { get; set; }

Remarks

This is reading option - it does not affect writing.

See Also