Changes between Version 532 and Version 533 of Maps


Ignore:
Timestamp:
2018-03-17T21:09:15+01:00 (8 years ago)
Author:
stoecker
Comment:

Add id to mirror

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v532 v533  
    3131|| '''country-code''' || The [https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 ISO 3166-1 alpha-2 country code] ||
    3232|| '''icon''' || A menu/toolbar icon specified either as URL or data URL (RFC2397) ||
    33 || '''mirror''' || A different mirror of the data, i.e. a TMS for WMS servers, supports {{{<type>}}}, {{{<url>}}}, {{{<projections>}}}, {{{<min-zoom>}}} and {{{<max-zoom>}}} properties. ||
     33|| '''mirror''' || A different mirror of the data, i.e. a TMS for WMS servers, supports {{{<type>}}}, {{{id}}}, {{{<url>}}}, {{{<projections>}}}, {{{<min-zoom>}}} and {{{<max-zoom>}}} properties. ||
    3434|| '''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. ||
    3535|| '''no-tile-checksum''' || Specify a checksum for tiles, which aren't real tiles. {{{type}}} is the digest type and can be MD5, SHA-1, SHA-256, SHA-384 and SHA-512, {{{value}}} is the hex encoded checksum in lower case. ||
     
    8787To find out all the needed parameters of a WMS open the GetCapabilities URL. It usually looks like this `http://...service=wms&request=getcapabilities`
    8888
    89 The wiki can help you to find projection codes. When changing an WMS entry you may add {{{EXTRACTEPSG}}} as only content of the line after the WMS URL. Then preview the changes. You will get an XML validation error, but the preview contains the standard projections supported by the server.
     89The wiki can help you to find projection codes. When changing a WMS entry you may add {{{EXTRACTEPSG}}} as only content of the line after the WMS URL. Then preview the changes. You will get a XML validation error, but the preview contains the standard projections supported by the server.
    9090
    9191=== Web Map Tile Services (WMTS) ===