Changes between Version 546 and Version 547 of Maps


Ignore:
Timestamp:
2018-05-28T21:30:13+02:00 (8 years ago)
Author:
Klumbumbus
Comment:

more precise

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v546 v547  
    1616|| '''id''' || Unique identifier of a map to allow automatic updates of map data in JOSM. Don't use white spaces and special characters here (except `-` and `_`). Never change an existing id as this would break the idea behind the id. ||
    1717|| '''oldid''' || In case renaming is necessary this can contain an old id. The attribute {{{date}}} containing an ISO data like {{{2018-08-14}}} is required. Multiple entries are possible. ||
    18 || '''default''' || If set to "true", the entry is in the [Help/Menu/Imagery users list] by default. (Only administrators can change default entries.) ||
     18|| '''default''' || If set to "true", the entry is in the [Help/Menu/Imagery users list] by default. (Only josm wiki administrators can change default entries.) ||
    1919|| '''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. ||
    2020|| '''bounds''' || The area of use, e.g. {{{<bounds min-lat='45.7' min-lon='5.9' max-lat='55.0' max-lon='17.3'/>}}} ||