summaryrefslogtreecommitdiff
path: root/test/fixtures/api/annotation.json
blob: 972b22fc4d48e395cb70f8df1cd832cc8d5b09ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "version": 8,
  "sources": {
    "fake": {
      "type": "vector",
      "tiles": ["fake"]
    }
  },
  "layers": [{
    "id": "annotation",
    "type": "fill",
    "source": "fake",
    "source-layer": "fake",
    "layout": {
      "visibility": "none"
    },
    "paint": {
      "fill-color": "rgba(255,0,0,1)"
    }
  }]
}