Stop position not on tracks is an error now

This commit is contained in:
Ilya Zverev 2017-10-31 13:58:13 +03:00
parent c1bf0c65ac
commit 6b3a2eca28

View file

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