Changes between Version 424 and Version 425 of Maps


Ignore:
Timestamp:
2016-11-15T23:13:48+01:00 (9 years ago)
Author:
Klumbumbus
Comment:

+switch explanation (https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Tile_servers)

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v424 v425  
    542542  * offsets to the zoom level: {zoom+1} or {zoom-1}
    543543  * reversed zoom level: {19-zoom}
    544   * Since revision 6951 also {z} and variants are supported for compatibility with other applications
     544  * Since revision 6951 also {z} and variants are supported for compatibility with other applications (however you should use {zoom} in this wiki)
    545545 * {x} is replaced by X-coordinate of the tile
    546546 * {y} is replaced by Y-coordinate of the tile
    547547 * {!y} is replaced by 2^zoom-1^ - 1 - Y (Yahoo style Y coordinate)
    548548 * {-y} is replaced by 2^zoom^ - 1 - Y (OSGeo Tile Map Service Specification style Y coordinate)
    549  * {switch:...} is replaced by a random selection from the given comma separated list, f.e. {switch:a,b,c} or {switch:1,2,3,4}
     549 * {switch:...} is replaced by a random selection from the given comma separated list, e.g. {switch:a,b,c} or {switch:1,2,3,4}. This allows several simultaneous HTTP connections by splitting the download to several subdomains which makes the tile download faster.
    550550 * When {header(''header'',''value'')} is included in URL, this part is stripped and send as HTTP header to the server
    551551