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