Support platform_edge
This commit is contained in:
parent
a3576ec54c
commit
ae6e29fbff
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class StopArea:
|
|||
def is_platform(el):
|
||||
if 'tags' not in el:
|
||||
return False
|
||||
if el['tags'].get('railway') == 'platform':
|
||||
if el['tags'].get('railway') in ('platform', 'platform_edge'):
|
||||
return True
|
||||
if el['tags'].get('public_transport') == 'platform':
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue