Changes between Version 134 and Version 135 of Maps
- Timestamp:
- 2011-10-23T12:21:31+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v134 v135 1588 1588 1589 1589 For 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}) 1591 1591 * {x} is replaced by X-coordinate of the tile 1592 1592 * {y} is replaced by Y-coordinate of the tile 1593 1593 * {!y} is replaced by 2^zoom^ - 1 - Y (Yahoo style Y coordinate) 1594 1594 * {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 1595 1596 1596 1597 === Web Map Services (WMS) === … … 1602 1603 * {height} is requested display height 1603 1604 * {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 1604 1606 1605 1607 For compatibility the old format is still supported. It is used when no patterns are found:
