Print stop position name for not on tracks error

This commit is contained in:
Ilya Zverev 2017-10-31 13:17:43 +03:00
parent d30edbf6f0
commit c1bf0c65ac

View file

@ -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: