Skip to content

Commit 5022bf2

Browse files
committed
expose aitoff and sinusoidal projection types
- these projections were already part of the bundle, so there's no reason to not expose them.
1 parent ebdfdad commit 5022bf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/plots/geo/constants.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ params.projNames = {
3333
'hammer': 'hammer',
3434
'transverse mercator': 'transverseMercator',
3535
'albers usa': 'albersUsa',
36-
'winkel tripel': 'winkel3'
36+
'winkel tripel': 'winkel3',
37+
'aitoff': 'aitoff',
38+
'sinusoidal': 'sinusoidal'
3739
};
3840

3941
// name of the axes

0 commit comments

Comments
 (0)