You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Fil and I identified an issue with d3.geoStitch.
Not sure how close it is related to #108.
The use case is based on two regular polygons forming a hole when they join on the date line. The coordinates of the result are correct, in the correct winding order, but the shape is incorrectly tagged as a MultiPolygon and the inner polygon being marked as an outer polygon covers the whole sphere.
@Fil and I identified an issue with
d3.geoStitch
.Not sure how close it is related to #108.
The use case is based on two regular polygons forming a hole when they join on the date line. The coordinates of the result are correct, in the correct winding order, but the shape is incorrectly tagged as a MultiPolygon and the inner polygon being marked as an outer polygon covers the whole sphere.
Full details on https://observablehq.com/@fil/geostitch-bug-nzzo
The text was updated successfully, but these errors were encountered: