Changeset 8080 in josm


Ignore:
Timestamp:
2015-02-17T22:46:40+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11126 - Info about missing parking=* (patch by Skyper)

File:
1 edited

Legend:

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

    r8077 r8080  
    109109}
    110110
    111 /* {0.tag} without {1.key} */
     111/* {0.tag} without {1.key} (warning level) */
    112112*[tourism=information][!information],
    113113*[aeroway=terminal][!building],
     
    115115*[amenity=place_of_worship][!religion] {
    116116  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
     117}
     118
     119/* {0.tag} without {1.key} (info level) */
     120*[amenity=parking              ][!parking],
     121*[amenity=parking_entrance     ][!parking] {
     122  throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
    117123}
    118124
Note: See TracChangeset for help on using the changeset viewer.