geo icon indicating copy to clipboard operation
geo copied to clipboard

Improve Debug implementation for GeometryCoordsIter::GeometryCollection

Open frewsxcv opened this issue 4 years ago • 0 comments

In https://github.com/georust/geo/pull/547, we punted on implementing an insightful Debug implementation for GeometryCoordsIter::GeometryCollection. Now that GeoNum implements Debug, it might be easier for us to implement a more insightful Debug implementation.

This is the existing implementation:

https://github.com/georust/geo/blob/2c8882eb653b23b2d464ea45b4fb022a0dfb1d62/geo/src/algorithm/coords_iter.rs#L633-L636

Instead of just displaying ..., we should iterate over the items and display them.

frewsxcv avatar Jan 13 '21 17:01 frewsxcv