Closed martinfleis closed 3 years ago
Only one situation is not supported and that is a LinearRing within a GeometryCollection but I think that such a case is super rare and can be ignored. GeometryCollections happen normally as a result of overlay operation which results in LineString in most cases (not sure if there is a situation which results in LinearRing at all).
Closes #27