wiki:Rules/AddrRelationWarning

addr:*=* on relations warning

meta {
    title: "addr:*=* on relations warning";
    version: "1.4_2025-01-23";
    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";
}

Rules_AddrRelationWarning.validator.mapcss, Rules_AddrRelationWarning.zip

Last modified 4 weeks ago Last modified on 2025-01-23T07:34:59+01:00
Note: See TracWiki for help on using the wiki.