summaryrefslogtreecommitdiff
path: root/test/fixtures/api/icon_style.json
blob: 17d41c6b68c0707ef2d06f71960bfbb201e5e319 (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
{
  "version": 8,
  "sources": {
    "geojson": {
      "type": "geojson",
      "data": {
        "type": "Point",
        "coordinates": [
          0,
          0
        ]
      }
    }
  },
  "layers": [
    {
      "id": "symbol",
      "type": "symbol",
      "source": "geojson",
      "layout": {
        "icon-image": "test-icon"
      }
    }
  ]
}