Changes between Initial Version and Version 1 of Ticket #9753


Ignore:
Timestamp:
2014-02-23T23:54:11+01:00 (10 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9753 – Description

    initial v1  
    1 I have a railway relation with "public_transport:version=1" but I get validator warning of 'member with role "stop" does not match "highway=bus_stop || railway=station || railway=halt && railway=tram_stop"' on a stop node that is "railway=halt". The warning itself says railway=halt is a correct possibility. So what is wrong with the validator check? Is the '&&' operator actually correct? Shouldn't it be '||' ? If I change the node to "railway=station" the warning does away.
     1I have a railway relation with `public_transport:version=1` but I get validator warning of
     2{{{
     3member with role "stop" does not match "highway=bus_stop || railway=station || railway=halt && railway=tram_stop"
     4}}}
     5on a stop node that is `railway=halt`. The warning itself says `railway=halt` is a correct possibility. So what is wrong with the validator check? Is the {{{&&}}} operator actually correct? Shouldn't it be {{{||}}}? If I change the node to `railway=station` the warning goes away.