Changes between Initial Version and Version 1 of Ticket #21341


Ignore:
Timestamp:
2021-09-17T19:50:14+02:00 (4 years ago)
Author:
Famlam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21341 – Description

    initial v1  
    77{{{
    88#!rule
    9 way[highway][!/^(access|motor_vehicle|vehicle)(:backward|:forward|:both_ways)?(:conditional)?$/] > node[/^(access|motor_vehicle|vehicle)(:backward|:forward|:both_ways)?$/][!barrier][!railway][!traffic_sign][!entrance][/^(access|motor_vehicle|vehicle)(:backward|:forward|:both_ways)?$/=~/^(no|private)$/][!/^(access|motor_vehicle|vehicle)(:backward|:forward|:both_ways)?:conditional/] {
     9way[highway][!/^(access|motor_vehicle|vehicle)(:backward|:forward|:both_ways)?(:conditional)?$/] > node[/^(access|motor_vehicle|vehicle)$/][!barrier][!railway][!traffic_sign][!entrance][/^(access|motor_vehicle|vehicle)$/=~/^(no|private)$/][!/^(access|motor_vehicle|vehicle):conditional/] {
    1010        throwWarning: tr("{0} without {1} on a public highway", "{0.tag}", "{1.key}");
    1111}