Increase readability
This commit is contained in:
parent
e1cb765bd0
commit
56f9a9586c
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ def overpass_request(overground, overpass_api, bboxes=None):
|
|||
query += '('
|
||||
for mode in modes:
|
||||
query += 'rel[route="{}"]{};'.format(mode, bbox_part)
|
||||
query += ');rel(br)[type=route_master];'
|
||||
query += ');'
|
||||
query += 'rel(br)[type=route_master];'
|
||||
if not overground:
|
||||
query += 'node[railway=subway_entrance]{};'.format(bbox_part)
|
||||
query += 'rel[public_transport=stop_area]{};'.format(bbox_part)
|
||||
|
|
Loading…
Add table
Reference in a new issue