You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to specify one bounding box when specifying a query, not on each line. Neither 'build' option seemed to work (true/false), because both TEMPLATE variables began with '[out:whatever];', and from what I understand about OverpassQL, the bounding box must appear before the first ';'.
I edited api.py to insert an optional bbox spec in the template. The 'git diff' is attached. api.py_diff.txt
The text was updated successfully, but these errors were encountered:
I want to specify one bounding box when specifying a query, not on each line. Neither 'build' option seemed to work (true/false), because both TEMPLATE variables began with '[out:whatever];', and from what I understand about OverpassQL, the bounding box must appear before the first ';'.
I edited api.py to insert an optional bbox spec in the template. The 'git diff' is attached.
api.py_diff.txt
The text was updated successfully, but these errors were encountered: