Ticket #11126: josm_11126_v3.diff

File josm_11126_v3.diff, 991 bytes (added by skyper, 9 years ago)

patch version 3

  • data/validator/combinations.mapcss

     
    108108  throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}");
    109109}
    110110
    111 /* {0.tag} without {1.key} */
     111/* {0.tag} without {1.key} (warning level) */
    112112*[tourism=information][!information],
    113113*[aeroway=terminal][!building],
    114114*[power=generator][!generator:source],
     
    116116  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
    117117}
    118118
     119/* {0.tag} without {1.key} (info level) */
     120*[amenity=parking              ][!parking],
     121*[amenity=parking_entrance     ][!parking],
     122*[amenity=parking_space        ][!parking],
     123  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
     124}
     125
    119126/* {0.key} without {1.key} or {2.key} */
    120127*[incline                      ][!highway][!railway],
    121128*[oneway                       ][!highway][!railway] {