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
All 10 icons are available and are referenced in the data but only 3 are rendered within a single layer. Code below shows filtering of 5 values but only 3 are rendered with icon-images though all 5 are rendered with text. Those rendered appear to be the top 3 in the ordering of the value in the tileset data: parallel.c4a449da, not the order within the filter statement.
If you check the console, you will see a warning messages that says:
SpriteAtlas out of space.
This indicates that there are too many sprites loaded into memory and Mapbox GL JS is unable to display them all. The feature that would allow larger SpriteAtlases is being tracked in #141.
(Hint: The author of #2164 found a workaround for his purposes.)
I'm trying to render data-driven icon-images within a layer using svg icons.
See: http://parallel.co.uk/leeds/gp.html#11.07/51.4496/-0.2064
All 10 icons are available and are referenced in the data but only 3 are rendered within a single layer. Code below shows filtering of 5 values but only 3 are rendered with icon-images though all 5 are rendered with text. Those rendered appear to be the top 3 in the ordering of the value in the tileset data: parallel.c4a449da, not the order within the filter statement.
mapbox-gl-js version: 0.17.0
Expected Behaviour: All data-driven icon-images will render.
Actual Behaviour: Only 3 of the data-driven con-images render.
The text was updated successfully, but these errors were encountered: