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
Hi folks, through Mapbox Studio it is possible to upload only up to 500 custom SVGs to bundle into sprites, even though mapbox-gl-js supports much more icons in sprites.
To work around this limitation at @mapillary we've started experimenting with generating and maintaining our own styles, since we're displaying a lot of marker based information (traffic signs, objects, UI elements, etc.). In our main style at mapillary.com we're using streets-v9 style with small tweaks and plenty of SVGs imported.
Is it possible to get the source SVGs for streets-v9 somewhere so we can bundle it together with the rest and reuse the style we’ve tweaked in Mapbox Studio?
If you create a new style in Mapbox Studio based on Mapbox Streets, and download the style, you will get a .zip that includes all the source SVGs. Remember that Mapbox Streets is licensed such that you may only use it with Mapbox-hosted vector tiles.
Hi folks, through Mapbox Studio it is possible to upload only up to 500 custom SVGs to bundle into sprites, even though
mapbox-gl-js
supports much more icons in sprites.To work around this limitation at @mapillary we've started experimenting with generating and maintaining our own styles, since we're displaying a lot of marker based information (traffic signs, objects, UI elements, etc.). In our main style at mapillary.com we're using
streets-v9
style with small tweaks and plenty of SVGs imported.Is it possible to get the source SVGs for
streets-v9
somewhere so we can bundle it together with the rest and reuse the style we’ve tweaked in Mapbox Studio?Somewhat related issues: mapbox/mapbox-gl-js#358, mapbox/mapbox-gl-js#141
The text was updated successfully, but these errors were encountered: