Changeset 13401 in josm


Ignore:
Timestamp:
2018-02-10T13:49:11+01:00 (6 years ago)
Author:
Klumbumbus
Message:
File:
1 edited

Legend:

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

    r13291 r13401  
    203203}
    204204
    205 /* {0.tag} together with {1.key}, see #10837, #14034 */
     205/* {0.tag} together with {1.key}, see #10837, #14034, #9389, #11977, #13156 */
    206206*[amenity=vending_machine][shop],
    207 *[noname?][name] {
    208   throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
    209   group: tr("suspicious tag combination");
    210 }
    211 
    212 /* {0.tag} together with {1.key}, see #9389, #11977, #13156 */
     207*[noname?][name],
    213208way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath],
    214209way[oneway=yes][/:forward/][!traffic_sign:forward][bicycle:forward!=use_sidepath],
     
    228223way[highway=footway][bicycle=designated] {
    229224  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
     225  group: tr("suspicious tag combination");
     226}
     227
     228/* {0.key} together with {1.key} (info level) */
     229*[addr:street][addr:place] {
     230  throwOther: tr("{0} together with {1}", "{0.key}", "{1.key}");
    230231  group: tr("suspicious tag combination");
    231232}
Note: See TracChangeset for help on using the changeset viewer.