Upstream fixes from Alexey #4

Merged
biodranik merged 30 commits from upstream into master 2023-03-14 21:31:33 +00:00
Showing only changes of commit a676caf985 - Show all commits

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