peterstace / simplefeatures

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

Ensure DCEL outputs are stable with regards to ordering #478

Closed peterstace closed 1 year ago

peterstace commented 1 year ago

Right now, some DCEL outputs have randomness in their ordering due to map iteration. This is technically ok, but isn't good from a usability perspective. It would be better to give deterministic output.