Opened 14 years ago
Closed 14 years ago
#6799 closed defect (fixed)
Validator: Wrong objects in unclosed relation (regression)
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | Multipolygon not closed | Cc: | skyper |
Description
When there is a warning "Multipolygon is not closed", now instead of showing actual multipolygon in Validation Results window, I am getting nodes. It used to be reference to the relation with its name displayed.
Steps to reproduce:
- Download relation 101746
- Remove couple of random members
- Click on Validate
You will be getting "Multipolygon is not closed (2)" and then "1382 nodes", "456 nodes" (numbers may differ). And selecting those selects actual nodes.
Tested with 4401, 4408, but was OK about a week earlier.
Attachments (0)
Change History (7)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Component: | Core → Core validator |
---|
comment:4 by , 14 years ago
Okay, taking into account that FR, the behavior should be: add relation and 2 (two) edge nodes, not all XXX nodes without any lines as it does now.
comment:5 by , 14 years ago
Correction, do it for every separate piece. I.e. in the example above, I am getting 2 pieces of a relation, so it should show relation and 4 nodes. Currently it shows me 2 pieces which consist of several hundreds nodes each.
comment:6 by , 14 years ago
Cc: | added |
---|---|
Keywords: | Multipolygon not closed added |
It was me reporting it.