Changes between Version 24 and Version 25 of Help/Action/Upload


Ignore:
Timestamp:
2009-12-09T16:43:48+01:00 (16 years ago)
Author:
Gubaer
Comment:

extended

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Upload

    v24 v25  
    154154 * Don't use '''Upload each object individually''' unless you have a specific reason to do so. This is basically a legacy strategy from former versions of the OSM server.
    155155
     156=== Running a very large upload ===
     157An upload is considered to be very large if its size exceeds the maximum size of a changeset on the OSM server. Currently, the upper limit for the size of a changeset is 50'000 objects and if JOSM detectes that your upload is bigger it displays the following information in the Upload Dialog:
    156158
    157 === Running a very large upload ===
     159[[Image(large-upload-basic-settings.png)]]
    158160
     161The warning message indicates that JOSM can't upload the data unless you configure some advanced settings. Either switch to the tab '''Advanced''' or click on the linnk in the message. This will lead you to the following configuration panel:
     162
     163[[Image(large-upload-advanced-settings.png)]]
     164
     165For very large uploads, uploading in one request isn't possible and the respective option is therefore disabled. Please select a chunk size to be used in the upload. It has to be smaller than 50'000, though, because the upper limit for the size of a changeset also applies to the chunk size. You can upload a very large dataset with an individual request per object but you're not recommended to do so.
     166
     167A very large upload doesn't fit within a single changeset. Please select
     168
     169 * whether JOSM should automatically open as many new changesets as required to upload the data. Select this option if you want to run the very large upload without user intervention.
     170
     171 * whether JOSM should fill up one changeset and return to the Upload Dialog. Select this option if you want to have full control over the changesets created for the upload.
    159172
    160173