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
When the colormap is wrongly encoded the application returns something like
{"detail":"Expecting value: line 1 column 1 (char 0)"}
We should try to catch this in
titiler/titiler/dependencies.py
Lines 80 to 85 in 3a6e5c5
The text was updated successfully, but these errors were encountered:
vincentsarago
Successfully merging a pull request may close this issue.
When the colormap is wrongly encoded the application returns something like
We should try to catch this in
titiler/titiler/dependencies.py
Lines 80 to 85 in 3a6e5c5
and return a better error message
The text was updated successfully, but these errors were encountered: