-
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
Invalid glyph requests block rendering #662
Comments
Looks like the failed glyph protobuf load is blocking rendering.
is an invalid path (no matching glyph protobuf exists there), although a failed request shouldn't block tile rendering... |
Ref mapbox/mapbox-gl-native#308 for equivalent issue in |
Good call - I used the wrong typeface name. Now that it's fixed it's back to rendering smoothly. Though it would indeed be awesome to have it handle the error more elegantly. |
thanks for reporting! 7fb6a3d now prevents bad glyph requests from killing the entire tile |
Hi,
I was trying an example that someone else on twitter created (@vtcraghead) but didn't get the same result. In my case, I have missing tiles:
https://bl.ocks.org/wboykinm/raw/c43cf9a9fe500276d026/#13.92/34.421322/-119.705140/90.0
What it should render:
https://pbs.twimg.com/media/BucUermCYAAiQeF.png
What I get:
I am using Chrome 36 on Windows 8.1
If I look at the console, I have a few errors:
Tell me if you need more informations
The text was updated successfully, but these errors were encountered: