Changes between Version 134 and Version 135 of Maps


Ignore:
Timestamp:
2011-10-23T12:21:31+02:00 (14 years ago)
Author:
stoecker
Comment:

Some template description updates

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v134 v135  
    15881588
    15891589For TMS you can specify tile URL template. Following patterns are supported:
    1590  * {zoom} is replaced by tile zoom level
     1590 * {zoom} is replaced by tile zoom level (also supported are offsets like : {zoom+1} or {zoom-1})
    15911591 * {x} is replaced by X-coordinate of the tile
    15921592 * {y} is replaced by Y-coordinate of the tile
    15931593 * {!y} is replaced by 2^zoom^ - 1 - Y (Yahoo style Y coordinate)
    15941594 * {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}
     1595 * When {header(''header'',''value'')} is included in URL, this part is stripped and send as HTTP header to to server
    15951596
    15961597=== Web Map Services (WMS) ===
     
    16021603 * {height} is requested display height
    16031604 * {w},{s},{n},{e} are replaced by corresponding coordinates
     1605 * When {header(''header'',''value'')} is included in URL, this part is stripped and send as HTTP header to to server
    16041606
    16051607For compatibility the old format is still supported. It is used when no patterns are found: