[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [atlas/master] Fixes New Zealand



commit 703367128832987bc93735bc9b91a999ae81f492
Author: Iain R. Learmonth <irl@xxxxxxxx>
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);



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits