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
Having shallow parameter on True for overpass results in passing just a boolean as dict to _rawToResult function and ends up with
shallow
True
dict
_rawToResult
File .../.venv/lib/python3.8/site-packages/OSMPythonTools/overpass.py:144, in OverpassResult.__get(self, prop) 143 def __get(self, prop): --> 144 return self._json[prop] if prop in self._json else None
osm-python-tools/OSMPythonTools/internal/cacheObject.py
Line 50 in 695ac4f
osm-python-tools/OSMPythonTools/overpass.py
Lines 77 to 78 in 695ac4f
Lines 124 to 126 in 695ac4f
Lines 143 to 144 in 695ac4f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Having
shallow
parameter onTrue
for overpass results in passing just a boolean asdict
to_rawToResult
function and ends up withosm-python-tools/OSMPythonTools/internal/cacheObject.py
Line 50 in 695ac4f
osm-python-tools/OSMPythonTools/overpass.py
Lines 77 to 78 in 695ac4f
osm-python-tools/OSMPythonTools/overpass.py
Lines 124 to 126 in 695ac4f
osm-python-tools/OSMPythonTools/overpass.py
Lines 143 to 144 in 695ac4f
The text was updated successfully, but these errors were encountered: