twhiteaker / CFGeom

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

CFGeometryCollection.has_z allow SOME nulls #86

Closed twhiteaker closed 6 years ago

twhiteaker commented 6 years ago

has_z currently just checks the first part of the first geometry to see if z values are present. Instead, all parts of all geometries should be checked.

twhiteaker commented 6 years ago

There may be other places in the code that need the same logic revised

twhiteaker commented 6 years ago

Fixed in 72ea3166c86036f3bd0283378b7ca45c96be7f32