| 189 | === Changeset becomes full during upload ===#ChangesetFull |
| 190 | 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 filling up a changeset with a sequence of upload requests. |
| 191 | |
| 192 | If JOSM detects that a changeset became full it displays the following warning message: |
| 193 | |
| 194 | [[Image(error-dialog-changeset-full.png)]] |
| 195 | |
| 196 | '''How to resolve''' |
| 197 | * Click on '''Continue Uploading''' to continue the upload with as many new changesets as necessary. |
| 198 | * Click on '''Go back to Upload Dialog''' to go back to the upload dialog. There you can select another changeset to upload the remaining object to. |
| 199 | * Click on '''Abort''' to abort uploading and return to the main map editing interface. |
| 200 | |