d3-geo-voronoi
d3-geo-voronoi copied to clipboard
long edges?
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)