Changes between Version 1 and Version 2 of Ticket #20019, comment 34
- Timestamp:
- 2020-12-10T11:31:09+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20019, comment 34
v1 v2 1 I started to collect test cases for unit tests. I wonder what to with `traffic_sign=city_limit` like n427123883. It produces1 I started to collect test cases for unit tests. I wonder what to with `traffic_sign=city_limit` like https://www.openstreetmap.org/node/427123883. It produces 2 2 `Invalid usage of direction on node - Node with direction=backward on a connection of multiple ways (1)` 3 3 I think this is a false positive, but maybe I'm wrong? 4 5 I also see lots of `railway=buffer_stop` with further tags like https://www.openstreetmap.org/node/656590415 which produce either 6 - `Node with railway:signal:direction=forward on end of way (161)` or 7 - `Node with railway:signal:direction=backward on end of way (64)` 8 I don't know much about railway mapping, so maybe this needs an exception?