Changes between Version 428 and Version 429 of Maps


Ignore:
Timestamp:
2016-12-13T23:55:14+01:00 (9 years ago)
Author:
Klumbumbus
Comment:

+hint where description in displayed in josm

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v428 v429  
    590590||= '''Property''' =||= '''Description''' =||
    591591|| '''name''' || The name of the imagery source, optional attribute: {{{lang}}} containing the language code ||
    592 || '''description''' || Description of the imagery source, when not self explaining - i.e. when not aerial imagery or other relevant specific information, required attribute: {{{lang}}} containing the language code ||
     592|| '''description''' || Description of the imagery source, when not self explaining - i.e. when not aerial imagery or other relevant specific information, required attribute: {{{lang}}} containing the language code. The description is displayed in JOSM in the mouse over tool tip in the imagery preferences. ||
    593593|| '''type''' || The type. Can be {{{tms}}}, {{{wmts}}}, {{{wms}}}, {{{wms_endpoint}}}  and {{{html}}}. If {{{wms_endpoint}}} is used then the user can choose one of the provided wms layers when adding the entry as background. In addition, there are the special types {{{bing}}} and {{{scanex}}} with hardcoded behaviour. ||
    594594|| '''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 '&amp;'. Alternatively, the URL can be wrapped in a <![CDATA[...]]> section. ||