mvexel / overpass-api-python-wrapper

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

searchString with ;out meta; give double positives #46

Closed Skippern closed 8 years ago

Skippern commented 8 years ago

I notice that the search string URL automatically adds out body, this results that my search with out meta in the string returns double positives (each object two times with different level on appended data). Would it be possible to drop the auto-append of out body when search string ends with other out statements?

Guibod commented 8 years ago

+1

tbolender commented 8 years ago

This feature was implemented in #47, so beginning with version 0.4.0 you are able to set the desired verbosity with the respective argument of the Get() function.