summaryrefslogtreecommitdiff
path: root/test/fixtures/api/water.json
blob: 0a563a4955e5ef6fdcdfc226959c43db7440c28c (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
{
  "version": 8,
  "name": "Water",
  "sources": {
    "mapbox": {
      "type": "vector",
      "tiles": ["asset://streets/{z}-{x}-{y}.vector.pbf"]
    }
  },
  "layers": [{
    "id": "background",
    "type": "background",
    "paint": {
      "background-color": "red"
    }
  }, {
    "id": "water",
    "type": "fill",
    "source": "mapbox",
    "source-layer": "water",
    "paint": {
      "fill-color": "blue"
    }
  }]
}