Modify ↓
#16310 closed enhancement (fixed)
[PATCH] check for duplicate addresses
Reported by: | Luzandro | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 18.06 |
Component: | Core validator | Version: | |
Keywords: | address | Cc: |
Description
I've updated the address validator test, so that it checks for duplicate addresses that use addr:street/addr:place (the old test only checks associatedStreet relations).
Some considerations I've made:
- POIs are ignored
- units/flats are considered
- there is a small amount of tolerance for what is seen as duplicate. For one whitespaces and dashes in street names are ignored, so that "Mozart-Gasse", "Mozart Gasse" and "Mozartgasse" are all seen as equal. And if at least one of the compared objects doesn't have addr:city and/or addr:postcode specified, distance is taken into account to decide if a warning should be generated and with what severity.
Attachments (1)
Change History (5)
comment:1 by , 6 years ago
Keywords: | address added |
---|---|
Milestone: | → 18.06 |
by , 6 years ago
Attachment: | Addresses.java.patch added |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 13968/josm: