Changes between Version 370 and Version 371 of Maps


Ignore:
Timestamp:
2015-07-16T21:32:34+02:00 (10 years ago)
Author:
wiktorn
Comment:

WMTS support docs

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v370 v371  
    416416|| '''no-tile-header''' || Specifies a header returned by tile server, when no tiles are available at this zoom level. {{{name}}} attribute contains name of the header, and {{{value}}} attribute contains regex, that should match header value. ||
    417417|| '''metadata-header''' || {{{header-name}}} attribute specifies a header returned by tile server, that will be shown as {{{metadata-key}}} attribute in Show Tile Info dialog ||
     418|| '''min-zoom''' || The minimum zoom level ||
     419|| '''max-zoom''' || The maximum zoom level. For higher scales, the images of the maximum level are enlarged. ||
    418420||= '''Attribute''' =||= '''Description''' =||
    419421|| '''last-check''' || Date of last check of the data to be valid and accessible, in the form YYYY-MM-DD  ||
     
    423425Properties specific to Tile Map Service:
    424426||= '''Property''' =||= '''Description''' =||
    425 || '''min-zoom''' || The minimum zoom level ||
    426 || '''max-zoom''' || The maximum zoom level. For higher scales, the images of the maximum level are enlarged. ||
    427427|| '''tile-size''' || Size of individual tiles delivered by this service, defaults to 256. ||
    428428
     
    456456 * When {header(''header'',''value'')} is included in URL, this part is stripped and send as HTTP header to the server
    457457
     458=== Web Map Tile Services (WMTS) ===
     459
     460Properties specific to Web Map Tile Service:
     461||= '''Property''' =||= '''Description''' =||
     462|| '''projections''' || A list of supported projections (inside {{{<code>}}} tags) ||
     463|| '''code''' || A projection name, part of its parent {{{<projections>}}}, e.g {{{<code>EPSG:4326</code>}}} ||
     464
     465For WMTS you specify the url to 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.
     466 * When {header(''header'',''value'')} is included in URL, this part is stripped and send as HTTP header to the server
     467
     468
    458469=== Pseudo-WMS services ===
    459470