Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created January 21, 2011 17:31
Show Gist options
  • Save springmeyer/790041 to your computer and use it in GitHub Desktop.
Save springmeyer/790041 to your computer and use it in GitHub Desktop.
convert from zoom level to mapnik scale
def getScale(zoom):
return 279541132.014 / (2 ** (zoom-1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment