peterstace / simplefeatures

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

Better Linear Output Generation from DCEL #282

Closed peterstace closed 3 years ago

peterstace commented 3 years ago

We currently output linear elements as single line segments. Instead, we should joint together adjacent line segments.

peterstace commented 3 years ago

No longer needed due to https://github.com/peterstace/simplefeatures/pull/299