peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
125 stars 19 forks source link

Add dimension check when parsing WKB GeometryCollections #615

Closed peterstace closed 2 months ago

peterstace commented 2 months ago

Description

Add dimension check when parsing WKB GeometryCollections

This ensures that coordinate types are consistent between the geometry collection and its children.

Check List

Have you:

Related Issue

peterstace commented 2 months ago

Thanks for reviewing!