aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/styles/carto-dark.json
blob: b3af6e7125c91b070e19c2cf8c0431b3039a5d71 (plain)
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
{
    "version": 8,
    "name": "Light",
    "sources": {
        "carto": {
            "type": "raster",
            "tiles": ["https://d.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png"],
            "attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors, &copy; <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"
}