Opened 12 years ago
Closed 12 years ago
#8480 closed defect (fixed)
[Patch] Validator complains about village addresses
Reported by: | balrog-kun | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | validator, addresses | Cc: |
Description
Since recently validator treats address nodes with addr:place and no addr:street, as problematic. In at least a few countries in Eastern Europe small villages have no street names so adding addr:street would logically be wrong, this is why addr:place is used instead. The validator should probably check whether either of the two tags is present before flagging an object. This is what the attached patch does (not compile tested, sorry). Another check could be whether there exists a place node or relation with the given name within some radius.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | validate-village-addrs.patch added |
---|
comment:1 by , 12 years ago
Summary: | Validator complains about village addresses → [Patch] Validator complains about village addresses |
---|
Thanks for the patch, highly appreciated.
I will review it very soon :)
Proposed fix