Opened 11 years ago
Closed 11 years ago
#9577 closed defect (fixed)
Not ideal fix for "way contains segment twice"
Reported by: | naoliv | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | 14.01 |
Component: | Core validator | Version: | |
Keywords: | Cc: | simon04 |
Description
Using the attached file, select the way tagged with FIXME=twice, validate and apply the fix for the "way contains segment twice" error. Note how the geometry of the streets are changed (some pieces also disappear).
For cases like this the fix seems harmful (it changes the geometry and doesn't fix the real problem)
Maybe something like #9513 should be applied?
Attachments (1)
Change History (6)
by , 11 years ago
Attachment: | twice.osm.bz2 added |
---|
comment:1 by , 11 years ago
Cc: | added |
---|---|
Milestone: | → 14.01 |
Priority: | normal → major |
comment:3 by , 11 years ago
In my opinion, way 255733376 from attachment:twice.osm.bz2 cannot be fixed automatically with reasonable efforts.
Based on #4959, the test was thought to remove duplicate way segments which are hard to spot/remove otherwise.
Since automatic fixes are hard to implement, maybe we should stick to a warning without a fix?
Ouch, release blocker. I'll try to have a look tomorrow, unless someone else manages to fix it before :)