Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PicoVector: Fix bug in polygon iterator.
list(Polygon) should return a list of points, but crashed with non-empty polygons. We were advancing to the next path and then retriving an invalid point count for building the tuple. Save the point count before advancing to the next path.
- Loading branch information