We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Api requests fails after recent (may 2018) overpass api update with code '400 BadRequest: Element "print" cannot be subelement of element "union"'
Also discussed here: openstreetmap/openstreetmap-website#1843
Can be fixed by adding additional semicolon at line 137 of osm.py file: query = '({typ}{bbox}{queries};{recurse};);out {meta};'.format(
Your library was very helpfull, so i hope it will help others as well)
The text was updated successfully, but these errors were encountered:
@Huskyleo, nope, that was it. Did you re-install the library?
Sorry, something went wrong.
Thanks mr someone!! I struggle with this the whole afternoon!!
@Some11One nope, I went well without re-installing the library
No branches or pull requests
Api requests fails after recent (may 2018) overpass api update with code '400 BadRequest: Element "print" cannot be subelement of element "union"'
Also discussed here: openstreetmap/openstreetmap-website#1843
Can be fixed by adding additional semicolon at line 137 of osm.py file:
query = '({typ}{bbox}{queries};{recurse};);out {meta};'.format(
Your library was very helpfull, so i hope it will help others as well)
The text was updated successfully, but these errors were encountered: