Changed zoom-level documentation to reflect function properly.
This commit is contained in:
parent
29b64940b8
commit
5d0f7ae438
@ -107,7 +107,7 @@ When we represent the world at zoom level **zero**, it's 256 pixels wide and hig
|
||||
</div>
|
||||
</div>
|
||||
|
||||
At each zoom level, each tile is divided in four, and its size doubles (in other words, the width and height of the world is <code>256·2<sup>zoomlevel</sup></code> pixels):
|
||||
At each zoom level, each tile is divided in four, and its Size(tileSize, length of the edge) doubles, quadrupling the area. (in other words, the width and height of the world is <code>256·2<sup>zoomlevel</sup></code> pixels):
|
||||
|
||||
<table><tr><td>
|
||||
<div class='tiles small' style='text-align: center'>
|
||||
|
Loading…
Reference in New Issue
Block a user