mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
367 stars 90 forks source link

working timeout #23

Closed mvexel closed 9 years ago

mvexel commented 9 years ago

This pull request implements timeout -- api.timeout = 60 will add a 60 second timeout to the Overpass request.

Also minor cleanup