twhiteaker / CFGeom

CF Convention for Representing Simple Geometry Types
MIT License
9 stars 4 forks source link

untested bug squash and add test #22

Closed twhiteaker closed 8 years ago

twhiteaker commented 8 years ago

Fixed a bug I noticed when adjusting indices when start_index=1 for cases with multiparts. The multipart break value within the array was being inadvertently modified. I also added a test for this, and I added a test for multipolygons with multiple holes since we have a WKT for it.

bekozi commented 8 years ago

Fixed a bug I noticed when adjusting indices when start_index=1 for cases with multiparts.

Yup. :+1: