Org.geotools.data.flatgeobuf serialize ignoring z coordinate

Hi,

org.geotools.data.flatgeobuf serialize function is ignoring z coordinate.
Is there any way to include z coordinate.

Thanks.
Sunish

Take a look at the shapefile writer/reader code to see what you need to do to add Z and M support. e.g. https://github.com/geotools/geotools/blob/ab9ab53bf4a5ae3dc701618c78fb4c12f2c375d3/modules/plugin/shapefile/src/main/java/org/geotools/data/shapefile/shp/PointHandler.java#L97

Ian