summaryrefslogtreecommitdiff
path: root/test/fixtures/resources/style-unused-sources.json
blob: ede1c9adfd8232e589a90bd200587fab13fe6dd0 (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
{
  "version": 8,
  "name": "Test",
  "sources": {
    "usedsource": {
      "tiles": [],
      "type": "vector"
    },
    "unusedsource": {
      "tiles": [],
      "type": "vector"
    }
  },
  "layers": [{
    "id": "usedlayer",
    "type": "symbol",
    "source": "usedsource"
  }, {
    "id":  "unusedlayeropacity",
    "type": "symbol",
    "source": "unusedsource",
    "paint" : {
        "icon-opacity" : 0,
        "text-opacity" : 0
    }
  }, {
    "id":  "unusedlayervisibility",
    "type": "symbol",
    "source": "unusedsource",
    "layout" : {
        "visibility" : "none"
    }
  }, {
    "id":  "classylayer",
    "type": "symbol",
    "source": "unusedsource",
    "paint" : {
        "icon-opacity" : 0,
        "text-opacity" : 0
    },
    "paint.visible" : {
        "icon-opacity" : 1,
        "text-opacity" : 1
    }
  }]
}