Philippe Rivière

Results 381 issues of Philippe Rivière

Results in 180 control points instead of 60 (⨉3). The error is quadratic with the precision, with the worst case (for a parallel) being at latitude 45°. Under this new...

complements #281 closes #270

The clipCircle's precision is 6 degrees (like geoCircle's precision), and the resulting segments are visibly linear on any azimuthal projection's sphere. I would like to make it either configurable (with...

enhancement
question

``` d3.geoPath().bounds({type: "MultiPoint", coordinates: [["-32", "-20"], [32, 20]]}) ``` returns [["-32", "-20"], [32, 20]]. I suggest we coerce the coordinates to numbers in https://github.com/d3/d3-geo/blob/078f46d9a4b9079ddd6d382cfea81dd9c5a284ef/src/path/bounds.js#L21 related https://github.com/observablehq/plot/issues/1264

question

In case of an error, the result should not be cached. Currently the second call with the same invalid contents returns a (wrong) value. ``` ❯ node Welcome to Node.js...

I'm testing maplibre with a light mode/dark mode responsive environment, and see that the attribution pill shows as light fill on light background. The bug is coming from this definition,...

### Expected Behavior ``` Here’s the thing: This part will be clipped! To image ``` The paragraph should be part of the generated image ### Current Behavior The paragraph is...

bug

This is more the direction in which I'd like to go: expose just enough to make it possible to reuse the projection in another chart (we're not there yet), and...