Currently the library allows positions to be z,y or x,y,z with no way to force a Geometry to only be 2d.
I'd like to propse a change where the geometries come in 2 flavours, 2D and 3D to allow for better Schemas/API specs and validation of geometries that are only supposed to be 2D.
I had shimmed the library in my own projects to add in Point2D and Polygon2D, but I think this would be better suited in the base library itself.
Thaughts?