Changeset 19590 in josm for trunk/resources/data/validator/combinations.mapcss
- Timestamp:
- 2026-07-23T17:52:56+02:00 (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r19479 r19590 149 149 /* {0.key} without {1.tag} or {2.tag} */ 150 150 *[bridge:movable ][bridge!=movable][man_made!=bridge], 151 *[substation ][power!=substation][pipeline!=substation],152 151 *[reservoir_type ][landuse!=reservoir][water!=reservoir], 153 152 way[waterway=pressurised ][tunnel!=flooded][man_made!=pipeline] { … … 156 155 } 157 156 158 /* {0.key} without {1.tag}, {2.tag} or {3.tag}, #15107, #20241 */ 157 /* {0.key} without {1.tag}, {2.tag} or {3.tag}, #15107, #20241, #20421 */ 159 158 *[iata ][aeroway!=aerodrome][aeroway!=heliport][aeroway!=helipad], 160 *[icao ][aeroway!=aerodrome][aeroway!=heliport][aeroway!=helipad] { 159 *[icao ][aeroway!=aerodrome][aeroway!=heliport][aeroway!=helipad], 160 *[substation ][power!=substation][power!~/pole|tower/][pipeline!=substation] { 161 161 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.tag}", "{2.tag}", "{3.tag}"); 162 162 group: tr("missing tag"); … … 1057 1057 } 1058 1058 1059 /* #20421 */ 1060 *[substation][transformer=distribution] { 1061 throwWarning: tr("{0} together with {1}", "{1.tag}", "{0.key}"); 1062 suggestAlternative: "transformer=main"; 1063 group: tr("suspicious tag combination"); 1064 fixAdd: "transformer=main" 1065 } 1066 1059 1067 /* #21836 */ 1060 1068 *[voltage:primary][voltage:secondary][transformer=generator][tag("voltage:secondary")<tag("voltage:primary")] {
Note:
See TracChangeset
for help on using the changeset viewer.
