Ticket #6799 (closed defect: fixed)
Validator: Wrong objects in unclosed relation (regression)
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Plugin 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
Change History
comment:3 Changed 9 months ago by simon04
This was changed recently, see #5467.
What is the expected behaviour?
comment:4 Changed 9 months ago by Eugene Sandulenko <sev.mail@…>
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 Changed 9 months ago by Eugene Sandulenko <sev.mail@…>
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:7 Changed 8 months ago by simon04
- Status changed from new to closed
- Resolution set to fixed
In [4447/josm]:



It was me reporting it.