Changes between Version 586 and Version 587 of Maps


Ignore:
Timestamp:
2021-04-03T23:07:17+02:00 (5 years ago)
Author:
skyper
Comment:

little better formating of example (need complex table to get it nice, though)

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v586 v587  
    8181|| '''projections''' || A list of supported projections (inside {{{<code>}}} tags) ||
    8282|| '''code''' || A projection name, part of its parent {{{<projections>}}}, e.g {{{<code>EPSG:4326</code>}}} ||
    83 || '''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>}}} (not allowed in {{{<mirror>}}} tag) ||
     83|| '''default-layers''' || default layer to open (when using WMS_ENDPOINT type). Contains list of {{{layer}}} tag with two attributes - {{{name}}} and {{{style}}},  (not allowed in {{{<mirror>}}} tag). E.g.: \\ `<default-layers>` \\ `<layer name="Basisdata_NP_Basiskart_JanMayen_WMTS_25829" style="default" />` \\ `</default-layers>` ||
    8484|| '''format''' || format to use when connecting tile server (when using WMS_ENDPOINT type) ||
    8585|| '''transparent''' || accepts two values - {{{true}}} and {{{false}}}. If {{{true}}} transparent tiles will be requested from server ||
     
    106106|| '''projections''' || A list of supported projections (inside {{{<code>}}} tags) ||
    107107|| '''code''' || A projection name, part of its parent {{{<projections>}}}, e.g {{{<code>EPSG:4326</code>}}} (see also projection hints in the WMS section above) ||
    108 || '''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) ||
     108|| '''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}}}, (not allowed in {{{<mirror>}}} tag). E.g.: \\ `<default-layers>` \\ `<layer name="Basisdata_NP_Basiskart_JanMayen_WMTS_25829" style="default" tile-matrix-set="default028mm" />` \\ `</default-layers>` ||
    109109
    110110