Open clarisma opened 10 months ago
As of 0.1.5, Formatters output geometry collections.
However, we should detect if a collection is homogeneous and output them as MultiLineString or MultiPoint instead of a generic GeometryCollection, to match the behavior of the GOL Tool.
MultiLineString
MultiPoint
GeometryCollection
As of 0.1.5, Formatters output geometry collections.
However, we should detect if a collection is homogeneous and output them as
MultiLineString
orMultiPoint
instead of a genericGeometryCollection
, to match the behavior of the GOL Tool.