Changeset 12895 in josm


Ignore:
Timestamp:
2017-09-24T17:02:23+02:00 (7 years ago)
Author:
Klumbumbus
Message:

see #11270, see #9297 - avoid false positive missing railway crossing warnig for combined railway highway ways.

File:
1 edited

Legend:

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

    r12595 r12895  
    127127}
    128128
    129 /* #11270 */
    130 way[railway =~ /^(light_rail|miniature|narrow_gauge|preserved|rail)$/] > node { set .is_in_railway }
     129/* #11270, #9297 */
     130way[railway =~ /^(light_rail|miniature|narrow_gauge|preserved|rail)$/][!highway] > node { set .is_in_railway }
    131131way[highway =~ /^(bridleway|cycleway|footway|path|steps)$/] > node { set .is_in_minor_road }
    132132way[highway =~ /^(bus_guideway|living_street|motorway|pedestrian|primary|raceway|residential|road|secondary|service|tertiary|track|trunk|unclassified)/] > node { set .is_in_major_road }
Note: See TracChangeset for help on using the changeset viewer.