summaryrefslogtreecommitdiff
path: root/render-test/tests/filesize/pass-size-is-same/style.json
blob: ce2069a372285c0f7c693c02baa08266fd99d14a (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
{
  "version": 8,
  "metadata": {
    "test": {
      "operations": [
        ["probeFileSize", "style", "style.json"],
        ["probeFileSize", "image", "expected.png"]
      ],
      "width": 64,
      "height": 64
    }
  },
  "sources": {
    "geojson": {
      "type": "geojson",
      "data": {
        "type": "Point",
        "coordinates": [
          0,
          0
        ]
      }
    }
  },
  "sprite": "local://sprites/sprite",
  "layers": [
    {
      "id": "symbol",
      "type": "symbol",
      "source": "geojson",
      "layout": {
        "icon-image": "circle-12"
      }
    }
  ]
}