Ticket #20442: 20442_v2.patch
| File 20442_v2.patch, 819 bytes (added by , 5 years ago) |
|---|
-
resources/data/validator/combinations.mapcss
898 898 assertMatch: "way highway=living_street maxspeed=30"; 899 899 assertMatch: "way highway=living_street maxspeed=\"20 mph\""; 900 900 } 901 902 /* #20442 Addressing traffic signals on roundabouts */ 903 node[highway=traffic_signals][traffic_signals=signal] < way[highway][junction=roundabout], 904 node[highway][highway=~/^(traffic_signals|stop|give_way)$/][!traffic_signals] < way[highway][junction=roundabout] { 905 throwWarning: tr("{0} without right of way", "{1.tag}"); 906 group: tr("suspicious tag combination"); 907 suggestAlternative: "junction=circular"; 908 }
