Geographic projections, spherical shapes and spherical trigonometry. https://d3js.org/d3-geo
Find a file
Mike Bostock 8c53a90ae7
3.1.1
2024-03-12 15:05:30 -07:00
.github Adopt type=module (#238) 2021-06-05 10:01:46 -07:00
img test image uses world-atlas 2018-08-21 14:12:14 +02:00
src set clipCircle precision to 2 degrees (#282) 2024-03-12 15:00:36 -07:00
test set clipCircle precision to 2 degrees (#282) 2024-03-12 15:00:36 -07:00
.eslintrc.json Adopt type=module (#238) 2021-06-05 10:01:46 -07:00
.gitignore snapshot tests 2021-06-09 19:54:04 -07:00
LICENSE update dependencies 2024-03-12 15:04:47 -07:00
package.json 3.1.1 2024-03-12 15:05:30 -07:00
README.md restructure README (#286) 2023-10-06 11:08:37 -04:00
rollup.config.js update dependencies 2024-03-12 15:04:47 -07:00
yarn.lock update dependencies 2024-03-12 15:04:47 -07:00

d3-geo

This module uses spherical GeoJSON to represent geographic features in JavaScript. D3 supports a wide variety of common and unusual map projections. And because D3 uses spherical geometry to represent data, you can apply any aspect to any projection by rotating geometry.

Resources