Ne plus retourner les arrêts vides

This commit is contained in:
2021-09-18 09:28:11 +02:00
parent 0a2fc7e596
commit 74fff341be

View File

@@ -119,6 +119,7 @@ def show_stops_from_ref (ref):
if add:
rte ['line_id'] = line_id
s ['routes'].append (rte)
if s ['routes'] != []:
r ['stop_points'].append (s)
return (r)