Changes between Version 551 and Version 552 of Maps


Ignore:
Timestamp:
2018-10-17T20:37:50+02:00 (7 years ago)
Author:
wiktorn
Comment:

Move minimum-tile-expire to common properties, as it is available for TMS/WMS/WMTS

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v551 v552  
    4141|| '''eli-best''' || Set to "true", when marked as best in ​[[https://github.com/osmlab/editor-imagery-index|GitHub project Editor Layer Index]]. A hint is then displayed in JOSM in the mouse over tool tip in the imagery preferences, the Imagery menu and in the toolbar. ||
    4242|| '''overlay''' || This entry is an overlay (i.e. mainly transparent) ||
     43|| '''minimum-tile-expire''' || minimum expiry time for tiles in seconds. The larger the value, the longer entry in cache will be considered valid **Since r13733**. ||
    4344
    4445Attributes are included directly within the `<entry>` property, e.g. `<entry eli-best="true">``.
     
    7879|| '''format''' || format to use when connecting tile server (when using WMS_ENDPOINT type) ||
    7980|| '''transparent''' || accepts two values - {{{true}}} and {{{false}}}. If {{{true}}} transparent tiles will be requested from server ||
    80 || '''minimum-tile-expire''' || minimum expiry time for tiles in seconds. The larger the value, the longer entry in cache will be considered valid ||
    8181
    8282Projections 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.
     
    103103|| '''custom-http-headers''' || HTTP headers to be sent to server (replacement of {header(''header'', ''value'')}). It has two attributes {{{header-name}}} and {{{header-value}}}. Might be specified multiple times. ||
    104104|| '''default-layers''' || default layer to open (when using WMS_ENDPOINT type). Contains list of {{{layer}}} tag with three attributes - {{{name}}}, {{{style}}} and {{{tile-matrix-set}}}, e.g. {{{<default-layers><layer name="Basisdata_NP_Basiskart_JanMayen_WMTS_25829" style="default" tile-matrix-set="default028mm" /></default-layers>}}} (not allowed in {{{<mirror>}}} tag) ||
    105 || '''minimum-tile-expire''' || minimum expiry time for tiles in seconds. The larger the value, the longer entry in cache will be considered valid ||
    106105
    107106