Fix #11 - missing interchanges
This commit is contained in:
parent
9c288ef238
commit
3f25cc7726
1 changed files with 3 additions and 3 deletions
|
@ -401,9 +401,9 @@ class City:
|
|||
if len(self.routes[k]) == 0:
|
||||
del self.routes[k]
|
||||
|
||||
if (el['type'] == 'relation' and
|
||||
el.get('tags', {}).get('public_transport', None) == 'stop_area_group'):
|
||||
self.make_transfer(el)
|
||||
if (el['type'] == 'relation' and
|
||||
el.get('tags', {}).get('public_transport', None) == 'stop_area_group'):
|
||||
self.make_transfer(el)
|
||||
|
||||
def count_unused_entrances(self):
|
||||
global used_entrances
|
||||
|
|
Loading…
Add table
Reference in a new issue