Skip to content

Commit

Permalink
speed up rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Apr 22, 2020
1 parent e3acd2f commit 730a17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ let lastTime = d3.now()
function degPerMs() {
// rotate faster when zoomed out,
// rotate slower when zoomed in
return 2 / projection.scale()
return 3 / projection.scale()
}
let rotate0, coords0

Expand Down

0 comments on commit 730a17f

Please sign in to comment.