Skip to content

Commit

Permalink
Merge pull request #6670 from apparebit/equal-earth-projection
Browse files Browse the repository at this point in the history
Enable 'Equal Earth' projection
  • Loading branch information
archmoj committed Jul 18, 2023
2 parents 96c2815 + 5f0b62b commit 883ca48
Show file tree
Hide file tree
Showing 9 changed files with 394 additions and 189 deletions.
1 change: 1 addition & 0 deletions draftlogs/6670_add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add 'Equal Earth' projection [[#6670](https://github.com/plotly/plotly.js/pull/6670)], with thanks to @apparebit for the contribution!
1 change: 1 addition & 0 deletions src/plots/geo/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ exports.projNames = {
eckert5: 'eckert5',
eckert6: 'eckert6',
eisenlohr: 'eisenlohr',
'equal earth': 'equalEarth',
equirectangular: 'equirectangular',
fahey: 'fahey',
'foucaut sinusoidal': 'foucautSinusoidal',
Expand Down
Binary file modified test/image/baselines/canada_geo_projections.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/geo_fitbounds-locations.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/various_geo_projections.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 883ca48

Please sign in to comment.