Modify ↓
#3047 closed defect (duplicate)
Relation sorting adds new members - destroying data!
Reported by: | xylome | Owned by: | team |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | relation sorting | Cc: |
Description
example: http://www.openstreetmap.org/api/0.6/relation/59065/full
initially has 59 members. after sorting one member is duplicated.
i know sorting osm relations is a pain (circular ways, Ts, ...) so there should be a due diligence test after the sort process. e.g. same number of members, same members as before...
as long as this is not fixed: disable sorting... it destroys data without notice!
Attachments (0)
Note:
See TracTickets
for help on using tickets.
duplicate of #2953, fixed in r1828 (and sorting was removed/disabled from r1790)