Changes between Version 370 and Version 371 of Maps
- Timestamp:
- 2015-07-16T21:32:34+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v370 v371 416 416 || '''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. || 417 417 || '''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. || 418 420 ||= '''Attribute''' =||= '''Description''' =|| 419 421 || '''last-check''' || Date of last check of the data to be valid and accessible, in the form YYYY-MM-DD || … … 423 425 Properties specific to Tile Map Service: 424 426 ||= '''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. ||427 427 || '''tile-size''' || Size of individual tiles delivered by this service, defaults to 256. || 428 428 … … 456 456 * When {header(''header'',''value'')} is included in URL, this part is stripped and send as HTTP header to the server 457 457 458 === Web Map Tile Services (WMTS) === 459 460 Properties 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 465 For 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 458 469 === Pseudo-WMS services === 459 470
