Changes between Version 62 and Version 63 of Help/Action/Upload


Ignore:
Timestamp:
2019-12-26T20:18:13+01:00 (6 years ago)
Author:
skyper
Comment:

wikitr: and some other links

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Upload

    v62 v63  
    1313
    1414* (like online editors like iD or Potlatch) you need to upload your changes to OSM server. Make sure you connected to server :-)
    15 * you may encounter [wiki:Help/Concepts/Conflict conflicts] after you upload changes (in most cases this means you will have to [wiki:Dialog/Conflict#Resolvingdifferencesbetweentags choose what tags to leave on your objects])
     15* you may encounter [wikitr:/Help/Concepts/Conflict conflicts] after you upload changes (in most cases this means you will have to [wikitr:/Help/Dialog/Conflict#Resolvingdifferencesbetweentags choose what tags to leave on your objects])
    1616* to reduce chance of conflict:
    1717 * don't edit data other mappers edit in same time window
    1818 * make your downloads-uploads quicker, so there no overlap between your time-window and theirs
    1919* (rough idea) to entirely avoid conflict, don't edit objects with same id and don't alter their parent relations (node-way and way-relation and relation-relation). If you (and other editor) are editing disjoint datasets (https://en.wikipedia.org/wiki/Disjoint_sets), then there won't be conflict at all. Please note that it also means that all parent ways and all parent relations should be respected (which is likely to change).
    20 * (unlike online editors like iD or Potlatch) you don't have to upload immediately (you may [[Help/Action/Save]] file manually but [[Help/Action/AutoSave]] will further assist you)
    21 * (unlike every other editor?) JOSM will let you upload changes to already opened (but not a closed) changeset (see [[#Multipleuploadsintoonechangeset]]). Every open changeset will "close" automatically by http://openstreetmap.org server after 1 hour.
     20* (unlike online editors like iD or Potlatch) you don't have to upload immediately (you may [wikitr:/Help/Action/Save save] file manually but [wikitr:/Help/Action/AutoSave auto save] will further assist you)
     21* (unlike every other editor?) JOSM will let you upload changes to already opened (but not a closed) changeset (see [[#Multipleuploadsintoonechangeset]]). Every open changeset will "close" automatically by [osmwww: OSM server] after 1 hour.
    2222
    2323== Changesets, upload requests, and upload strategies ==
    2424Geo data contributed to the OSM server consists of [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 why every single node and every single way is published. A more convenient approach is to package a group of related objects and assign the package itself a comment, instead of the individual objects.
    2525
    26 The OSM project calls such a package a **[Concepts/Changeset changeset]**. A **changeset** is a collection of related changes (new objects, object modifications, or object deletions) applied to OSM data.
    27 
    28 Changesets are different from **upload requests**. A changeset is a **logical** grouping of [Concepts/Object objects], whereas an upload request is a **technical grouping** for 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 aspects of the upload requests and changeset objects to be configured. Some of the settings are compulsory (i.e. the user has to configure them before geo data can be uploaded) but most of them are optional and JOSM works with reasonable default values.
     26The OSM project calls such a package a **[wikitr:/Help/Concepts/Changeset changeset]**. A **changeset** is a collection of related changes (new objects, object modifications, or object deletions) applied to OSM data.
     27
     28Changesets are different from **upload requests**. A changeset is a **logical** grouping of [wikitr:/Help/Concepts/Object objects], whereas an upload request is a **technical grouping** for 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 aspects of the upload requests and changeset objects to be configured. Some of the settings are compulsory (i.e. the user has to configure them before geo data can be uploaded) but most of them are optional and JOSM works with reasonable default values.
    2929
    3030Geo data can be retrieved later via the changeset it was uploaded to, though it can't be retrieved by the upload request used. Changesets have a unique identifier, upload requests have not. For instance, [osmwww:browse/changeset/3274448 this changeset] includes geo data from tracing over orthofotos of the city of Bern, Switzerland. It isn't possible, though, to see the upload requests that were used to fill it.
     
    9797* the lower part provides tabs for configuring various aspects of the upload process
    9898
    99 When the Upload Dialog is launched it always displays the Settings tab which allows you to enter the most important information about your [Concepts/Changeset changeset]:
     99When the Upload Dialog is launched it always displays the Settings tab which allows you to enter the most important information about your [wikitr:/Help/Concepts/Changeset changeset]:
    100100 the changeset comment::
    101101  It's important to provide a brief comment describing the changes you are uploading. This makes it easier for other contributors and for yourself to know what your changes are about and why you made the changes.
     
    106106=== Running a simple upload ===
    107107
    108 See [wiki:Introduction#UploadingtoOSM "Uploading to OSM"].
     108See [wikitr:/Help/Introduction#UploadingtoOSM "Uploading to OSM"].
    109109
    110110=== Running an upload with advanced options ===
    111111
    112112==== Adding tags to the changeset ====
    113 Geo data uploaded to the OSM server is always uploaded to a [Concepts/Changeset changeset]. Similar to [Concepts/Object nodes, ways, and relations] one can assign [Concepts/Object tags] to a changeset.
     113Geo data uploaded to the OSM server is always uploaded to a [Concepts/Changeset changeset]. Similar to [wikitr:/Help/Concepts/Object nodes, ways, and relations] one can assign [wikitr:/Help/Concepts/Object tags] to a changeset.
    114114
    115115In the Upload Dialog one can enter tags in the Tag Configuration Panel, see screenshot below:
     
    117117[[Image(tags-config-panel-screenshot.png)]]
    118118
    119 Hashtags within the changeset comment tag are recognized and are additionally added to the hashtags changeset tag. This behavior can be disabled by setting the key `upload.changeset.hashtags` in the [wiki:Help/Preferences/Advanced Advanced preferences] to `false`.
     119Hashtags within the changeset comment tag are recognized and are additionally added to the hashtags changeset tag. This behavior can be disabled by setting the key `upload.changeset.hashtags` in the [wikitr:/Help/Preferences/Advanced Advanced preferences] to `false`.
    120120
    121121**Do's and Don'ts**
     
    127127
    128128==== Choosing the changeset to upload to ====
    129 In the Changeset Configuration Panel you can select what [wiki:/Help/Concepts/Changeset changeset] the data is uploaded to, see the screenshot below:
     129In the Changeset Configuration Panel you can select what [wikitr:/Help/Concepts/Changeset changeset] the data is uploaded to, see the screenshot below:
    130130
    131131[[Image(changeset-config-panel.png)]]
     
    141141
    142142==== Configuring the number and size of upload requests ====
    143 JOSM uploads geo data with one or more **upload requests** to a [Concepts/Changeset changeset] on the OSM server. In the Advanced Configuration Panel you can decide about the number and the size of upload requests, see screenshot:
     143JOSM uploads geo data with one or more **upload requests** to a [wikitr:/Help/Concepts/Changeset changeset] on the OSM server. In the Advanced Configuration Panel you can decide about the number and the size of upload requests, see screenshot:
    144144
    145145[[Image(advanced-config-panel.png)]]
     
    216216
    217217== See also ==
    218 * [[Image(source:trunk/images/uploadselection.png,20,middle)]] [Action/UploadSelection Upload Selection to OSM]
    219 * [Concepts/Conflict What is a conflict?]
     218* [[Image(source:trunk/images/uploadselection.png,20,middle)]] [wikitr:/Help/Action/UploadSelection Upload Selection to OSM]
     219* [wikitr:/Help/Concepts/Conflict What is a conflict?]
    220220
    221221----
    222 Back to [Menu/File Menu File][[Br]]
    223 Back to [wiki:/Help Main Help]
     222Back to [wikitr:/Help/Menu/File Menu File][[Br]]
     223Back to [wikitr:/Help Main Help]