[tor-commits] [atlas/master] Fixes New Zealand
irl at torproject.org
irl at torproject.org
Fri Jan 12 08:32:49 UTC 2018
commit 703367128832987bc93735bc9b91a999ae81f492
Author: Iain R. Learmonth <irl at 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);
More information about the tor-commits
mailing list