Changes between Version 43 and Version 44 of Maps


Ignore:
Timestamp:
2011-07-02T14:10:03+02:00 (15 years ago)
Author:
stoecker
Comment:

Add switch statement

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v43 v44  
    2121# only for Europe
    2222false;ÖPNV;tms[18]:http://tile.xn--pnvkarte-m4a.de/tilegen
    23 false;German Style;tms[18]:http://b.tile.openstreetmap.de/tiles/osmde
     23false;German Style;tms[18]:http://{switch:a,b,c}.tile.openstreetmap.de/tiles/osmde
    2424#
    2525#
     
    125125 * {y} is replaced by Y-coordinate of the tile
    126126 * {!y} is replaced by 2^zoom^ - 1 - Y (Yahoo style Y coordinate)
    127  * {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}
     127 * {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} (supported since JOSM 4194)
    128128
    129129By default, following pattern is used: /{zoom}/{x}/{y}.png