Changes between Version 5 and Version 77 of Help/Action/ObjectHistory


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/ObjectHistory

    v5 v77  
    1 [[TranslatedPages]]
     1[[TranslatedPages(outdated=The page needs rework and new screenshots. Context menu is partly missing. Waiting for #19470 #20770 #20879 and #20880 to be fixed.)]]
     2[[PageOutline(2-10,Table of Contents)]]
    23
    3 = View > Object history =
     4= View > History =
    45
    5 [[Image(source:trunk/images/about.png)]] ''Keyboard shortcut:'' '''{{{Ctrl+H}}}'''
     6[[JOSMImage(dialogs/history,48,link=,middle,margin-right=20)]] ''Keyboard shortcut:'' **`Ctrl+H`**
    67
    7 '''Display history infomation about OSM nodes, ways or relations''' in your web browser.
     8**Display history information about [wikitr:/Help/Concepts/Object OSM objects]** in the history browser.
     9
     10
     11== Activation steps ==
     12* using the shortcut
     13* using control buttons [[JOSMImage(dialogs/history)]] in dialogs or panels e.g. [[JOSMImage(dialogs/selectionlist)]] [wikitr:/Help/Dialog/SelectionList#Controlbuttons Selection List] or [[JOSMImage(dialogs/changeset/changesetmanager)]] [wikitr:/Help/Dialog/ChangesetManager Changeset Manager]
     14* using [wikitr:/Help/Menu/View View menu]
     15
     16=== Several dialogs can be opened simultaneously ===
     17[[Image(SixHistoryDialogues.png,link=,33%,right,margin-left=10)]]
     18For each selected object, an own history dialog will open. \\
     19In order to not open too many history dialogs simultaneously, a warning will be displayed if many objects are selected. The limit is defined in [wikitr:/Help/Preferences/Advanced advanced preferences], see [#AdvancedPreferences below], and the default is five.
     20
     21== Overview ==
     22* On the left a list of object versions is displayed (to the left of the versions, color gutters, based on the timestamp of the corresponding versions, are shown). Two versions (A and B) are marked with a dot.
     23 * You can manually place both dots or click on a date or user name to place two dots at once. You can also use the up and down arrows on your keyboard to move the dots up and down.
     24 * right click menu
     25  * [[JOSMImage(help/internet,24,link=,middle)]] Launch browser with information about the changeset
     26  * [[JOSMImage(data/user,24,link=,middle)]] Launch browser with information about the user
     27* The vertical separator includes two buttons at the top with a [[JOSMImage(svpLeft,link=,middle,8)]] left and [[JOSMImage(svpRight,link=,middle,8)]] right arrow to move the separator to center, left or right and hide, respectively, display the left or right part.
     28* The right part
     29 * Top parts
     30  * Tags tab, with 3 columns : "Key", "Value" and "Since" (display for each line the last version this value has been changed with the corresponding color gutter on the right).
     31  * [#Secondtabmaychangedependingonselection one of three tabs] - depending on the [wikitr:/Help/Concepts/Object object type] which is [wikitr:/Help/Dialog/SelectionList#Selection selected]
     32 * Bottom part is halved in two vertical panels and depending on active tab, items are marked using colors:
     33  * Green - for anything "new" (node) or "added" (tags)
     34  * Red - for anything "old" (node) or "removed" (tags)
     35  * Orange - node was replaced with other node (node) tag or value part was changed (tags)
     36  * Yellow - used to indicate that way was reversed (details below)
     37
     38[[Image(history_dialog.png,link=)]]
     39
     40
     41== Basic information about a version ==
     42The History Browser displays basic information about each object version:
     43
     44* the '''object id''', the unique number of the object (displayed in the window title bar)
     45* the '''version id''', the unique version number the OSM server assigned to this object version (1, 2, 3,...)
     46* the '''date of creation'''
     47* the '''user''' who created this version. Click on the link to launch a browser with additional information about the user.
     48* the '''changeset id''', i.e. the unique number of the changeset in which this object version was created. Click on the link to launch a browser with additional information about the changeset at osm.org. Click on the [[JOSMImage(dialogs/changeset/changesetmanager)]] '''Changeset''' Button to open the [wikitr:/Help/Dialog/ChangesetManager Changeset Manager]. Click on the arrow on the right of the Changeset button to get a list of links to other external changeset viewers.
     49* the '''number of comments''' of the changeset discussion (if available) with this icon: [[JOSMImage(dialogs/notes/note_comment)]]
     50* the '''changeset comment''' (if available)
     51* the '''changeset source tag''' (if available)
     52* the '''changeset imagery_used tag''' (if available)
     53* the '''object tags'''
     54
     55=== Context menu ===
     56Via a right click on one of the tags you get the following context menu:
     57
     58[[Image(HistoryContextMenu.png,link=)]]
     59
     60
     61== Second tab may change depending on selection ==#Secondtabmaychangedependingonselection
     62=== Coordinates tab, if a node was selected ===
     63The '''Coordinates tab''' displays the longitude and the latitude of the node and the distance of the coordinates of the two selected versions. Additionally version A is highlighted as a red circle and version B as a green circle on the map below.
     64
     65[[Image(history_dialog_coordinates_tab.png,link=)]]
     66
     67=== Nodes tab, if a way was selected ===
     68The '''Nodes tab''' displays all nodes of the way with their id.
     69
     70The arrow down or arrow up in the heading of the table indicates if the nodes are displayed from first to last or vice versa. This helps to easier inspect reverted ways.
     71
     72==== Not reversed way ====
     73Note that both arrows are down:
     74
     75[[Image(way 36833311 history in 10966.png,link=)]]
     76
     77==== Reversed way ====
     78If you revert the direction of a way, not all the nodes are reordered in this view, but just the arrow switches and the nodes which are in reversed order get a yellow background.
     79
     80In the last change of this way (which is by the way not yet uploaded in this case) the way was reversed, one node removed and two nodes added:
     81
     82[[Image(way36833311OneRemovedTwoAddedWayReversed.png,link=)]]
     83
     84
     85=== Members tab, if a relation was selected ===
     86The '''Members tab''' displays all members of the relation with their id, their sequence number, an icon of their object type and (if set) their role.
     87
     88Note :
     89 * a double-click on a member in relation members table opens history of member
     90 * a right-click on a member in relation members table opens the contextual menu (Zoom to member; history)
     91
     92[[Image(history_dialog_members_tab.png,link=)]]
     93
     94
     95== Advanced Preferences ==#AdvancedPreferences
     96||= **Property** =||= **Default** =||= **Description** =||
     97|| **`warn.open.maxhistory`** ||  `5`  || The maximum number of history dialogs to open simultaneously without displaying a warning. ||
     98|| **`org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager.geometry`** ||  ''?''  || The geometry of the history dialog ||
     99
    8100
    9101== See also ==
    10 
    11  * [[Image(source:trunk/images/about.png,20)]] [Action/InfoAboutElements Info about Element]
     102* [[JOSMImage(dialogs/history)]] [wikitr:/Help/Action/ObjectHistoryWeb History (web)]
     103* [[JOSMImage(info)]] [wikitr:/Help/Action/InfoAboutElements Advanced info]
     104* [[JOSMImage(info)]] [wikitr:/Help/Action/InfoAboutElementsWeb Advanced info (web)]
    12105
    13106----
    14 Back to [Menu/View Menu View][[Br]]
    15 Back to [wiki:/Help Main Help]
     107Back to [wikitr:/Help/Menu/View View menu] \\
     108Back to [wikitr:/Help/Dialog/SelectionList Selection List] \\
     109Back to [wikitr:/Help/Dialog/ChangesetManager Changeset Manager] \\
     110Back to [wikitr:/Help Main Help]