Changeset 7229 in josm for trunk


Ignore:
Timestamp:
2014-06-09T14:30:11+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10117 - ask for leaf_type with leaf_cycle and for leaf_cycle with leaf_type

File:
1 edited

Legend:

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

    r7220 r7229  
    33 */
    44
    5 /* {0.key} without {1.key} */
     5/* {0.key} without {1.key} (warning level) */
    66way[junction                   ][!highway],
    77*[lanes                        ][!highway],
     
    8383}
    8484
     85/* {0.key} without {1.key} (info level) */
     86*[leaf_type ][!leaf_cycle],
     87*[leaf_cycle][!leaf_type] {
     88  throwOther: tr("{0} without {1}", "{0.key}", "{1.key}");
     89}
     90
    8591/* {0.key} without {1.tag} */
    8692*[fence_type                   ][barrier!=fence],
Note: See TracChangeset for help on using the changeset viewer.