d3 / d3-geo-projection

Extended geographic projections for d3-geo.
https://observablehq.com/collection/@d3/d3-geo-projection
Other
1.1k stars 201 forks source link

geoPath.curve ? #193

Closed Fil closed 4 years ago

Fil commented 4 years ago

It would be great to be able to specify geoPath.curve(d3.curveBasis) to make sketchy maps https://observablehq.com/@d3/context-to-curve

A difficulty might be to find how to automatically switch to curveBasisClosed for rings, so maybe the signature would have to be geoPath.curve(d3.curveBasis, d3.curveBasisClosed); it's a bit ugly.

Fil commented 4 years ago

oops wrong repo https://github.com/d3/d3-geo/issues/199