Changes between Version 8 and Version 9 of Help/Dialog/ChangesetManager


Ignore:
Timestamp:
2009-12-27T21:19:08+01:00 (16 years ago)
Author:
Gubaer
Comment:

extended

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/ChangesetManager

    v8 v9  
    5858
    5959=== Removing changesets from the cache ===
    60 Changesets can be removed from the local cache. Removing a changeset from the cache is purely local operation. The changeset isn't deleted on the OSM server. In fact, it is ''not possible'' to delete a changeset on the server.
     60Changesets can be removed from the local cache. Removing a changeset from the cache doesn't affect the OSM server. The changeset isn't deleted on the server. In fact, it is ''not possible'' to delete a changeset on the server.
    6161
    62 Removing changesets from the local cache can be useful because the local changeset cache consumes memory. You can remove changesets you don't need from the cache in order to free it up.
     62Removing changesets from the local cache can be useful because the local changeset cache consumes memory, though. You can remove changesets you don't need from the cache in order to free up the memory.
    6363
    6464To remove one or more changesets from the local cache
     
    8383 2.  Click on [[Image(source:/trunk/images/dialogs/changeset/downloadchangesetcontent.png)]]. Alternatively you may select  [[Image(source:/trunk/images/dialogs/changeset/downloadchangesetcontent.png)]]'''Download changeset content''' from the popup menu.
    8484
    85 In additiol, the content of a changeset may change over time provided the changeset is still open. The same steps will always retrieve the most recent content for a given changeset. If the local cache already includes the content of a changeset, this operation will update it with the latest content.
     85The content of a changeset may change over time too, provided the changeset is still open. The same steps will always retrieve the lastest content for a given changeset. If the local cache already includes the content of a changeset, this operation will refresh it.
    8686
    8787== Managing a single changeset ==
    8888=== Browsing properties, tags, and content ===
     89The detail view in the lower half of the Changeset Manager consists of three tabs:
     90 * '''Properties''' - displays the basic properties of the currently selected changeset, i.e. its ID or whether the changeset is open or closed
     91 * '''Tags''' - displays the tags assigned to the currently selected changeset
     92 * '''Content''' - displays the changeset content
     93
     94Click on either of these tabs to browse the respective information.
     95
    8996=== Remove a changeset from the local cache ===
     97
     98 1.  Click on [[Image(source:/trunk/images/dialogs/delete.png)]] to remove the currently selected changeset from the cache.
     99
    90100=== Updating/Downloading changeset content  ===
     101There are two commands available to either update the basic properties of the changeset or to update/download the changeset content:
     102
     103In order to update the changeset properties
     104 1.  Click on [[Image(source:/trunk/images/dialogs/changeset/updatechangeset.png)]]
     105
     106In order to update/download the changeset content
     107 1.  Click on [[Image(source:/trunk/images/dialogs/changeset/updatechangesetcontent.png)]] or  [[Image(source:/trunk/images/dialogs/changeset/downloadchangesetcontent.png)]] respectively. Depending on whether the changeset content has already been downloaded either of these two actions is available.
     108
    91109=== Selecting objects in the changeset content in the Map View ===
    92110If the [wiki:/Help/MapView Map View] includes an active data layer you can select all objects in this layer which are also part of the current changeset in the Changeset Manager.
     
    101119
    102120=== Zooming to objects in the changeset content  ===
     121If the [wiki:/Help/MapView Map View] includes an active data layer you can "zoom to the changeset". Actually, neither the changeset nor the entire changeset content is ever included in a data layer. With "zoom to the changeset" we mean that JOSM zooms to the largest subset of objects in the data layer which is also a subset in the changeset content.
    103122
     123In order to zoom to "zoom to the changeset"
     124 1. Click on [[Image(source:/trunk/images/dialogs/autoscale/selection.png)]] in the detail view of the Changeset Manager
     125
     126Alternatively, you may zoom to a subset of the changeset content". In order to do so
     127
     128 1.  Click on the tab '''Content'''
     129 2.  Make sure the changeset content is downloaded. If not, download it first.
     130 3.  Select some objects in the changeset content
     131 4.   Click on [[Image(source:/trunk/images/dialogs/autoscale/selection.png)]]. Alternatively, you may select [[Image(source:/trunk/images/dialogs/autoscale/selection.png)]]'''Zoom to layer''' from the popup menu.
    104132
    105133=== Download and display the history of objects in the changeset content ===
     134For an object included in the content of a changeset, you may retrieve and display its history.
     135
     136 1.  Click on the tab '''Content'''
     137 2.  Make sure the changeset content is downloaded. If not, download it first.
     138 3.  Select some objects in the changeset content
     139 4.   Click on [[Image(source:/trunk/images/dialogs/history.png)]]. Alternatively, you may select [[Image(source:/trunk/images/dialogs/history.png)]]'''Show history''' from the popup menu.
     140
    106141
    107142== See also ==