Stop position not on tracks is an error now
This commit is contained in:
parent
c1bf0c65ac
commit
6b3a2eca28
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ class Route:
|
|||
|
||||
if check_stop_positions and StopArea.is_stop(el):
|
||||
if k not in line_nodes:
|
||||
city.warn('Stop position "{}" ({}) is not on tracks'.format(
|
||||
city.error('Stop position "{}" ({}) is not on tracks'.format(
|
||||
el['tags'].get('name', ''), k), relation)
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue