From 391162a895a15d95b73e67af202d0bee8037f76e Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Thu, 19 Dec 2013 21:22:02 -0800 Subject: [PATCH] Update site --- js/planetaryjs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/planetaryjs.js b/js/planetaryjs.js index afd2713..fa04878 100644 --- a/js/planetaryjs.js +++ b/js/planetaryjs.js @@ -69,7 +69,7 @@ d3.json("world-110m.json", function(error, world) { path.context(context)(borders); context.stroke(); context.strokeStyle = '#fff'; - context.lineWidth = 2; + context.lineWidth = 1; currentTime = Date.now(); for (_i = 0, _len = pings.length; _i < _len; _i++) { ping = pings[_i];