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
Internal Server
Currently, the ohsome-dashboard frontend issues request like so:
https://api.quality.ohsome.org/v1/metadata/indicators/mapping-saturation/coverage?inverse=true
this leads to a crash in the oqapi backend. This behavior can also be demonstrated via swagger.
The following erros occur in the log file:
fastapi.exceptions.ResponseValidationError: 2 validation errors: {'type': 'int_type', 'loc': ('response', 'features', 0, 'id', 'int'), 'msg': 'Input should be a valid integer', 'input': {"coordinates": [], "type": "Polygon"}, 'url': 'https://errors.pydantic.dev/2.8/v/int_type'} {'type': 'string_type', 'loc': ('response', 'features', 0, 'id', 'str'), 'msg': 'Input should be a valid string', 'input': {"coordinates": [], "type": "Polygon"}, 'url': 'https://errors.pydantic.dev/2.8/v/string_type'}
The text was updated successfully, but these errors were encountered:
test: check for geometries in coverage #821
03bfb00
#821 Co-authored-by: Levi Szamek <[email protected]>
4708033
Successfully merging a pull request may close this issue.
Currently, the ohsome-dashboard frontend issues request like so:
https://api.quality.ohsome.org/v1/metadata/indicators/mapping-saturation/coverage?inverse=true
this leads to a crash in the oqapi backend.
This behavior can also be demonstrated via swagger.
The following erros occur in the log file:
The text was updated successfully, but these errors were encountered: