{
"version": 8,
"name": "Light",
"sources": {
"carto": {
"type": "raster",
"tiles": ["https://d.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png"],
"attribution": "© OpenStreetMap contributors, © CARTO",
"tileSize": 256,
"maxzoom": 22,
"minzoom": 0
}
},
"layers": [
{
"id": "background",
"type": "background",
"paint": {
"background-color": "#f0f0f0"
}
},
{
"id": "raster",
"type": "raster",
"source": "carto",
"minzoom": 0,
"maxzoom": 22
}
],
"sprite": "/maps/spritesheet/sprite",
"glyphs": "/maps/fonts/{fontstack}/{range}.pbf"
}