Changes between Version 13 and Version 14 of Help/Action/Upload
- Timestamp:
- 2009-12-08T12:10:38+01:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Upload
v13 v14 9 9 Geo data contributed to the OSM server consists of [wiki:/Help/Concepts/Object nodes, ways, and relations]. Because 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. 10 10 11 The OSM project calls such a package a '''[wiki:/Help/Concepts changeset changeset]'''. A '''changeset''' is a collection of related changes (new objects, object modifications, or object deletings) applied to OSM data.11 The OSM project calls such a package a '''[wiki:/Help/Concepts/Changeset changeset]'''. A '''changeset''' is a collection of related changes (new objects, object modifications, or object deletings) applied to OSM data. 12 12 13 13 Changesets are not equal to '''upload requests''', though. A changeset is a '''logical''' grouping of [wiki:/Help/Concepts/Object objects] whereas an upload request is a '''technical grouping''' for the purpose of transferring geo data to the central OSM server only. In JOSM we say, that objects are uploaded '''using''' upload requests '''to''' a changeset. The JOSM Upload Dialog allows one to configure both aspects of the upload requests to be used and of the changeset objects are uploaded to. Some of the settings are compulsory (i.e. the user has to configure them before he or she can upload geo data) but most of them are optional and JOSM works with reasonable default values. 14 15 Geo data can be retrieved later by the changeset it was uploaded to, it can't be retrieved by the upload request used. Changesets have a unique id, upload requests have not. For instance, [http://www.openstreetmap.org/browse/changeset/3274448 this changeset] includes geo data gained by tracing over orthofotos of the city of Bern, Switzerland. It isn't possible, though, to see which and how many upload requests have be used to fill it in. 14 16 15 17 === One upload request into one changeset === … … 24 26 25 27 26 === Multiple upload request intoone changeset ===27 28 === Uploading large dataset into multiple changeset === 29 As described above there are 28 30 29 31 [[Image(one-changeset-multiple-upload-request.png)]] 30 32 31 This is an advanced configuration option which most users want have to enable. It can be useful:33 This is an advanced configuration option which most users don't have to enable. It can be useful: 32 34 * for users who map using multiple data layer in JOSM and who want to upload the result of their work into one changeset 33 35 * for users who are working in longer mapping session. For them it could be safer to upload intermediate results to the server than to upload the result of the whole session only. In the former case they can use multiple uploads into one changeset which helps them to safe their data without fragmenting them up in unrelated changesets. 34 36 37 JOSM still supports to upload each object individually. 35 38 39 [[Image(one-changeset-individual-object-upload-request.png)]] 40 41 Please note that this is a legacy feature. Until recently, this was the only upload option in OSM. Technically, it uses a slightly different approach to communicate with the OSM server. It is still available in JOSM although the OSM server now supports upload requests with up to 50'000 objects. For the casual and normal user it is almost obsolete. In rare cases, it could be useful for power users. 42 43 === Multiple upload request into one changeset === 36 44 37 45 ''Keyboard shortcut:'' CTRL+SHIFT+U