Changes between Version 593 and Version 594 of Maps


Ignore:
Timestamp:
2025-04-25T18:54:10+02:00 (9 months ago)
Author:
stoecker
Comment:

Add QuadKey, see #24274

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v593 v594  
    6464  * offsets to the zoom level: {zoom+1} or {zoom-1}
    6565  * reversed zoom level: {19-zoom}
    66   * Since revision 6951 also {z} and variants are supported for compatibility with other applications (however you should use {zoom} in this wiki)
     66  * Since r6951 also {z} and variants are supported for compatibility with other applications (however you should use {zoom} in this wiki)
    6767 * {x} is replaced by X-coordinate of the tile
    6868 * {y} is replaced by Y-coordinate of the tile
    6969 * {!y} is replaced by 2^zoom-1^ - 1 - Y (Yahoo style Y coordinate)
    7070 * {-y} is replaced by 2^zoom^ - 1 - Y (OSGeo Tile Map Service Specification style Y coordinate)
     71 * {quad} is replaced by Microsoft style [https://learn.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system QuadKey] (since r19393)
    7172 * {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.
    7273 * {apikey} is replaced by the JOSM custom API Key for the given id, if defined on the JOSM web server