Changes between Version 5 and Version 6 of Help/Concepts/Changeset
- Timestamp:
- 2009-10-13T23:00:19+02:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Concepts/Changeset
v5 v6 5 5 [wiki:/Help/Concepts/Object Nodes, ways, and relations] created or modified in JOSM are only available locally unless they are ''published'' on a server to make them useful for other mappers. The process of publishing data is called '''uploading'''. 6 6 7 Because their are hund ers of mappers publishing their geo-data on the OSM server it is important to track who published whatfor what purpose. 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 object and assign the package a commentinstead ofthe 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`".7 Because their 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`". 8 8 9 9 In 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. … … 17 17 18 18 == Upload comment and other changeset tags == 19 20 Similar to nodes, ways, and relations, it is possible to decorate changesets with [wiki:/Help/Concepts/Object tags]. The most important 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. 19 Similar 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. 21 20 22 21 == Opening a changeset ==