1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
{
"version": 8,
"name": "Light",
"sources": {
"carto": {
"type": "raster",
"tiles": [
"https://d.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png"
],
"attribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors, © <a href=\"https://carto.com/attributions\">CARTO</a>",
"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"
}
|