Changeset 17941 in josm


Ignore:
Timestamp:
2021-06-22T22:39:44+02:00 (3 years ago)
Author:
Klumbumbus
Message:

fix #20442 - Warn about traffic signals or similar on roundabouts (patch by mkoniecz, Famlam, reichg, skyper and Gabe :))

File:
1 edited

Legend:

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

    r17937 r17941  
    189189  assertNoMatch: "way turn:lanes:forward=sharp_left;left|left;through;slight_right|slight_right;right";
    190190}
     191
     192/* #20442 traffic signals or similar on roundabouts */
     193node[highway=traffic_signals                     ][ traffic_signals=signal] < way[highway][junction=roundabout],
     194node[highway=~/^(traffic_signals|stop|give_way)$/][!traffic_signals       ] < way[highway][junction=roundabout] {
     195  throwWarning: tr("{0} without right of way", "{1.tag}");
     196  suggestAlternative: "junction=circular";
     197}
Note: See TracChangeset for help on using the changeset viewer.