Changeset 18369 in josm for trunk/resources/data/validator
- Timestamp:
- 2022-02-09T15:37:52+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/relation.mapcss
r18199 r18369 10 10 /* see also #9071 */ 11 11 relation[type=boundary][!boundary][!disused:boundary], 12 relation[type=building][!building],13 12 relation[type=destination_sign][!destination], 14 13 relation[type=enforcement][!enforcement], … … 67 66 throwWarning: tr("way with {0} is part of a {1} route relation", "{0.tag}", "{0.key}"); 68 67 } 68 69 /* #21285, #21738 */ 70 relation[type=building][building] >[role=outline] *[building][parent_tag(building) != tag(building)] { 71 throwWarning: tr("{0} of {1} member and {0} relation differ", "{0.key}", "outline"); 72 group: tr("suspicious tag combination"); 73 }
Note:
See TracChangeset
for help on using the changeset viewer.