Contents
How to add vector tiles to a map?
Add a vector source to a map. Add any Mapbox-hosted tileset using its tileset URL (mapbox:// + tileset ID). To find a list of Default tilesets provided by Mapbox and Custom tilesets you have uploaded to your account, sign into Mapbox Studio and visit the Tilesets page.
Where can I find the default tiles in Mapbox?
To find a list of Default tilesets provided by Mapbox and Custom tilesets you have uploaded to your account, sign into Mapbox Studio and visit the Tilesets page. Mapbox GL requires WebGL support. Please check that you are using a supported browser and that WebGL is enabled.
What happens when you reduce the zoom of a vector tile?
Simplification at lower zoom levels reduces complexity on the map in places where the details would not even be noticed. This simplification makes the map load more efficiently. The amount of data that can exist in a single vector tile has an upper size limit.
Why are the zoom levels limited in Mapbox?
When you upload data to your Mapbox account as a tileset, you may notice that your data has been simplified or that it is not rendered at all zoom levels. The Mapbox Streets source data is also limited to specific zoom levels. This guide provides an explanation for why this happens.
What are the sources for Mapbox GL JS?
The source types Mapbox GL JS can handle in addition to the ones described in the Mapbox Style Specification. A data source containing the contents of an HTML canvas. See CanvasSourceOptions for detailed documentation of options.
Do you need WebGL to use Mapbox GL?
Mapbox GL requires WebGL support. Please check that you are using a supported browser and that WebGL is enabled. Was this example helpful?
What is version 2.0 of Mapbox vector tile specification?
The focus of version 2.0 of the Mapbox Vector Tile specification is the clarification of the intent of the intial version of the specification and the definition of interior and exterior rings within polygons.
Where can I find the vector tile specification?
Visit Mapbox Vector Tiles for a list of tools implementing vector tiles. This specification is explicit in the way a vector tile should pack data. But, there are some related concepts that this specification does not cover. This specification IS NOT intended to explain how to use vector tiles as a dataset.
Is the Mapbox streets vector tile still supported?
The current supported version of the Mapbox Streets vector tiles receives regular data updates as new information becomes available and existing information is improved. This layer includes polygons representing both land-use and land-cover.
Where does the data for Mapbox streets come from?
Mapbox Streets vector tiles are based on a combination of proprietary Mapbox data, Open Data projects such as OpenStreetMap, Microsoft Open Maps and Wikidata, as well as data vendors such as Zenrin in Japan. When you publicly use styles or software that use Mapbox Streets vector tiles, you must display proper attribution.