Changes between Initial Version and Version 1 of Uk:Help/Concepts/Changeset


Ignore:
Timestamp:
2011-11-22T09:32:12+01:00 (13 years ago)
Author:
andygol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Uk:Help/Concepts/Changeset

    v1 v1  
     1[[TranslatedPages(revision=0,outdated=перекладається)]]
     2= Набір змін (Changeset) =
     3
     4[[TOC(inline)]]
     5
     6[Concepts/Object Точки, лінії та зв’язки] створені або змінені в JOSM доступні тільки вам до тих пір, доки ви не ''оприлюдните'' їх, надіславши на сервер, для інших учасників. Процес опублікування даних називається **надсиланням**.
     7
     8Because there are hundreds of mappers publishing their geo-data on the OSM server it is important to track who published what data in which context. It would be tedious for mappers to describe for every singe node and every single way why it is published. A more convenient approach is to package a group of related objects and assign the package a comment,  not the individual objects. This way, if a mapper maps his or her neighborhood, he or she can upload a package of nodes and ways and assign it a comment "`mapped and reviewed some ways in foo city`".
     9
     10In JOSM such a package is called a '''changeset'''. A '''changeset''' is a collection of related changes (new objects, object modifications, or object deletings) applied to OSM data.
     11
     12== Changesets and upload operations  ==
     13A changeset is independent from an individual upload operation.
     14
     15You can run multiple [[Image(source:/trunk/images/upload.png)]] [wiki:Help/Action/Upload uploads] with the same changeset. The changeset will then package the changes published in all uploads. A mapper can even stop JOSM, start it a day later and continue to publish to the changeset he or she has been using a day before, provided he or she didn't close the changeset.
     16
     17== Properties of changesets == #Properties
     18
     19A changeset is initially opened and it stays '''open''' until it is closed. A JOSM user can explicitly close one or more of his open changesets. If he doesn't close them, the OSM server will close open changeset automatically after a timeout. A changeset which isn't open is called '''closed'''. It stays closed forever and can't be reopened.
     20
     21A changeset you open is ''owned'' by you. No other mapper can publish data in this changset and you can't upload your data in other users changesets.
     22
     23== Upload comment and other changeset tags ==
     24Similar to nodes, ways, and relations, it is possible to decorate changesets with [wiki:/Help/Concepts/Object tags]. The most important and only compulsory tag is the so called '''upload comment'''. When you publish data in JOSM you are required to enter an upload comment with at least three characters. It's this comment which describes the published data for other mappers.
     25
     26== Opening a changeset ==
     27tbd
     28
     29== Closing a changeset ==
     30tbd
     31
     32== Listing the changes packaged in a changeset ==
     33tbd
     34
     35== See also ==
     36 * [[Image(source:/trunk/images/closechangeset.png)]] [wiki:Help/Action/CloseChangeset Close Changeset]
     37
     38----
     39Back to [wiki:Uk:Help Main Help]