mvexel / overpass-api-python-wrapper

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

Commit 603b7ec to master broke the library #119

Open Taxuspt opened 4 years ago

Taxuspt commented 4 years ago

Commit https://github.com/mvexel/overpass-api-python-wrapper/commit/603b7ec1818befa780eb6f0389eb7b71db17dcfe which was merged to master has broken the library when dealing with geojson data. It makes the following, wrong assumptions:

Please revert this commit. For proper parsing from OSM to GEOJSON you could use osm2geojson.

mvexel commented 4 months ago

We are doing this now (finally) with #140 merged. Once we get 0.7.1 out with this improvement I think this can be closed.