Print stop position name for not on tracks error
This commit is contained in:
parent
d30edbf6f0
commit
c1bf0c65ac
1 changed files with 2 additions and 1 deletions
|
@ -546,7 +546,8 @@ 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(k), relation)
|
||||
city.warn('Stop position "{}" ({}) is not on tracks'.format(
|
||||
el['tags'].get('name', ''), k), relation)
|
||||
continue
|
||||
|
||||
if k not in city.elements:
|
||||
|
|
Loading…
Add table
Reference in a new issue