aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/styles/carto-dark.json
blob: dbaa515fd188eab07fc8c1beb597c80db60e2ead (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
{
  "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"
}