Suggest the parent route of platform with invalid role

The wraning message now looks like: 
Platform "" (w1055889735) with invalid role '' in route (relation 2336456, "")
It will be easier for us to sort those issues.
This commit is contained in:
Jiaxun Yang 2022-05-03 23:15:55 +01:00 committed by Alexander Borsuk
parent 738e13d73a
commit 7072494bbd

View file

@ -534,10 +534,10 @@ class RouteStop:
else:
if role != 'platform' and 'stop' not in role:
city.warn(
"Platform with invalid role '{}' in a route".format(
role
"Platform \"{}\" ({}) with invalid role '{}' in route".format(
el['tags'].get('name', ''), el_id(el), role,
),
el,
relation,
)
multiple_check = self.seen_platform
self.seen_platform_entry = True