Changes between Version 443 and Version 444 of Maps


Ignore:
Timestamp:
2017-02-26T18:06:59+01:00 (7 years ago)
Author:
Klumbumbus
Comment:

tooltip displayed in the Imagery menu and in the toolbar

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v443 v444  
    590590||= '''Property''' =||= '''Description''' =||
    591591|| '''name''' || The name of the imagery source. Use english here only. These names can then be translated into all supported languages via Launchpad. (Optional attribute: {{{lang}}} containing the language code to give a translated name here in the xml file. However this should be avoided. This also overrides the translation from Launchpad.) ||
    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. ||
     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, the Imagery menu and in the toolbar. ||
    593593|| '''type''' || The type. Can be {{{tms}}}, {{{wmts}}}, {{{wms}}} and {{{wms_endpoint}}}. 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. ||
    595595|| '''id''' || Unique identifier of a map to allow automatic updates of map data in JOSM. ||
    596 || '''date''' || Creation date of imagery in form YYYY-MM-DD;YYYY-MM-DD. DD and MM as well as a second date are optional. a single "-" marks an unknown or open timespan. Examples **2015** or **2015;2016** or **2015-10;2016-01** or **-;2015** or **2015;-**. The date is displayed in JOSM in the mouse over tool tip in the imagery preferences. ||
     596|| '''date''' || Creation date of imagery in form YYYY-MM-DD;YYYY-MM-DD. DD and MM as well as a second date are optional. a single "-" marks an unknown or open timespan. Examples **2015** or **2015;2016** or **2015-10;2016-01** or **-;2015** or **2015;-**. The date is displayed in JOSM in the mouse over tool tip in the imagery preferences, the Imagery menu and in the toolbar. ||
    597597|| '''bounds''' || The area of use, e.g. {{{<bounds min-lat='45.7' min-lon='5.9' max-lat='55.0' max-lon='17.3'/>}}} ||
    598598|| '''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]]. To easily create the shape xml code you can use the [osmwiki:JOSM/Plugins/Imagery-XML-Bounds Imagery-XML-Bounds plugin]. ||
     
    615615||= '''Attribute''' =||= '''Description''' =||
    616616|| '''last-check''' || Date of last check of the data to be valid and accessible, in the form YYYY-MM-DD  ||
    617 || '''eli-best''' || Set to "true", when marked as best in ​[[https://github.com/osmlab/editor-imagery-index|GitHub project Editor Layer Index]]. A hint is then displayed in JOSM in the mouse over tool tip in the imagery preferences. ||
     617|| '''eli-best''' || Set to "true", when marked as best in ​[[https://github.com/osmlab/editor-imagery-index|GitHub project Editor Layer Index]]. A hint is then displayed in JOSM in the mouse over tool tip in the imagery preferences, the Imagery menu and in the toolbar. ||
    618618
    619619Attributes are included directly within the `<entry>` property, e.g. `<entry eli-best="true">``.