Changes between Version 359 and Version 360 of Maps
- Timestamp:
- 2015-01-28T20:09:56+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v359 v360 401 401 == Documentation == 402 402 403 General properties : ({{{name}}}, {{{type}}} and {{{url}}} are mandatory.)403 General properties of {{{<entry>}}}: ({{{<name>}}}, {{{<type>}}} and {{{<url>}}} are mandatory.) 404 404 ||= '''Property''' =||= '''Description''' =|| 405 405 || '''name''' || The name of the imagery source || 406 || '''comment''' || Description of the imagery source, when not self explaining - i.e. when not aerial imagery or other releavnt specific information || 406 407 || '''type''' || The type. Can be {{{tms}}}, {{{wms}}} and {{{html}}}. In addition, there are the special types {{{bing}}} and {{{scanex}}} with hardcoded behaviour. || 407 408 || '''url''' || The URL of the service. Can contain templates, e.g.{{{ {zoom} }}} will be replaced by the current zoom level (see below). The list of services is a XML document, so the '&' character is represented by '&'. Alternatively, the URL can be wrapped in a <![CDATA[...]]> section. || 408 409 || '''id''' || Unique identifier of a map to allow automatic updates of map data in JOSM. || 409 410 || '''bounds''' || The area of use, e.g. {{{<bounds min-lat='45.7' min-lon='5.9' max-lat='55.0' max-lon='17.3'/>}}} || 410 || '''shape''' || A non-rectangular area of use inside the {{{ bounds}}}, defined by an ordered list of {{{point}}}s. This allows a more precise display in [[Help/Preferences/Imagery]]. ||411 || '''point''' || A lat/lon point, part of its parent {{{ shape}}}, e.g {{{<point lat='45.4023663' lon='2.4599585' />}}} ||411 || '''shape''' || A non-rectangular area of use inside the {{{<bounds>}}}, defined by an ordered list of {{{<point>}}}s. This allows a more precise display in [[Help/Preferences/Imagery]]. || 412 || '''point''' || A lat/lon point, part of its parent {{{<shape>}}}, e.g {{{<point lat='45.4023663' lon='2.4599585' />}}} || 412 413 || '''permission-ref''' || Provide a source that this background can be used for OSM. A page on the OSM-wiki with additional explanation and further references is preferred, but other sources (for example the license text) can also be linked. The document does not have to be in English. || 413 414 || '''eula''' || A link to an EULA text that has to be accepted by the user, before the imagery source is added. || … … 419 420 || '''terms-of-use-text''' || Customized text for the terms of use link (default is "Background Terms of Use") || 420 421 || '''country-code''' || The ISO 3166 country code || 421 || '''projections''' || A list of supported projections (inside {{{<code>}}} tags) ||422 || '''code''' || A projection name, part of its parent {{{projections}}}, e.g {{{<code>EPSG:4326</code>}}} ||423 422 || '''icon''' || A menu/toolbar icon specified either as URL or data URL (RFC2397) || 423 || '''mirror''' || A different mirror of the data, i.e. a TMS for WMS servers, supports {{{<type>}}}, {{{<url>}}}, {{{<projections>}}}, {{{<min-zoom>}}} and {{{<max-zoom>}}} properties. || 424 425 ||= '''Attribute''' =||= '''Description''' =|| 426 || '''lastcheck''' || Date of last check of the data to be valid and accessible, in the form YYYY-MM-DD || 424 427 425 428 === Tile Map Services (TMS) === … … 444 447 === Web Map Services (WMS) === 445 448 449 Properties specific to Web Map Service: 450 ||= '''Property''' =||= '''Description''' =|| 451 || '''projections''' || A list of supported projections (inside {{{<code>}}} tags) || 452 || '''code''' || A projection name, part of its parent {{{<projections>}}}, e.g {{{<code>EPSG:4326</code>}}} || 453 446 454 For WMS you can specify tile URL template. Following patterns are supported: 447 455 * {proj} is replaced by projection.
