You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When zooming from z17 to z18, I am seeing some locally generated glyphs being replaced by server retrieved glyphs. This is demonstrated in the gifs below. The second gif shows the box/size of the glyph made by adjusting the fragment shader.
On z18 tiles, the glyphs have variable size which is a property of the server generated glyphs. The z17 tiles have fixed size (24/32 px sq.) size that is characteristic of locally generated glyphs.
When zooming from z17 to z18, I am seeing some locally generated glyphs being replaced by server retrieved glyphs. This is demonstrated in the gifs below. The second gif shows the box/size of the glyph made by adjusting the fragment shader.
On z18 tiles, the glyphs have variable size which is a property of the server generated glyphs. The z17 tiles have fixed size (24/32 px sq.) size that is characteristic of locally generated glyphs.
mapbox-gl-js version: v1.2.1
browser: Chrome
Steps to Trigger Behavior
Link to Demonstration
Expected Behavior
Locally generated glyphs are not overridden by server generated ones.
Actual Behavior
At z18 server glyphs are taking over. Causing a change in the baseline and font of some characters.
cc @ansis @chloekraw @tristen
The text was updated successfully, but these errors were encountered: