Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sort projection names in geo_fitbounds-locations
  • Loading branch information
archmoj committed Jul 5, 2021
commit 10c402f6d2fbc94b33a8a0b4006602662518da39
2 changes: 1 addition & 1 deletion src/plots/geo/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ exports.projNames = {
*/
};

var keys = Object.keys(exports.projNames);
var keys = Object.keys(exports.projNames).sort();
var totalN = keys.length;
var nRow = 8;
var nCol = Math.ceil(totalN / nRow);
Expand Down
Binary file modified test/image/baselines/geo_fitbounds-locations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading