I have a simple question: What does it mean to set the scale of a d3 projection to 1 compared to, say, 150? What do these values actually translate to in plain English? I understand that it scales the projection up and down (duh), but according to what principle?
var projection = d3.geo.mercator()
.scale(1) //what does this mean?