mvexel / overpass-api-python-wrapper

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

Fixed api output for build=False #93 #97

Closed pe-perry closed 6 years ago

pe-perry commented 6 years ago

A small modification was made.

When build=False and the content-type of the response is 'json', a dict will be returned. If the it is 'csv' or 'xml', result will be returned, thus no change was made.

mvexel commented 6 years ago

thanks!