Skip to content

Instantly share code, notes, and snippets.

@nikolaswise
Created April 24, 2015 20:13
Show Gist options
  • Save nikolaswise/08dd85394339005ab522 to your computer and use it in GitHub Desktop.
Save nikolaswise/08dd85394339005ab522 to your computer and use it in GitHub Desktop.
Web Mercator Zoom Level to Scale / Resolution at Equator

Scales

Quick reference for approximate zoom level to scale at the equator.

  • 0
    • Resolution: 156543.03392800014
    • Scale: 5.91657527591555E8
  • 1
    • Resolution: 78271.51696399994
    • Scale: 2.95828763795777E8
  • 2
    • Resolution: 39135.75848200009
    • Scale: 1.47914381897889E8
  • 3
    • Resolution: 19567.87924099992
    • Scale: 7.3957190948944E7
  • 4
    • Resolution: 9783.93962049996
    • Scale: 3.6978595474472E7
  • 5
    • Resolution: 4891.96981024998
    • Scale: 1.8489297737236E7
  • 6
    • Resolution: 2445.98490512499
    • Scale: 9244648.868618
  • 7
    • Resolution: 1222.992452562495
    • Scale: 4622324.434309
  • 8
    • Resolution: 611.4962262813797
    • Scale: 2311162.217155
  • 9
    • Resolution: 305.74811314055756
    • Scale: 1155581.108577
  • 10
    • Resolution: 152.87405657041106
    • Scale: 577790.554289
  • 11
    • Resolution: 76.43702828507324
    • Scale: 288895.277144
  • 12
    • Resolution: 38.21851414253662
    • Scale: 144447.638572
  • 13
    • Resolution: 19.10925707126831
    • Scale: 72223.819286
  • 14
    • Resolution: 9.554628535634155
    • Scale: 36111.909643
  • 15
    • Resolution: 4.77731426794937
    • Scale: 18055.954822
  • 16
    • Resolution: 2.388657133974685
    • Scale: 9027.977411
  • 17
    • Resolution: 1.1943285668550503
    • Scale: 4513.988705
  • 18
    • Resolution: 0.5971642835598172
    • Scale: 2256.994353
  • 19
    • Resolution: 0.29858214164761665
    • Scale: 1128.497176
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment