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
The loadStyle method doesn't check the style at all. We need to confirm:
Even for an invalid JSON, the error is not captured and returned
The text was updated successfully, but these errors were encountered:
This is mostly addressed by 1d589f7. The Promise returned by the loadStyle method will reject in any of the following cases:
I think this is enough to resolve the issue for now. We might in the future want to add more detailed checks of the style against the specification.
Note: this does NOT resolve the relevant point in GlobeletJS/GlobeletJS#1, because the errors are not yet neatly passed through tile-setter
Sorry, something went wrong.
No branches or pull requests
The loadStyle method doesn't check the style at all. We need to confirm:
Even for an invalid JSON, the error is not captured and returned
The text was updated successfully, but these errors were encountered: