Opened 16 years ago
Closed 19 months ago
#3188 closed enhancement (needinfo)
osmChange has create before modify
Reported by: | Ldp | Owned by: | Ldp |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | osmChange | Cc: |
Description (last modified by )
I'm working with >2000 node ways, which I'm splitting up into smaller sections. Sometimes, I have to create a new multipolygon relation to hold the split ways.
In this scenario, JOSM sends an osmChange to the server with all the creates (the new split ways and the relation to hold them) before the modify (of the original way). This way, the api sees the instruction to place the (to the api) still unsplit >2000 node way in the relation, which it will refuse*.
This means I have to do 2 uploads, first to break up the way, and the 2nd to create the relation. If the osmChange that JOSM sends would have all the new way creations first, then the original way modification, and then another create for the relation, it could probably be done in a single upload.
- "You tried to add #{provided} nodes to way #{id}, however only #{max} are allowed"
Attachments (0)
Change History (2)
comment:1 by , 21 months ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → needinfo |
comment:2 by , 19 months ago
Resolution: | → needinfo |
---|---|
Status: | needinfo → closed |
I don't think this is still a problem; there has been 14 years of changes to OSM, and I doubt that there are any ways with more than 2k nodes left.