Modify ↓
Opened 15 years ago
Closed 15 years ago
#3684 closed enhancement (fixed)
Add "chunked" upload mode
Reported by: | Gubaer | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
JOSM currently supports two upload modes:
- one request per created/updated/deleted object
- one request for the whole dataset to upload
For large dataset something between these two would be nice. JOSM could split up the dataset to upload into manageable "chunks" and upload these chunks. This would be more efficent than (1) and more robust than (2).
The "chunk size" could be a parameter to select in the upload dialog and users could select between
- individual object upload in multiple requests
- chunked upload in multiple requests
- upload in one request
Attachments (0)
Note:
See TracTickets
for help on using tickets.
(In [2569]) fixed #3684: Add "chunked" upload mode
Removed support for API "0.5" when uploading (there are still 0.5-files around, but I'm not aware of any 0.5-servers)