Add Tiled Web Map (XYZ) Backgrounds
You can add tiled web map (XYZ) backgrounds and use them in map visualizations.
You configure tile URL strings to specify vector tiles or raster tiled map images to load. The host evaluates each string and determines which tile to load.
Contact your tiled web map service provider to find out the correct URLs. Parameters in the URLs tell the hosting server what to display in the map background. For example, the map name, version, and the number of tiles to use at the specified focus. Here are some examples of Mapbox tiled web map background URLs:
https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/256/{z}/{x}/{y}https://api.mapbox.com/styles/v1/mapbox/satellite-v9/tiles/256/{z}/{x}/{y}https://api.mapbox.com/styles/v1/mapbox/light-v10/tiles/256/{z}/{x}/{y}https://api.mapbox.com/styles/v1/mapbox/dark-v10/tiles/256/{z}/{x}/{y}https://api.mapbox.com/styles/v1/mapbox/outdoors-v11/tiles/256/{z}/{x}/{y}