Changeset 14124 in josm


Ignore:
Timestamp:
2018-08-11T18:55:00+02:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #16242, see #15208 - warn about bicycle=no ways being part of bicycle route relations

File:
1 edited

Legend:

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

    r12773 r14124  
    3535}
    3636
    37 /* #15208 */
     37/* #15208, #16242 */
     38relation[type=route][route=mtb    ] > way[bicycle=no],
     39relation[type=route][route=bicycle] > way[bicycle=no],
    3840relation[type=route][route=mtb    ] > way[bicycle=use_sidepath],
    3941relation[type=route][route=bicycle] > way[bicycle=use_sidepath] {
Note: See TracChangeset for help on using the changeset viewer.