Changes between Version 8 and Version 9 of Help/Dialog/ChangesetManager
- Timestamp:
- 2009-12-27T21:19:08+01:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/ChangesetManager
v8 v9 58 58 59 59 === 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 onthe OSM server. In fact, it is ''not possible'' to delete a changeset on the server.60 Changesets 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. 61 61 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.62 Removing 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. 63 63 64 64 To remove one or more changesets from the local cache … … 83 83 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. 84 84 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.85 The 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. 86 86 87 87 == Managing a single changeset == 88 88 === Browsing properties, tags, and content === 89 The 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 94 Click on either of these tabs to browse the respective information. 95 89 96 === 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 90 100 === Updating/Downloading changeset content === 101 There are two commands available to either update the basic properties of the changeset or to update/download the changeset content: 102 103 In order to update the changeset properties 104 1. Click on [[Image(source:/trunk/images/dialogs/changeset/updatechangeset.png)]] 105 106 In 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 91 109 === Selecting objects in the changeset content in the Map View === 92 110 If 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. … … 101 119 102 120 === Zooming to objects in the changeset content === 121 If 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. 103 122 123 In 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 126 Alternatively, 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. 104 132 105 133 === Download and display the history of objects in the changeset content === 134 For 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 106 141 107 142 == See also ==