mvexel / overpass-api-python-wrapper

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

Example does not work #95

Closed eigenwillig closed 6 years ago

eigenwillig commented 6 years ago

https://github.com/mvexel/overpass-api-python-wrapper/blob/master/examples/readme_example.py fails because of

print [(
    feature['properties']['name'],
    feature['id']) for feature in response["features"]]
mvexel commented 6 years ago

Thanks for reporting.