d3 / d3-geo-polygon

Clipping and geometric operations for spherical polygons.
https://d3.observablehq.cloud/d3-geo-polygon/
Other
110 stars 22 forks source link

note that it expects left-hand geojson used by d3 #47

Closed matkoniecz closed 3 years ago

matkoniecz commented 3 years ago

rather than RFC 7946 geojson following right-hand rule

Fil commented 3 years ago

It is not useful to make the same argument in every repo.

I share your frustration, but since this is part of d3 it does not need to say that it follows the D3 convention. The solution is probably to build something in d3-geo that will help "choose the convention": the discussion is on https://github.com/d3/d3-geo/issues/138