Skip to content

Commit 10c402f

Browse files
committed
sort projection names in geo_fitbounds-locations
1 parent e3b0ca3 commit 10c402f

File tree

3 files changed

+91
-91
lines changed

3 files changed

+91
-91
lines changed

src/plots/geo/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ exports.projNames = {
126126
*/
127127
};
128128

129-
var keys = Object.keys(exports.projNames);
129+
var keys = Object.keys(exports.projNames).sort();
130130
var totalN = keys.length;
131131
var nRow = 8;
132132
var nCol = Math.ceil(totalN / nRow);
-35 Bytes
Loading

0 commit comments

Comments
 (0)