Changes between Version 543 and Version 544 of Maps


Ignore:
Timestamp:
2018-05-28T20:30:14+02:00 (8 years ago)
Author:
wiktorn
Comment:

add exampole for default-layers

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v543 v544  
    7575|| '''code''' || A projection name, part of its parent {{{<projections>}}}, e.g {{{<code>EPSG:4326</code>}}} ||
    7676|| '''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. ||
    77 || '''default-layers''' || default layer to open (when using WMS_ENDPOINT type). Contains list of '''layer''' tag with two attributes - '''name''' and '''style''' ||
     77|| '''default-layers''' || default layer to open (when using WMS_ENDPOINT type). Contains list of '''layer''' tag with two attributes - '''name''' and '''style''', e.g. '''<default-layers><layer name="Basisdata_NP_Basiskart_JanMayen_WMTS_25829" style="default" /></default-layers>''' ||
    7878|| '''format''' || format to use when connecting tile server (when using WMS_ENDPOINT type) ||
    7979|| '''transparent''' || accepts two values - '''true''' and '''false'''. If '''true''' transparent tiles will be requested from server ||
     
    102102|| '''code''' || A projection name, part of its parent {{{<projections>}}}, e.g {{{<code>EPSG:4326</code>}}} (see also projection hints in the WMS section above) ||
    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. ||
    104 || '''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''' ||
     104|| '''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>''' ||
    105105|| '''minimum-tile-expire''' || minimum expiry time for tiles in seconds. The larger the value, the longer entry in cache will be considered valid ||
    106106