Changeset 6504 in josm for trunk/data


Ignore:
Timestamp:
2013-12-21T23:24:17+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9453 - tagchecker: allow segregated for railway=crossing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/tagchecker.cfg

    r6503 r6504  
    116116*    : W : oneway               == * && highway != * && railway != *                   # oneway without highway or railway
    117117*    : W : sac_scale            == * && highway != *                                   # sac_scale without highway
    118 *    : W : segregated           == * && highway != *                                   # segregated without highway
     118*    : W : segregated           == * && highway != * && railway != crossing            # segregated without highway
    119119*    : W : sidewalk             == * && highway != *                                   # sidewalk without highway
    120120*    : W : smoothness           == * && highway != *                                   # smoothness without highway
Note: See TracChangeset for help on using the changeset viewer.