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
how can I load an additional sprite?
I saw, that I could load an additional image with the addImage method, however this method loads images only one-by-one. I would like to load a complete sprite how it is defined by the api.
As I understood from the code, I would have to reimplement the logic in
mapbox-gl-js version: 1.6.1
Question
how can I load an additional sprite?
I saw, that I could load an additional image with the
addImage
method, however this method loads images only one-by-one. I would like to load a complete sprite how it is defined by the api.As I understood from the code, I would have to reimplement the logic in
mapbox-gl-js/src/style/style.js
Line 253 in b61d19b
Just wanted to ask, if you mind to expose it as a method of
style
so we could add multiple sprites after the initial loading?Thank you
The text was updated successfully, but these errors were encountered: