Ticket #20442: 20442_v3.patch
| File 20442_v3.patch, 857 bytes (added by , 5 years ago) |
|---|
-
resources/data/validator/highway.mapcss
163 163 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 164 164 suggestAlternative: "kerb=*"; 165 165 group: tr("suspicious tag combination"); 166 } 167 168 /* #20442 Addressing traffic signals on roundabouts */ 169 node[highway=traffic_signals][traffic_signals=signal] < way[highway][junction=roundabout], 170 node[highway][highway=~/^(traffic_signals|stop|give_way)$/][!traffic_signals] < way[highway][junction=roundabout] { 171 throwWarning: tr("{0} without right of way", "{1.tag}"); 172 group: tr("suspicious tag combination"); 173 suggestAlternative: "junction=circular"; 166 174 } 175 No newline at end of file
