Changeset 18535 in josm for trunk/resources/data/validator/combinations.mapcss
- Timestamp:
- 2022-08-13T18:39:30+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r18527 r18535 11 11 12 12 /* {0.key} without {1.key} (warning level) */ 13 node[voltage:primary ][!transformer], 14 node[voltage:secondary ][!transformer], 15 node[voltage:tertiary ][!transformer], 13 16 way[junction ][!highway][junction!=yes][!area:highway], 14 17 way[living_street ][!highway], … … 346 349 } 347 350 348 /* {0.key} together with {1.key}, #18267, #17630, #17604 */ 351 /* {0.key} together with {1.key}, #18267, #17630, #17604, #21836 */ 352 node[transformer][voltage], 349 353 node[marker][cover], 350 354 node[marker][voltage], … … 1061 1065 assertNoMatch: "relation piste:type=nordic piste:grooming=classic"; 1062 1066 } 1067 1068 /* #21836 */ 1069 *[voltage:primary][voltage:secondary][transformer=generator][tag("voltage:secondary")<tag("voltage:primary")] { 1070 throwWarning: tr("{0} is lower than {1} on {2}.", "{1.key}", "{0.key}", "{2.tag}"); 1071 group: tr("suspicious tag combination"); 1072 }
Note:
See TracChangeset
for help on using the changeset viewer.