summaryrefslogtreecommitdiff
path: root/test/fixtures/api/query_style.json
blob: 6978e1ba1b63e6085f463cea13ecfedce20bbcc6 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "version": 8,
  "sources": {
    "source1": {
      "type": "geojson",
      "data": {
        "type": "Point",
        "coordinates": [
          0,
          0
        ]
      }
    },
    "source2": {
      "type": "geojson",
      "data": {
        "type": "Point",
        "coordinates": [
          0,
          0
        ]
      }
    },
    "source3": {
      "type": "geojson",
      "data": {
        "type": "Point",
        "coordinates": [
          0,
          0
        ]
      }
    }
  },
  "layers": [
    {
      "id": "layer1",
      "type": "symbol",
      "source": "source1",
      "layout": {
        "icon-image": "test-icon"
      }
    },
    {
      "id": "layer2",
      "type": "symbol",
      "source": "source2",
      "layout": {
        "icon-image": "test-icon"
      }
    },
    {
      "id": "layer3",
      "type": "symbol",
      "source": "source3",
      "layout": {
        "icon-image": "test-icon"
      }
    }
  ]
}