summaryrefslogtreecommitdiff
path: root/test/fixtures/api/annotation.json
blob: ab83d434762a236f69e0c6c2c7aaefb2bf2ed3f9 (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",
      "url": "fake"
    }
  },
  "layers": [{
    "id": "annotation",
    "type": "fill",
    "source": "fake",
    "source-layer": "fake",
    "layout": {
      "visibility": "none"
    },
    "paint": {
      "fill-color": "rgba(255,0,0,1)"
    }
  }]
}