Skip to content

Instantly share code, notes, and snippets.

@willwhite
Created May 9, 2011 20:07
Show Gist options
  • Save willwhite/963271 to your computer and use it in GitHub Desktop.
Save willwhite/963271 to your computer and use it in GitHub Desktop.
this.RESOLUTIONS = [];
var maxResolution = 156543.03390625;
for(var zoom=0; zoom<=this.MAX_ZOOM_LEVEL; ++zoom) {
this.RESOLUTIONS[zoom] = maxResolution / Math.pow(2, zoom);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment