Ticket #11126: josm_11126_v4.diff

File josm_11126_v4.diff, 946 bytes (added by skyper, 10 years ago)

patch version 4 without parking_space

  • 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  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
     123}
     124
    119125/* {0.key} without {1.key} or {2.key} */
    120126*[incline                      ][!highway][!railway],
    121127*[oneway                       ][!highway][!railway] {