Changes between Version 586 and Version 587 of Maps
- Timestamp:
- 2021-04-03T23:07:17+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v586 v587 81 81 || '''projections''' || A list of supported projections (inside {{{<code>}}} tags) || 82 82 || '''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>` || 84 84 || '''format''' || format to use when connecting tile server (when using WMS_ENDPOINT type) || 85 85 || '''transparent''' || accepts two values - {{{true}}} and {{{false}}}. If {{{true}}} transparent tiles will be requested from server || … … 106 106 || '''projections''' || A list of supported projections (inside {{{<code>}}} tags) || 107 107 || '''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>` || 109 109 110 110
