Ignore:
Timestamp:
2021-09-27T00:35:48+02:00 (4 years ago)
Author:
Don-vip
Message:

fix #20530 - fix #20531 - Add man_made pump preset, deprecate man_made=pumping_rig, pump:type=* and substance=heat (patch and icons by skyper, François Lacombe and gaben)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/combinations.mapcss

    r18112 r18230  
    126126}
    127127
    128 /* {0.tag} without {1.key} (warning level), #18411, #18246 */
     128/* {0.key} without {1.tag}, {2.tag}, {3.tag} or {4.tag}, #20530 */
     129*[pump_mechanism][man_made!=pump][man_made!=windpump][man_made!=water_well][man_made!=petroleum_well] {
     130  throwWarning: tr("{0} without {1}, {2}, {3} or {4}", "{0.key}", "{1.tag}", "{2.tag}", "{3.tag}", "{4.tag}");
     131  group: tr("missing tag");
     132}
     133
     134/* {0.tag} without {1.key} (warning level), #18411, #18246, #20530 */
    129135way[railway=construction][!construction],
    130136way[highway=construction][!construction],
    131137node[traffic_sign=maxspeed][!maxspeed][!/^maxspeed:.+/],
    132 node[actuator=manual][!handle],
     138*[actuator=manual][!handle],
     139*[mechanical_driver=manual][!handle],
    133140node[emergency=fire_hydrant][!fire_hydrant:type],
    134141way[     boundary=administrative][!admin_level],
     
    246253}
    247254
    248 /* {0.tag} together with {1.key}, see #17664, #17707, #16464, #10837, #14034, #9389, #11977, #13156, #16888 */
     255/* {0.tag} together with {1.key}, see #17664, #17707, #16464, #10837, #14034, #9389, #11977, #13156, #16888, #20530 */
    249256*[power=plant][/^generator:/],
    250257*[power=generator][/^plant:/],
     
    256263*[amenity=vending_machine][shop],
    257264*[noname?][name],
     265*[actuator][handle][actuator !~ /(^|;)manual(;|$)/],
     266*[mechanical_driver][handle][mechanical_driver !~ /(^|;)manual(;|$)/],
    258267way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
    259268way[oneway=yes][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no],
Note: See TracChangeset for help on using the changeset viewer.