summaryrefslogtreecommitdiff
path: root/test/fixtures/stale/style_and_glyphs.json
blob: adf91705fb604f7eeb7864a33426b07c21f2628a (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
28
29
30
31
32
33
34
35
36
37
38
39
{
  "version": 8,
  "name": "Water",
  "sources": {
    "mapbox": {
      "type": "vector",
      "url": "asset://test/fixtures/stale/streets.json"
    }
  },
  "glyphs": "http://127.0.0.1:3000/stale/{fontstack}/{range}.pbf",
  "layers": [{
    "id": "background",
    "type": "background",
    "paint": {
      "background-color": "red"
    }
  }, {
    "id": "water",
    "type": "fill",
    "source": "mapbox",
    "source-layer": "water",
    "paint": {
      "fill-color": "blue"
    }
  }, {
    "id": "admin",
    "type": "symbol",
    "source": "mapbox",
    "source-layer": "admin",
    "layout": {
        "text-field": "Text"
    },
    "paint": {
      "text-color": "black",
      "text-halo-color": "white",
      "text-halo-width": 2
    }
  }]
}