Changes between Version 9 and Version 10 of Uk:Help/Action/Upload


Ignore:
Timestamp:
2011-07-07T23:05:55+02:00 (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Uk:Help/Action/Upload

    v9 v10  
    132132
    133133
    134 ==== Configuring the number and size of upload requests ====
    135 JOSM uploads geo data with one or more '''upload requests''' to a [wiki: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:
     134==== Налаштування кількості та розміру запитів на надсилання даних ====
     135JOSM надсилає гео дані за допомогою одного чи більшої кількості '''запитів на надсилання''' до [wiki:Uk:Help/Concepts/Changeset набору змін] на сервері OSM. За допомогою вкладки ''Розширений'' режим ви можете встановити кількість та розмір запитів на надсилання даних, дивись на малюнок:
    136136
    137137[[Image(Help/Action/Upload:advanced-config-panel.png)]]
    138138
    139 Select '''Upload data in one request''' to upload all object in one request. If you're uploading a medium to large number of objects this might take some time and JOSM will not be able to inform you about the progress. There are only two outcomes of such an upload: the upload either succeeded or it didn't. In the former case everything is fine, in the later no objects at all have been uploaded. This kind of upload will never lead to a partial upload which is both its strength and its weakness. It can be its weakness if the entire upload fails because there is a problem in the very last object in the upload request.
    140 
    141 Select '''Upload data in chunks of objects''' to upload the objects in a sequence of requests with a predefined size. You can enter a preferred size for an upload request (called the "chunk size"). Depending on its value JOSM will submit a number of upload requests (the number is displayed on the right of the input field for the "chunk size"). In contrast to the former option, every upload of a chunk can either succeed or fail. You will get some coarse grained progress feedback because JOSM will inform you when an individual chunk has been uploaded successfully or when its upload has failed. Uploading in chunks is in most cases slower than uploading in one requests, though.
     139Виберіть  '''Надсилати дані одним запитом''' для того щоб надіслати всі об’єкти в одному запиті. Якщо ви надсилаєте велику кількість об’єктів це може зайняти певний промідок часу і JOSM буде не в змозі проінформувати вас про перебіг процесу. У цього підходу можуть бути тільки два варіанти завершення: надсилання успішне або ж ні. Якщо все гаразд всі об’єкти будуть надіслані на сервер, якщо ні — жодного об’єкту не буде збережено на сервері. Цей варіант ніколи не призводить до часткового завантаження об’єктів, в чому й полягає одночасно його сила та слабкість. Це дуже погано, якщо надсилання не вдалось із за проблем із останнім об’єктом у запиті.
     140
     141Оберіть '''Надсилати дані порціями.''' для надсилання об’єктів послідовністю запитів наперед визначеного розміру. Ви можете ввести певний розмір запиту на надсилання (  "Розмір порції"). В залежності від цього значення JOSM визначить кількість запитів, потрібних для надсилання даних (їх кількість показується праворуч від поля "Розмір порції"). На відміну від попереднього пункту, кожне надсилання порції даних може пройти успішно чи ні. You will get some coarse grained progress feedback because JOSM will inform you when an individual chunk has been uploaded successfully or when its upload has failed. Uploading in chunks is in most cases slower than uploading in one requests, though.
    142142
    143143Select '''Upload each object individually''' to upload each object with an individual upload request. You will get very fine grained progress feedback because JOSM will inform you when an individual object was uploaded successfully or when its upload has failed. Note that this option is in most cases the slowest option.