peterstace / simplefeatures

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

Refactor TWKB unmarshal interface #627

Closed peterstace closed 3 months ago

peterstace commented 3 months ago

Description

This change modifies the TWKB unmarshal interface while minimally changing its internal implementation (I may change the internal implementation later).

There were a few problems with the previous interface that prompted this change:

The interface is tweaked to address the problems outlined above:

Check List

Have you:

Related Issue

peterstace commented 3 months ago

Thanks for reviewing Albert, I really appreciate it!