Adjust details

This commit is contained in:
Per Liedman 2017-09-11 09:18:15 +02:00 committed by Vladimir Agafonkin
parent 5d0f7ae438
commit f90a55ec20

View File

@ -107,7 +107,7 @@ When we represent the world at zoom level **zero**, it's 256 pixels wide and hig
</div> </div>
</div> </div>
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): At each zoom level, each tile is divided in four, and its size (length of the edge, given by the `tileSize` option) 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> <table><tr><td>
<div class='tiles small' style='text-align: center'> <div class='tiles small' style='text-align: center'>