-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
map.onError is not helpful by default #1549
Comments
Also, seeing a user report of tile 404s blocking the map |
Since we expect to receive a 404 for empty tiles, treating the response as an error seems wrong. |
Yup, the error comes from the |
fixed in #1799 |
The error message logged by the default onError handler within Map is often blank, and completely unhelpful.
https://github.com/mapbox/mapbox-gl-js/blob/v0.11.0/js/ui/map.js#L788
The text was updated successfully, but these errors were encountered: