Dan Burzo
Dan Burzo
I've experimented with monotone cubic interpolation (as per the [Steffen method](http://adsabs.harvard.edu/full/1990A&A...239..443S) you reference in d3-shape) and with the array values being evenly spaced, the formula is quite simplified, as long...
https://github.com/mapbox/tippecanoe
`osmosis --read-pbf data/romania-latest.osm.pbf --tf accept-ways highway=* --used-node --write-pbf data/data.osm.pbf`
This could be part of a test suite
Replace the two contenteditable divs with a single one, and a toggle which lets you choose how to render it: * native DOM * React * Preact __Preact__ is an...
Adds the following methods (names subject to change): * `inGamut(space)` — check that the color is in the gamut of `space`; fixes #161. * `toGamut(space)` — get the closest color...
Fixes #153.