Skip to content

Commit ba66787

Browse files
committed
expose new geo projections
1 parent a8a90be commit ba66787

File tree

1 file changed

+98
-2
lines changed

1 file changed

+98
-2
lines changed

Diff for: src/plots/geo/constants.js

+98-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// projection names to d3 function name
1212
exports.projNames = {
13-
// d3.geo.projection
1413
'equirectangular': 'equirectangular',
1514
'mercator': 'mercator',
1615
'orthographic': 'orthographic',
@@ -32,7 +31,104 @@ exports.projNames = {
3231
'albers usa': 'albersUsa',
3332
'winkel tripel': 'winkel3',
3433
'aitoff': 'aitoff',
35-
'sinusoidal': 'sinusoidal'
34+
'sinusoidal': 'sinusoidal',
35+
36+
'airy': 'airy',
37+
// 'albers': 'albers',
38+
'armadillo': 'armadillo',
39+
'august': 'august',
40+
'baker': 'baker',
41+
'berghaus': 'berghaus',
42+
'bertin1953': 'bertin1953',
43+
'boggs': 'boggs',
44+
'bonne': 'bonne',
45+
'bottomley': 'bottomley',
46+
'bromley': 'bromley',
47+
// 'chamberlin': 'chamberlin',
48+
'chamberlin africa': 'chamberlinAfrica',
49+
'collignon': 'collignon',
50+
'craig': 'craig',
51+
'craster': 'craster',
52+
'cylindrical equal area': 'cylindricalEqualArea',
53+
'cylindrical stereographic': 'cylindricalStereographic',
54+
'eckert1': 'eckert1',
55+
'eckert2': 'eckert2',
56+
'eckert3': 'eckert3',
57+
'eckert5': 'eckert5',
58+
'eckert6': 'eckert6',
59+
'eisenlohr': 'eisenlohr',
60+
'fahey': 'fahey',
61+
'foucaut': 'foucaut',
62+
'foucaut sinusoidal': 'foucautSinusoidal',
63+
'gilbert': 'gilbert',
64+
'gingery': 'gingery',
65+
'ginzburg4': 'ginzburg4',
66+
'ginzburg5': 'ginzburg5',
67+
'ginzburg6': 'ginzburg6',
68+
'ginzburg8': 'ginzburg8',
69+
'ginzburg9': 'ginzburg9',
70+
'gringorten': 'gringorten',
71+
'guyou': 'guyou',
72+
'hammer retroazimuthal': 'hammerRetroazimuthal',
73+
'healpix': 'healpix',
74+
'hill': 'hill',
75+
'homolosine': 'homolosine',
76+
'hufnagel': 'hufnagel',
77+
'hyperelliptical': 'hyperelliptical',
78+
'lagrange': 'lagrange',
79+
'larrivee': 'larrivee',
80+
'laskowski': 'laskowski',
81+
'littrow': 'littrow',
82+
'loximuthal': 'loximuthal',
83+
// 'modified stereographic': 'modifiedStereographic',
84+
'modified stereographic alaska': 'modifiedStereographicAlaska',
85+
'modified stereographic gs48': 'modifiedStereographicGs48',
86+
'modified stereographic gs50': 'modifiedStereographicGs50',
87+
'modified stereographic miller': 'modifiedStereographicMiller',
88+
'modified stereographic lee': 'modifiedStereographicLee',
89+
'mt flat polar parabolic': 'mtFlatPolarParabolic',
90+
'mt flat polar quartic': 'mtFlatPolarQuartic',
91+
'mt flat polar sinusoidal': 'mtFlatPolarSinusoidal',
92+
'natural earth1': 'naturalEarth1',
93+
'natural earth2': 'naturalEarth2',
94+
'nell hammer': 'nellHammer',
95+
'nicolosi': 'nicolosi',
96+
'patterson': 'patterson',
97+
'polyconic': 'polyconic',
98+
'rectangular polyconic': 'rectangularPolyconic',
99+
'satellite': 'satellite',
100+
'sinu mollweide': 'sinuMollweide',
101+
'times': 'times',
102+
// 'two point azimuthal': 'twoPointAzimuthal',
103+
// 'two point azimuthalUsa': 'twoPointAzimuthalUsa',
104+
// 'two point equidistant': 'twoPointEquidistant',
105+
// 'two point equidistantUsa': 'twoPointEquidistantUsa',
106+
'van der grinten': 'vanDerGrinten',
107+
'van der grinten2': 'vanDerGrinten2',
108+
'van der grinten3': 'vanDerGrinten3',
109+
'van der grinten4': 'vanDerGrinten4',
110+
// 'wagner': 'wagner',
111+
'wagner4': 'wagner4',
112+
'wagner6': 'wagner6',
113+
// 'wagner7': 'wagner7',
114+
'wiechel': 'wiechel',
115+
'winkel3': 'winkel3',
116+
117+
// 'interrupt': 'interrupt',
118+
'interrupted homolosine': 'interruptedHomolosine',
119+
'interrupted sinusoidal': 'interruptedSinusoidal',
120+
'interrupted boggs': 'interruptedBoggs',
121+
'interrupted sinu mollweide': 'interruptedSinuMollweide',
122+
'interrupted mollweide': 'interruptedMollweide',
123+
'interrupted mollweide hemispheres': 'interruptedMollweideHemispheres',
124+
'interrupted quartic authalic': 'interruptedQuarticAuthalic',
125+
126+
'polyhedral butterfly': 'polyhedralButterfly',
127+
'polyhedral collignon': 'polyhedralCollignon',
128+
'polyhedral waterman': 'polyhedralWaterman',
129+
130+
'gringorten quincuncial': 'gringortenQuincuncial',
131+
'peirce quincuncial': 'peirceQuincuncial'
36132
};
37133

38134
// name of the axes

0 commit comments

Comments
 (0)