Modify ↓
Opened 4 years ago
Closed 4 years ago
#2511 closed defect (fixed)
[Patch] Send changeset in the payload when using non-atomic upload
| Reported by: | robome | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
When not using diff upload but the old method by setting osm-server.atomic-upload=false, the upload fails since the changeset is missing in the primitive.
Attached patch fixes this though I'm not 100% sure if it's the perfect place to set the changeset.
Attachments (1)
Change History (2)
Changed 4 years ago by robome
comment:1 Changed 4 years ago by framm
- Resolution set to fixed
- Status changed from new to closed
applied with slight change in r1578.
Note: See
TracTickets for help on using
tickets.



add changeset to payload when not using atomic upload