Skip to content

Commit

Permalink
changing back to 21, which seems akin to z15
Browse files Browse the repository at this point in the history
  • Loading branch information
burritojustice committed May 12, 2015
1 parent 0cff5cf commit 94f7417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var tile = d3.geo.tile()
.size([width, height]);

var projection = d3.geo.mercator()
.scale((1 << 20) / 2 / Math.PI)
.scale((1 << 21) / 2 / Math.PI)
.translate([-width / 2, -height / 2]); // just temporary

var tileProjection = d3.geo.mercator();
Expand Down

0 comments on commit 94f7417

Please sign in to comment.