Disregard stations for stop_area creation, fixes #2
This commit is contained in:
parent
a5b13e9ea9
commit
829ca49678
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ def add_stop_areas(src):
|
|||
for el in src:
|
||||
if 'tags' not in el:
|
||||
continue
|
||||
if 'station' in el['tags']:
|
||||
continue
|
||||
if (el['tags'].get('railway', None) not in ('subway_entrance', 'platform') and
|
||||
el['tags'].get('public_transport', None) not in ('platform', 'stop_position')):
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue