Opened 12 years ago
Closed 12 years ago
#8641 closed defect (fixed)
Address nodes with no addr:street in interpolation way
Reported by: | nicolas17 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
The validator gives a warning for nodes that have addr:housenumber
but no addr:street
. However, such nodes are valid if they belong to an addr:interpolation
way that does have an addr:street
, and it’s even supported by Nominatim (basically the nodes inherit the way’s addr:street
tag).
Example: searching Sitio de Montevideo 1452 in Nominatim is properly interpolated from the nodes with housenumber
1400 and 1500, but they don't have an addr:street
; that tag is in the interpolation way they belong to.
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
Component: | Core → Core validator |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 5908/josm: