= `addr:*=*` on relations warning = {{{ #!rule meta { title: "addr:*=* on relations warning"; version: "1.[[revision]]_[[date]]"; author: "gy-mate"; link: "https://josm.openstreetmap.de/wiki/Rules/AddrRelationWarning"; } relation[type!~/^(associatedStreet|multipolygon|site|street)$/][/^addr:./] { throwWarning: tr("{0} on a relation", "addr:*=*"); group: tr("suspicious tag combination"); assertMatch: "relation type=boundary addr:street=1"; assertNoMatch: "relation type=multipolygon addr:street=1"; } }}}