
12 Jan
2018
12 Jan
'18
8:32 a.m.
commit 703367128832987bc93735bc9b91a999ae81f492 Author: Iain R. Learmonth <irl@fsfe.org> Date: Fri Jan 12 00:05:26 2018 +0000 Fixes New Zealand --- js/views/aggregate/map.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/views/aggregate/map.js b/js/views/aggregate/map.js index 4d2ae31..4141e7b 100644 --- a/js/views/aggregate/map.js +++ b/js/views/aggregate/map.js @@ -39,7 +39,8 @@ define([ var width = 938; var height = 500; - var projection = d3geoproj.geoCylindricalEqualArea(); + var projection = d3geoproj.geoCylindricalEqualArea() + .scale(175); var path = d3.geo.path() .projection(projection);
2688
Age (days ago)
2688
Last active (days ago)
0 comments
1 participants
participants (1)
-
irl@torproject.org