Changes between Version 4 and Version 5 of Ru:Help/Action/Upload
- Timestamp:
- 2015-04-15T10:10:02+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ru:Help/Action/Upload
v4 v5 1 [[TranslatedPages(revision= 29)]]2 1 [[TranslatedPages(revision=44, outdated)]] 2 [[PageOutline(1-10,Table of Contents)]] 3 3 = Загрузка на сервер OSM = 4 4 5 Геоданные, введенные в JOSM (или результаты редактирования существующих данных) доступны только локально и могут быть использованы лишь тем пользователем, который их ввел, пока этот пользователь не решит сделать эти данные доступными также и для других членов сообщества. Для того, чтобы опубликовать данные, пользователь должен "выгрузить", передать их на сервер. "Выгрузка" означает, что геоданные передаются на центральный сервер, управляемый сообществом OSM, где эти данные объединяются с данными других картографов в централизованной базе данных. Именно в результате передачи на сервер введенные или отредактированные локально данные становятся частью [ http://www.openstreetmap.org общедоступной карты], а также могут быть использованы другими членами сообщеста OSM.5 Геоданные, введенные в JOSM (или результаты редактирования существующих данных) доступны только локально и могут быть использованы лишь тем пользователем, который их ввел, пока этот пользователь не решит сделать эти данные доступными также и для других членов сообщества. Для того, чтобы опубликовать данные, пользователь должен "выгрузить", передать их на сервер. "Выгрузка" означает, что геоданные передаются на центральный сервер, управляемый сообществом OSM, где эти данные объединяются с данными других картографов в централизованной базе данных. Именно в результате передачи на сервер введенные или отредактированные локально данные становятся частью [osmwww: общедоступной карты], а также могут быть использованы другими членами сообщества OSM. 6 6 7 7 {{{ 8 8 #!html 9 9 <p style="background-color:rgb(253,255,221);padding: 10pt; border-color:rgb(128,128,128);border-style: solid; border-width: 1px;"> 10 Пожалуйста, будьте внимательны и осторожны при редактировании и передаче данных на сервер. Если есть какие-то сомнения в правильности данных, лучше воздержитесь от передачи этих данных на сервер, асохраните их локально на диске, чтобы позже проверить их еще раз.10 Пожалуйста, будьте внимательны и осторожны при редактировании и передаче данных на сервер. Если есть какие-то сомнения в правильности данных, лучше воздержитесь от передачи этих данных на сервер, сохраните их локально на диске, чтобы позже проверить их еще раз. 11 11 </p> 12 12 }}} 13 13 14 [[TOC(inline)]]15 14 16 15 == Changesets, upload requests, and upload strategies == 17 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 single 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.18 19 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.20 21 Changesets are different from '''upload requests'''. A changeset is a'''logical'''grouping of [wiki:/Help/Concepts/Object objects] whereas an upload request is a'''technical grouping''' for the purpose oftransferring 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 allowsone to configureaspects of the upload requeststo be used and aspects of thechangeset objectsare uploaded to. Some of the settings are compulsory (i.e. the user has to configure them beforehe or she can upload geo data) but most of them are optional and JOSM works with reasonable default values.22 23 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 from tracing over orthofotos of the city of Bern, Switzerland. It isn't possible, though, to seewhich and how manyupload requestshave be used to fill it in.16 Geo 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 for every single 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. 17 18 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. 19 20 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. 21 22 Geo 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. 24 23 25 24 === One upload request into one changeset === … … 29 28 30 29 This is the standard configuration used by JOSM. It is the preferred configuration 31 * for users uploading the result of converting a few GPS traces to OSM geo data 32 * for users uploading the result of tracing a few hours over aerial photos 33 * for users uploading the result of entering local knowledge about street names, points of interests, etc. 30 * for users uploading the result of converting a few GPS traces to OSM geo data 31 * for users uploading the result of tracing a few hours over aerial photos 32 * for users uploading the result of entering local knowledge about street names, points of interests, etc. 34 33 35 34 === Multiple uploads into one changeset === … … 38 37 39 38 This is an advanced configuration option which most users don't have to enable. It can be useful: 40 * for users who map using multiple data layer in JOSM and who want to upload the result of their work into one changeset 41 * 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 complete 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. 39 * for users who map using multiple data layer in JOSM and who want to upload the result of their work into one changeset 40 * 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 complete 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. 42 41 43 42 JOSM still supports to upload each object individually. … … 45 44 [[Image(wiki:Help/Action/Upload:one-changeset-individual-object-upload-request.png)]] 46 45 47 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.46 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. 48 47 49 48 === Uploading large datasets into multiple changeset === 50 JOSM also supports uploading large datasets which don't fit into one changeset only. 51 49 JOSM also supports uploading large datasets that don't fit into a single changeset. 52 50 [[Image(wiki:Help/Action/Upload:multiple-changesets.png)]] 53 51 54 This is an advanced option which only isuseful for power users. They can select this configuration if they have to upload a dataset with more than 50'000 new, modified, or deleted objects.52 This is an advanced option which is only useful for power users. They can select this configuration if they have to upload a dataset with more than 50,000 new, modified, or deleted objects. 55 53 56 54 == Choosing your upload strategy - when and how often to upload == … … 59 57 Here are some rules of thumb: 60 58 61 * '''Time required to upload''': the smaller the upload requests you choose the longer it takes to upload. It takes more time to upload 100 objects with 100 individual upload requests than to upload them in one request including 100 objects. 62 63 * '''Collisions with other mappers''': if you upload 30'000 objects in one request and if the server encounters a problem on the 29'999th object the whole upload is rolled back. One has to fix the problem (i.e. by resolving a [wiki:/Help/Concepts/Conflict conflict]). The whole 30'000 objects will have to be uploaded again. On the other hand, if you upload 30'000 object with 10 request à 1000 objects and if the server encounters a problem on the 29'999th object then you only have to repeat the last upload request including the 29000th to the 30000th objects. Object 1-28999 are already successfully uploaded. If you're mapping in areas where other mappers are active too you should therefore prefer smaller sizes for upload requests. 59 * **Time required to upload**: the smaller the upload requests you choose the longer it takes to upload. It takes more time to upload 100 objects using 100 individual upload requests than to upload them in one request containing 100 objects. 60 * **Collisions with other mappers**: if you upload 30,000 objects in one request and if the server encounters a problem on the 29,999th object the whole upload is rolled back. The problem has to be fixed first (i.e. by resolving a [wiki:/Help/Concepts/Conflict conflict]). The whole 30,000 objects will then have to be uploaded again. On the other hand, if you upload 30,000 objects with 10 requests containing 1,000 objects each and the server encounters a problem on the 29,999th object then you only have to repeat the last upload request for the 29,000th to 30,000th objects. Objects 1-28,999 are already successfully uploaded. If you're mapping in areas where other mappers are active too you should therefore prefer smaller sizes for upload requests. 64 61 65 62 == Uploading data == … … 67 64 === Launching the Upload Dialog ===#LaunchUploadDialog 68 65 69 * ''Keyboard shortcut:''CTRL+SHIFT+U70 * Menu item ''File->[[Image(source:/trunk/images/upload.png)]] Upload''71 * Toolbar button [[Image(source:/trunk/images/upload.png)]]66 * ''Keyboard shortcut:'' **{{{Ctrl+Shift+↑}}}** 67 * Menu item ''File->[[Image(source:trunk/images/upload.png,middle)]] Upload'' 68 * Toolbar button [[Image(source:trunk/images/upload.png,middle)]] 72 69 73 70 === Checks before the Upload Dialog is displayed === 74 If the [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/ValidatorValidator plugin] is installed, JOSM performs a quick check on the data. If it finds warnings or errors you'll be presented with a list of them and get the chance to correct the problems and try again or upload anyway. It's not necessary to fix all of that, but please don't go over it easily, especially not the errors.71 Before the Upload Dialog is displayed, [Dialog/Validator validator] is run on all modified [Concepts/Objects objects]. If it finds warnings or errors you'll be presented with a list of them and get the chance to correct the problems and try again or upload anyway. It's not necessary to fix all of that, but please don't go over it easily, especially not the errors. 75 72 76 73 JOSM also checks for limititations imposed by the OSM server: … … 80 77 If the objects you're uploading have cyclic dependencies (relation 1 refers to relation 2, relation 2 refers to relation 3, relation 3 refers to relation 1) JOSM can't upload them. JOSM will ask you to break up these dependencies first. 81 78 82 '''Note''': On large datasetthese checks can take some time and for the time being they don't provide user feedback. Please be patient if it takes a couple of seconds to launch the Upload Dialog on large datasets. This will be fixed soon.79 **Note**: On large datasets these checks can take some time and for the time being they don't provide user feedback. Please be patient if it takes a couple of seconds to launch the Upload Dialog on large datasets. This will be fixed soon. 83 80 84 81 === The Upload Dialog === … … 87 84 88 85 The upload dialog consists of two sections: 89 * the upper half displays a summary of the objects to be added, to be modified, and to be deleted on the server90 * the lower part provides panels for configuring various aspects of the upload process86 * the upper half displays a summary of the objects to be added, to be modified, and to be deleted on the server 87 * the lower part provides panels for configuring various aspects of the upload process 91 88 92 89 When the Upload Dialog is launched it always displays the basic configuration panel which includes a text box for entering an upload comment and a summary of the other upload parameters for this upload. … … 94 91 === Running a simple upload === 95 92 96 1. [wiki:/Help/Action/Upload#LaunchUploadDialog Launch] the Upload Dialog97 2. Enter an upload comment. You'''must'''provide an upload comment of at least 3 characters.98 3. Click on [[Image(source:/trunk/images/upload.png)]]'''Upload Changes'''93 1. [#LaunchUploadDialog Launch] the Upload Dialog 94 2. Enter an upload comment. You **must** provide an upload comment of at least 3 characters. 95 3. Click on [[Image(source:trunk/images/upload.png,middle)]] **Upload Changes** 99 96 100 97 === Running an upload with advanced options === 101 98 102 99 ==== Adding tags to the changeset ==== 103 Geo data uploaded to the OSM server is always uploaded to a [ wiki:/Help/Concepts/Changeset changeset]. Similar to [wiki:/Help/Concepts/Object nodes, ways, and relations] one can assign [wiki:/Help/Concepts/Object tags] to a changeset.100 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. 104 101 105 102 In the Upload Dialog one can enter tags in the Tag Configuration Panel, see screenshot below: … … 107 104 [[Image(wiki:Help/Action/Upload:tags-config-panel-screenshot.png)]] 108 105 109 '''Do's and Don'ts'''110 * Tags are your friends. Use them to describe the geo data you are uploading to the OSM server.111 * Use the tag {{{source}}} to describe the source of your geo data (examples: {{{traced from Yahoo Imagery}}}, {{{based on GPS traces and surveyed by bike}}}).112 * You don't have to add your user name to the tags. The link between the changeset and your OSM user account is maintained automatically.106 **Do's and Don'ts** 107 * Tags are your friends. Use them to describe the geo data you are uploading to the OSM server. 108 * Use the tag {{{source}}} to describe the source of your geo data (examples: {{{traced from Yahoo Imagery}}}, {{{based on GPS traces and surveyed by bike}}}). 109 * You don't have to add your user name to the tags. The link between the changeset and your OSM user account is maintained automatically. 113 110 114 111 Note that the required upload comment is also a tag. You can either enter it in the Tag Configuration Panel with the key {{{comment}}} or in the Basic Settings Panel in the text input field provided there. … … 119 116 [[Image(wiki:Help/Action/Upload:changeset-config-panel.png)]] 120 117 121 JOSM uploads to a new changeset if '''Upload to a new changeset''' is selected. This is the standard setting. 122 123 If you want to upload to an existing changeset you have to select one of the available changesets from the drop down list. This list is only enabled if there are open changesets which you can upload data to because you own them. Click on [[Image(source:/trunk/images/dialogs/refresh.png)]] ''Refresh'' to load the list of available open changesets from the server. If there is at least one open changeset available you can select the radio button '''Upload to an existing changeset''' and select a changeset. 124 125 Click on [[Image(source:/trunk/images/closechangeset.png)]]''Close Changeset'' to close the currently selected open changeset. This is for convenience only. You don't have to close a changeset here in order to run a succesful upload. 126 127 After a successful upload JOSM can either close the changeset used or leave it open for another upload. The default setting is to close it. You can configure whether JOSM should leave it open by unselecting the checkbox '''Close changeset after upload'''. 118 JOSM uploads to a new changeset if **Upload to a new changeset** is selected. This is the standard setting. 119 If you want to upload to an existing changeset you have to select one of the available changesets from the drop down list. This list is only enabled if there are open changesets which you can upload data to because you own them. Click on [[Image(source:trunk/images/dialogs/refresh.png,middle)]] ''Refresh'' to load the list of available open changesets from the server. If there is at least one open changeset available you can select the radio button **Upload to an existing changeset** and select a changeset. 120 Сlick on [[Image(source:trunk/images/closechangeset.png,bottom)]] **Close Changeset** to close the currently selected open changeset. This is for convenience only. You don't have to close a changeset here in order to run a successful upload. 121 After a successful upload JOSM can either close the changeset used or leave it open for another upload. The default setting is to close it. You can configure whether JOSM should leave it open by unselecting the checkbox **Close changeset after upload**. 128 122 129 123 130 124 ==== Configuring the number and size of upload requests ==== 131 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:125 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: 132 126 133 127 [[Image(wiki:Help/Action/Upload:advanced-config-panel.png)]] 134 128 135 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. 136 137 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 request (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. 138 139 Select '''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. 140 141 '''Recommendations''' 142 * For small (<1000 objects) to medium upload sizes (<5000 objects), choose '''Upload data in one request''' 143 * For medium to large upload sizes (> 5000 objects) choose '''Upload data in chunks of objects'''. A chunk size of 1000 is a good value to start with. 144 * 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. 129 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. 130 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. 131 Select **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. 132 **Recommendations** 133 * For small (<1,000 objects) to medium upload sizes (<5,000 objects), choose **Upload data in one request** 134 * For medium to large upload sizes (> 5,000 objects) choose **Upload data in chunks of objects**. A chunk size of 1,000 is a good value to start with. 135 * 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. 145 136 146 137 === Running a very large upload === 147 An 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:138 An 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 detects that your upload is bigger it displays the following information in the Upload Dialog: 148 139 149 140 [[Image(wiki:Help/Action/Upload:large-upload-basic-settings.png)]] 150 141 151 The 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 link in the message. The following configuration panel will be displayed:142 The 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 link in the message. The following configuration panel will be displayed: 152 143 153 144 [[Image(wiki:Help/Action/Upload:large-upload-advanced-settings.png)]] 154 145 155 For 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, too, 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.146 For 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, too, 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. 156 147 157 148 A very large upload doesn't fit within a single changeset. Please select 158 149 159 * whether JOSM should automatically open as many new changesets as required to upload the data. Select this option if you want to run a very large upload without user intervention.160 161 * 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.150 * whether JOSM should automatically open as many new changesets as required to upload the data. Select this option if you want to run a very large upload without user intervention. 151 152 * 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. 162 153 163 154 == Error and Warning messages == 164 155 165 156 === Uploading to a closed changeset ===#ChangesetClosed 166 If you upload to an open changeset, the upload may fail because the changeset has been closed in the meantime. It could have been closed by the server because of a timeout (changesets don't stay open for more than 24 hours) or because you closed it explicitly in another JOSM instance. 157 If you upload to an open changeset, the upload may fail because the changeset has been closed in the meantime. It could have been closed by the server because of a timeout (changesets don't stay open for more than 24 hours and are also closed after an hour of inactivity) or because you closed it explicitly in another JOSM instance. 167 158 168 159 JOSM displays the following error message: … … 170 161 [[Image(wiki:Help/Action/Upload:error-dialog-changeset-closed.png)]] 171 162 172 '''How to resolve'''173 * Launch the Upload Dialog again174 * Select another open changeset or select to upload to a new changeset175 * Upload again163 **How to resolve** 164 * Launch the Upload Dialog again 165 * Select another open changeset or select to upload to a new changeset 166 * Upload again 176 167 177 168 === Changeset becomes full during upload ===#ChangesetFull 178 There is an upper limit for the size of changesets. On the OSM server it's currently set to 50 '000 objects per changeset. An upload may exceed this limit while uploading, mainly if you are uploading a sequence of upload requests to the same changeset.169 There is an upper limit for the size of changesets. On the OSM server it's currently set to 50,000 objects per changeset. An upload may exceed this limit while uploading, mainly if you are uploading a sequence of upload requests to the same changeset. 179 170 180 171 If JOSM detects that a changeset became full it displays the following warning message: … … 182 173 [[Image(wiki:Help/Action/Upload:error-dialog-changeset-full.png)]] 183 174 184 '''How to resolve'''185 * Click on'''Continue Uploading'''to continue the upload with as many new changesets as necessary.186 * Click on'''Go back to Upload Dialog'''to go back to the upload dialog. There you can select another changeset to upload the remaining objects to.187 * Click on'''Abort'''to abort uploading and return to the main map editing interface.188 189 190 === Deleting node which isstill in use ===175 **How to resolve** 176 * Click on **Continue Uploading** to continue the upload with as many new changesets as necessary. 177 * Click on **Go back to Upload Dialog** to go back to the upload dialog. There you can select another changeset to upload the remaining objects to. 178 * Click on **Abort** to abort uploading and return to the main map editing interface. 179 180 181 === Deleting nodes that are still in use === 191 182 {{{ 192 183 #!html 193 184 <a name="NodeStillInUseInWay"> 194 185 }}} 195 If your upload includes a deleted [ wiki:/Help/Concepts/Object node] the OSM server checks if the node is still used in one of the ways known to the server. You have to make sure that the node is ''isolated'' (not part of any way and not referred to by any relation) before it can be deleted.186 If your upload includes a deleted [Concepts/Object node] the OSM server checks if the node is still used in one of the ways known to the server. You have to make sure that the node is ''isolated'' (not part of any way and not referred to by any relation) before it can be deleted. 196 187 197 188 If the OSM server detects that the node is still in use it replies an error message which JOSM displays as follows: … … 199 190 [[Image(wiki:Help/Action/Upload:upload-412-node-still-in-use.png)]] 200 191 201 If you click on '''Prepare conflict resolution'''JOSM supports you in resolving the issue. First it downloads all ways in which the node is still used and merges them with your current dataset. In most cases, JOSM removes the deleted node from all parent ways automatically. If for some reason this isn't possible, JOSM creates a [wiki:/Help/Concepts/Conflict conflict] which you have to [wiki:/Help/Concepts/Conflict resolve] manually.192 If you click on **Prepare conflict resolution** JOSM supports you in resolving the issue. First it downloads all ways in which the node is still used and merges them with your current dataset. In most cases, JOSM removes the deleted node from all parent ways automatically. If for some reason this isn't possible, JOSM creates a [Concepts/Conflict conflict] which you have to [Concepts/Conflict resolve] manually. 202 193 203 194 After that, just upload again. Your upload now includes all parent ways of the deleted node and the deleted node is removed from all of them. The upload should therefore succeed. 195 196 == See also == 197 * [[Image(source:trunk/images/uploadselection.png,20,middle)]] [Action/UploadSelection Upload Selection to OSM] 198 * [Concepts/Conflict What is a conflict?] 199 200 ---- 201 Back to [Menu/File Menu File][[Br]] 202 Back to [wiki:/Help Main Help]
