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