Skip to content

Commit 56f5d70

Browse files
authored
Enable 'Equal Earth' projection
[Equal Earth](https://en.wikipedia.org/wiki/Equal_Earth_projection) is an aesthetically pleasing, fairly recent equal-area pseudocylindrical projection, which has has been adopted by the NASA Goddard Institute for Space Studies.
1 parent 96c2815 commit 56f5d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/geo/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ exports.projNames = {
3434
eckert5: 'eckert5',
3535
eckert6: 'eckert6',
3636
eisenlohr: 'eisenlohr',
37+
'equal earth': 'equalEarth',
3738
equirectangular: 'equirectangular',
3839
fahey: 'fahey',
3940
'foucaut sinusoidal': 'foucautSinusoidal',

0 commit comments

Comments
 (0)