Changes between Version 424 and Version 425 of Maps
- Timestamp:
- 2016-11-15T23:13:48+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v424 v425 542 542 * offsets to the zoom level: {zoom+1} or {zoom-1} 543 543 * 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) 545 545 * {x} is replaced by X-coordinate of the tile 546 546 * {y} is replaced by Y-coordinate of the tile 547 547 * {!y} is replaced by 2^zoom-1^ - 1 - Y (Yahoo style Y coordinate) 548 548 * {-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. 550 550 * When {header(''header'',''value'')} is included in URL, this part is stripped and send as HTTP header to the server 551 551
