Changes between Version 435 and Version 436 of Maps


Ignore:
Timestamp:
2017-02-16T22:25:23+01:00 (9 years ago)
Author:
stoecker
Comment:

Add date field description

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v435 v436  
    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. Examples **2015** or **2015;2016** or **2015-10;2016;01** ||
    596597|| '''bounds''' || The area of use, e.g. {{{<bounds min-lat='45.7' min-lon='5.9' max-lat='55.0' max-lon='17.3'/>}}} ||
    597598|| '''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]. ||