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
mapbox-gl-js version: v1.9.1
browser: Firefox/Chrome, likely any
This has been reported before in #662, but was fixed according to #662 (comment).
Use a non-existing font as value for the text-font layout property.
text-font
https://jsbin.com/mahoxoduhu/1/edit?html,output
https://jsbin.com/vexanaqiju/1/edit?html,output
All tiles are rendered (the tiles with missing glyphs without labels).
Map is only partially rendered - tiles with labels are not rendered because of failing requests for glyphs (404).
There is no error or warning in the browser console (there is only the 404 in the network tab).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mapbox-gl-js version: v1.9.1
browser: Firefox/Chrome, likely any
This has been reported before in #662, but was fixed according to #662 (comment).
Steps to Trigger Behavior
Use a non-existing font as value for the
text-font
layout property.Link to Demonstration
Non-existing font resulting in 404 and affected tiles are not rendered
https://jsbin.com/mahoxoduhu/1/edit?html,output
Existing font
https://jsbin.com/vexanaqiju/1/edit?html,output
Expected Behavior
All tiles are rendered (the tiles with missing glyphs without labels).
Actual Behavior
Map is only partially rendered - tiles with labels are not rendered because of failing requests for glyphs (404).
There is no error or warning in the browser console (there is only the 404 in the network tab).
The text was updated successfully, but these errors were encountered: