martinfleis / geopandas-view

Interactive exploration of GeoPandas GeoDataFrames
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

ENH: support LinearRings #33

Closed martinfleis closed 3 years ago

martinfleis commented 3 years ago

Closes #27

martinfleis commented 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).