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];