Changes between Version 521 and Version 522 of Maps


Ignore:
Timestamp:
2018-03-13T21:16:28+01:00 (8 years ago)
Author:
Klumbumbus
Comment:

document "secret" wiki feature

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v521 v522  
    901901|| '''code''' || A projection name, part of its parent {{{<projections>}}}, e.g {{{<code>EPSG:4326</code>}}} ||
    902902
    903 
     903Projections can be tested within the JOSM wiki by adding &epsg=... to the view URL. Small numbers refer to the projection specified in the wiki entry and large numbers directly to the EPSG code. So &epsg=3 means the 3rd projection in the wiki entry list and &epsg=4326 means EPSG:4326. With the second variant you can also test projections which are not (yet) part of the wiki entry list.
    904904
    905905For WMS you can specify tile URL template. Following patterns are supported:
     
    919919||= '''Property''' =||= '''Description''' =||
    920920|| '''projections''' || A list of supported projections (inside {{{<code>}}} tags) ||
    921 || '''code''' || A projection name, part of its parent {{{<projections>}}}, e.g {{{<code>EPSG:4326</code>}}} ||
     921|| '''code''' || A projection name, part of its parent {{{<projections>}}}, e.g {{{<code>EPSG:4326</code>}}} (see also projection hints in the WMS section above) ||
    922922
    923923For WMTS you specify the url to the GetCapabilities document. JOSM will fetch the document and interpret all the data there. If there is more than one layer within one service, JOSM will ask the user, which tile he wants to work with. Multiple styles are not yet supported.