summaryrefslogtreecommitdiff
path: root/test/fixtures/stale/style_and_tilejson.json
blob: f2a4fddd0b475fbec65bea3f826e1e959fd7f6e5 (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",
      "url": "http://127.0.0.1:3000/stale/streets.json"
    }
  },
  "layers": [{
    "id": "background",
    "type": "background",
    "paint": {
      "background-color": "red"
    }
  }, {
    "id": "water",
    "type": "fill",
    "source": "mapbox",
    "source-layer": "water",
    "paint": {
      "fill-color": "blue"
    }
  }]
}