d3-geo-voronoi icon indicating copy to clipboard operation
d3-geo-voronoi copied to clipboard

long edges?

Open Fil opened this issue 5 years ago • 0 comments

Should the mesh contain the long edges? It would be more consistent to have that, and also include the large triangle, so that the union of all triangles would cover the whole globe. It's possible to do so now that the triangulation is clean, but it means we need to insert intermediate points when an edge is 180°.

Ref. https://github.com/Fil/d3-geo-voronoi/commit/daf7b88f161ffb0c07b7ee5fa860960457ad8411, reverted in https://github.com/Fil/d3-geo-voronoi/commit/daf7b88f161ffb0c07b7ee5fa860960457ad8411

(note: this would be a breaking change)

Fil avatar Sep 02 '19 06:09 Fil