source:
node_modules/d3-geo/src/projection/albers.js@
e4c61dd
| Last change on this file since e4c61dd was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 238 bytes | |
| Rev | Line | |
|---|---|---|
| [e4c61dd] | 1 | import conicEqualArea from "./conicEqualArea.js"; |
| 2 | ||
| 3 | export default function() { | |
| 4 | return conicEqualArea() | |
| 5 | .parallels([29.5, 45.5]) | |
| 6 | .scale(1070) | |
| 7 | .translate([480, 250]) | |
| 8 | .rotate([96, 0]) | |
| 9 | .center([-0.6, 38.7]); | |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
