mvexel / overpass-api-python-wrapper

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

Fix (Geo)JSON valid output #55

Closed themiurgo closed 7 years ago

themiurgo commented 8 years ago

When specifying GeoJSON or JSON as output format, the object returned is not a valid JSON document, but a Python dictionary. This pull requests corrects this issue.

mvexel commented 8 years ago

Could you rebase this and we'll look at it again?