Modify ↓
Opened 15 years ago
Closed 15 years ago
#4130 closed defect (fixed)
Chunked upload mode counter is wrong
Reported by: | Ldp | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When uploading in chunks, the upload dialog always says it's uploading that set amount of objects.
For instance:
- Set chunked mode to 2000 objects.
- Upload 450 objects, dialog says 2000 to upload. in 1/1.
- Upload 2450 objects, dialog says 2000 to upload in 1/2, and 2000 again in 2/2.
JOSM 2595
Attachments (0)
Note:
See TracTickets
for help on using tickets.
(In [2599]) fixed #4130: Chunked upload mode counter is wrong
fixed #4118: Upload dialog too complicated
fixed #4129: Hide the new "Upload data in one request/chunks/individually" behind an expanding "Upload method" box
fixed #2075: API 0.6: don't upload more than 50K edits at once
fixed #4044: Huge uploads never end [should be solved with chunked upload mode]
fixed #4110: Upload dialog spacing wrong
fixed #3386: Upload dialog has empty areas when the changeset doesn't include all of add/modify/delete operations
see #3369: bulk import helper [JOSM now supports multi changesets uploads]
See online help for more details.
Completes r2598