Changes between Initial Version and Version 1 of Ru:Help/Dialog/ChangesetManager


Ignore:
Timestamp:
2010-01-13T19:37:51+01:00 (16 years ago)
Author:
calibrator
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ru:Help/Dialog/ChangesetManager

    v1 v1  
     1[[TranslatedPages]]
     2= Менеджер пакета правок=
     3
     4[[TOC(inline)]]
     5
     6== Запуск менеджера пакетов правок ==
     7There are several ways to launch the Changeset Manager:
     8
     9 1. Select the menu item [[Image(source:/trunk/images/dialogs/changeset/changesetmanager.png)]]''View->Changeset Manager''
     10 2. Press {{{Ctrl-Alt-C}}}
     11 3. Select one or more changesets in the [wiki:/Help/Dialog/ChangesetListDialog Changeset List Dialog] and click there on [[Image(source:/trunk/images/dialogs/changeset/changesetmanager.png)]]
     12
     13== The Changeset Manager window ==
     14
     15[[Image(changesetmanager-screenshot.png)]]
     16
     17== Querying changesets ==
     18There are several ways to query and download changesets. The most common query and download operations can be invoked directly from the Changset Manager. Other more advanced features are provided by the [wiki:/Help/Dialog/ChangesetQueryDialog Changeset Query Dialog].
     19
     20=== Query and download a changeset by its unique ID ===
     21If you want to download a specific changeset whose ID you know, you can download it directly in the Changeset Manager.
     22
     23[[Image(query-single-changeset.png)]]
     24
     25 1. Enter the changeset ID in the input field in the toolbar section of the Changeset Manager
     26 2. Press {{{ENTER}}} or click on [[Image(source:/trunk/images/dialogs/changeset/downloadchangeset.png)]]
     27
     28If you download a single changeset JOSM downloads both the changeset properties (for instance its id or the date it was created) and the changeset content (i.e. the list of objects created, updated, or deleted with this changeset).
     29
     30=== Query and download your open changesets ===
     31Changesets can be [wiki:/Help/Concepts/Changeset#Properties open or closed]. A mapper can always upload additional objects to an open changeset he or she owns.
     32
     33If you want to download the list of open changesets you own
     34 1. Click on [[Image(source:/trunk/images/dialogs/changeset/downloadchangeset.png)]]'''My open changesets''' in the toolbar section of the Changeset Manager
     35
     36Note that this download only the changeset properties without the changeset content. For downloading the content of changesets see below.
     37
     38=== Advanced queries ===
     39Advanced queries like
     40 * querying the changesets owned by another mapper
     41 * querying the most recent changesets open or closed on the OSM server
     42 * querying changesets which modified object in a specific area (called a "bounding box")
     43can be run using the [wiki:/Help/Dialog/ChangesetQueryDialog Changeset Query Dialog].
     44
     45To launch the [wiki:/Help/Dialog/ChangesetQueryDialog Changeset Query Dialog]:
     46
     47 1. Click on [[Image(source:/trunk/images/dialogs/search.png)]]'''Query''' in the toolbar section of the Changeset Manager
     48
     49== Managing the cache of downloaded changesets ==
     50JOSM locally maintains a cache of the changesets downloaded from the OSM server. The content of this cache is displayed in the upper half of the Changeset Manager.
     51
     52=== Removing changesets from the cache ===
     53Changesets 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.
     54
     55Removing 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.
     56
     57To remove one or more changesets from the local cache
     58  1. Select the changesets in the Changeset Manager
     59  2. Click on [[Image(source:/trunk/images/dialogs/delete.png)]] or press {{{DEL}}}. Alternatively you may select  [[Image(source:/trunk/images/dialogs/delete.png)]]'''Remove from cache''' from the popup menu.
     60
     61=== Updating the properties of changesets in the cache ===
     62Properties of changesets can cache over time. For instance, an open changeset can become closed or the tags of an open changeset can change because it is assigned a new set of tags in another upload.
     63
     64In order to update the properties of one or more changesets
     65 1. Select the changesets in the Changeset Manager
     66 2.  Click on [[Image(source:/trunk/images/dialogs/changeset/updatechangeset.png)]]. Alternatively you may select  [[Image(source:/trunk/images/dialogs/changeset/updatechangeset.png)]]'''Update changeset''' from the popup menu.
     67
     68Note that this will update the changeset properties only. For updating the changeset content, see [wiki:/Help/Dialog/ChangesetManager#UpdateContentMulti below].
     69
     70=== Downloading/Updating the content of changesets in the cache === #UpdateContentMulti
     71A changeset includes a collection of object which have been created, updateded, or  deleted by the changeset. These objects are called the ''changeset content''.
     72The size of a changeset content varies, but in general it can become very large. Changesets can grow up to 50'000 objects. Changeset content is therefore not automatically downloaded from the OSM server.
     73
     74In order to download the changeset content of one or more changesets
     75 1. Select the changesets in the Changeset Manager
     76 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.
     77
     78The 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.
     79
     80== Managing a single changeset ==
     81=== Browsing properties, tags, and content ===
     82The detail view in the lower half of the Changeset Manager consists of three tabs:
     83 * '''Properties''' - displays the basic properties of the currently selected changeset, i.e. its ID or whether the changeset is open or closed
     84 * '''Tags''' - displays the tags assigned to the currently selected changeset
     85 * '''Content''' - displays the changeset content
     86
     87Click on either of these tabs to browse the respective information.
     88
     89=== Remove a changeset from the local cache ===
     90
     91 1.  Click on [[Image(source:/trunk/images/dialogs/delete.png)]] to remove the currently selected changeset from the cache.
     92
     93=== Updating/Downloading changeset content  ===
     94There are two commands available to either update the basic properties of the changeset or to update/download the changeset content:
     95
     96In order to update the changeset properties
     97 1.  Click on [[Image(source:/trunk/images/dialogs/changeset/updatechangeset.png)]]
     98
     99In order to update/download the changeset content
     100 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.
     101
     102=== Selecting objects in the changeset content in the Map View ===
     103If 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.
     104
     105 1.  Click on [[Image(source:/trunk/images/dialogs/select.png)]] in the detail view of the Changeset Manager
     106
     107You can also select
     108
     109 1. Select the tab '''Content''' in the detail view
     110 2. Select one or more objects in the content
     111 3. Click on [[Image(source:/trunk/images/dialogs/select.png)]]. Alternatively, you may select [[Image(source:/trunk/images/dialogs/select.png)]] '''Select in layer''' in the popup menu.
     112
     113=== Zooming to objects in the changeset content  ===
     114If 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.
     115
     116In order to zoom to "zoom to the changeset"
     117 1. Click on [[Image(source:/trunk/images/dialogs/autoscale/selection.png)]] in the detail view of the Changeset Manager
     118
     119Alternatively, you may zoom to a subset of the changeset content". In order to do so
     120
     121 1.  Click on the tab '''Content'''
     122 2.  Make sure the changeset content is downloaded. If not, download it first.
     123 3.  Select some objects in the changeset content
     124 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.
     125
     126=== Download and display the history of objects in the changeset content ===
     127For an object included in the content of a changeset, you may retrieve and display its history.
     128
     129 1.  Click on the tab '''Content'''
     130 2.  Make sure the changeset content is downloaded. If not, download it first.
     131 3.  Select some objects in the changeset content
     132 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.
     133
     134
     135== Смотрите также ==
     136
     137