Skip to content

Commit

Permalink
Making summary lines thinner
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawberryMaster committed Jan 11, 2025
1 parent bb94e79 commit 1bc6f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function createMap(data, accessible) {

if (document.getElementById("smaller-dots").checked) {
DOT_SIZE *= 2.35 / Math.PI;
LINE_SIZE *= 1.6 / Math.PI;
LINE_SIZE *= 1.5 / Math.PI;
}

let max_lat = 0;
Expand Down

0 comments on commit 1bc6f34

Please sign in to comment.