Modify

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 taylor.smock)

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 taylor.smock, 21 months ago

Description: modified (diff)
Owner: changed from team to Ldp
Status: newneedinfo

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.

comment:2 by taylor.smock, 19 months ago

Resolution: needinfo
Status: needinfoclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ldp.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.