DinoTools / python-overpy

Python Wrapper to access the Overpass API
https://python-overpy.readthedocs.io/
MIT License
242 stars 58 forks source link

add RelationRelations #17

Closed dbuse closed 9 years ago

dbuse commented 9 years ago

Fix for #16

Relations can be Members of Relations in OSM XML. overpy should be able to handle them as well.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.36%) to 95.65% when pulling 67770fadbaf8c3a73e76ce32845b0bfe8cd6a110 on dbuse:master into 37236434378bdd35a7b29a327ca97cf54381b814 on DinoTools:master.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-15.18%) to 80.84% when pulling de0ccd3ec59c657ec2dcec575c39979f050f2487 on dbuse:master into 37236434378bdd35a7b29a327ca97cf54381b814 on DinoTools:master.

phibos commented 9 years ago

Thanks for your contribution. I have to review your code before merging it. One fix/feature per pull request would make this process much simpler.

dbuse commented 9 years ago

You're welcome. I'll keep it in mind to separate pull requests.

phibos commented 9 years ago

Commits have been cherry picked and merged into the master branch. Thank you for your contribution.