Skip to content

Commit 883ca48

Browse files
authored
Merge pull request #6670 from apparebit/equal-earth-projection
Enable 'Equal Earth' projection
2 parents 96c2815 + 5f0b62b commit 883ca48

9 files changed

+394
-189
lines changed

Diff for: draftlogs/6670_add.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add 'Equal Earth' projection [[#6670](https://github.com/plotly/plotly.js/pull/6670)], with thanks to @apparebit for the contribution!

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

+1
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',

Diff for: test/image/baselines/canada_geo_projections.png

9.3 KB
Loading

Diff for: test/image/baselines/geo_fitbounds-locations.png

8.85 KB
Loading

Diff for: test/image/baselines/various_geo_projections.png

20 KB
Loading

0 commit comments

Comments
 (0)