Changes between Version 593 and Version 594 of Maps
- Timestamp:
- 2025-04-25T18:54:10+02:00 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v593 v594 64 64 * offsets to the zoom level: {zoom+1} or {zoom-1} 65 65 * reversed zoom level: {19-zoom} 66 * Since r evision6951 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) 67 67 * {x} is replaced by X-coordinate of the tile 68 68 * {y} is replaced by Y-coordinate of the tile 69 69 * {!y} is replaced by 2^zoom-1^ - 1 - Y (Yahoo style Y coordinate) 70 70 * {-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) 71 72 * {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. 72 73 * {apikey} is replaced by the JOSM custom API Key for the given id, if defined on the JOSM web server
