Skip to content
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

Tile is not rendered when request for glyph fails with a 404 #9546

Open
pathmapper opened this issue Apr 13, 2020 · 0 comments
Open

Tile is not rendered when request for glyph fails with a 404 #9546

pathmapper opened this issue Apr 13, 2020 · 0 comments
Labels

Comments

@pathmapper
Copy link
Contributor

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

grafik

Existing font

https://jsbin.com/vexanaqiju/1/edit?html,output

grafik

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants