Ignore:
Timestamp:
2018-07-21T18:11:21+02:00 (6 years ago)
Author:
Klumbumbus
Message:

see #16147 - better validator warning text (print value of second tag)

File:
1 edited

Legend:

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

    r13981 r14041  
    218218*[amenity=vending_machine][shop],
    219219*[noname?][name],
    220 way[man_made=pipeline][tunnel=flooded],
    221 way[waterway=canal][tunnel=yes],
    222220way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath],
    223221way[oneway=yes][/:forward/][!traffic_sign:forward][bicycle:forward!=use_sidepath],
     
    234232}
    235233
    236 /* {0.tag} together with {1.tag}, see #10186 */
     234/* {0.tag} together with {1.tag}, see #16147, #10186 */
     235way[man_made=pipeline][tunnel=flooded],
     236way[waterway=canal][tunnel=yes],
    237237way[highway=footway][bicycle=designated] {
    238238  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
Note: See TracChangeset for help on using the changeset viewer.