summaryrefslogtreecommitdiff
path: root/test/fixtures/map/prefetch/style.json
blob: b4e163888cfa52b34e2109f02e5ed3dc541630d2 (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
{
  "version": 8,
  "name": "Test",
  "sources": {
    "raster": {
      "type": "raster",
      "tiles": [ "{z}" ],
      "tileSize": 256,
      "maxzoom": 20,
      "minzoom": 0
    }
  },
  "layers": [{
    "id": "background",
    "type": "background",
    "paint": {
      "background-color": "blue"
    }
  }, {
    "id": "raster",
    "type": "raster",
    "source": "raster"
  }]
}