mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
360 stars 89 forks source link

Provide for alternative settings #111

Open b-jazz opened 5 years ago

b-jazz commented 5 years ago

You can specify the response format (json, xml, etc), but you can't specify other OverpassQL settings like maxsize and global boundingbox. If would be nice if there were a way to add those to the constructed query.