summaryrefslogtreecommitdiff
path: root/test/fixtures/map/online/style.json
blob: 9543c477aae1643be032f8e2dee86676f911c5ad (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
{
  "version": 8,
  "name": "Water",
  "sources": {
    "mapbox": {
      "type": "vector",
      "url": "http://127.0.0.1:3000/online/streets.json"
    }
  },
  "sprite": "http://127.0.0.1:3000/online/sprite",
  "layers": [{
    "id": "background",
    "type": "background",
    "paint": {
      "background-color": "red"
    }
  }, {
    "id": "water",
    "type": "fill",
    "source": "mapbox",
    "source-layer": "water",
    "paint": {
      "fill-pattern": "noise",
      "fill-antialias": false
    }
  }]
}