Changes between Initial Version and Version 1 of Ticket #20742, comment 34


Ignore:
Timestamp:
2021-09-17T20:24:49+02:00 (3 years ago)
Author:
Famlam

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20742, comment 34

    initial v1  
    1111{{{
    1212#!rule
    13 way[highway=~/^(footway|path|bridleway|cycleway|service)$/] > node[barrier]:connection {
     13way[highway=~/^(footway|path|bridleway|cycleway|service)$/] >node[barrier]:connection {
    1414        set .barrierSmallRoadConnection;
    1515}
     16way[highway=~/^(unclassified|residential)$/] >[index = 1] node.barrierSmallRoadConnection,
     17way[highway=~/^(unclassified|residential)$/] >[index = -1] node.barrierSmallRoadConnection {
     18        set .barrierAllowedAtConnection;
     19}
    1620/* 20742; warnings for major roads set by other rule, also issue 20742 */
    17 way[highway=~/^(unclassified|residential)$/] > node[barrier][barrier!=bollard][!access][!access:conditional][!vehicle][!vehicle:conditional][!motor_vehicle][!motor_vehicle:conditional].barrierSmallRoadConnection {
     21way[highway=~/^(unclassified|residential)$/] > node[barrier][barrier!=bollard][!access][!access:conditional][!vehicle][!vehicle:conditional][!motor_vehicle][!motor_vehicle:conditional].barrierSmallRoadConnection!.barrierAllowedAtConnection {
    1822        throwWarning: tr("Suspicious {0} on a connection of a small highway with a larger highway", "{0.tag}");
    1923        set .hasWarningForBarrierOnWay;