diff --git a/subway_structure.py b/subway_structure.py index 96a6d8c..1431ba2 100644 --- a/subway_structure.py +++ b/subway_structure.py @@ -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: