Opened 13 years ago
Closed 13 years ago
#4661 closed defect (fixed)
Intersection between multipolygon ways, but which ones?
Reported by: | skela | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | Cc: |
Description
Validator is issuing what seems a bogus complaint about an intersection between multipolygon ways. You should be able to repeat it as follows:
Open JOSM.
Download (ctrl-l) http://api.openstreetmap.org/api/0.6/relation/404616/full
Hit Validate.
Validator will complain "Intersection between multipolygon ways". It would be nice if it indicated the ways that it thinks are intersecting.
Now, select the relation from the validation results, hit Validate, and then select nothing, and hit Validate, repeat. At some point, Validator will be no longer complaining. Could it be an uninitialized variable or something?
Fixed in [o20365]