Open BenMorel opened 5 years ago
According to RFC 7946, GeoJSON supports the GeometryCollection type as well. As such:
GeometryCollection
GeoJSONReader
GeoJSONWriter
FeatureCollection
According to RFC 7946, GeoJSON supports the
GeometryCollection
type as well. As such:GeoJSONReader
should be able to readGeometryCollection
GeoJSONWriter
should exportGeometryCollection
objects as such, and not asFeatureCollection
as it does currently