incorrect warning: member with role "stop" does not match "railway=halt"
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 goes away.
Attachments (1)
-
JOSM-halt-bug.osm (41.8 KB) - added by aceman 7 years ago.
-
sample file with the area containing the railway=halt node in a relation
Download all attachments as: .zip
Change History (9)
Description: |
modified (diff)
|
Owner: |
changed from team to aceman
|
Status: |
new →
needinfo
|
Owner: |
changed from aceman to team
|
Status: |
needinfo →
new
|
Component: |
Core validator →
Internal preset
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Can you please attach a sample file? Thanks.