source: node_modules/d3-geo/src/projection/albers.js@ e4c61dd

Last change on this file since e4c61dd was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Prototype 1.1

  • Property mode set to 100644
File size: 238 bytes
Line 
1import conicEqualArea from "./conicEqualArea.js";
2
3export 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.