mapbox / delaunator

An incredibly fast JavaScript library for Delaunay triangulation of 2D points
https://mapbox.github.io/delaunator/
ISC License
2.24k stars 139 forks source link

It's not drawing the GeoJSON data #82

Closed fbkolik1907 closed 4 months ago

fbkolik1907 commented 4 months ago

I want to draw the polygon data from the subunits.json file obtained from Natural Earth, but it's not triangulating correctly and not drawing. However, earcut is drawing geojson data.

mourner commented 4 months ago

Maybe reading through the API docs will help. Closing this because there's zero details in the issue report.