summaryrefslogtreecommitdiff
path: root/render-test/tests/file-size/pass-size-is-in-tolerance-lower/style.json
blob: d021673ba5d88767decff53fc437902a9ba63ea9 (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
{
  "version": 8,
  "metadata": {
    "test": {
      "operations": [
        ["probeFileSize", "style", "style.json", 0.05],
        ["probeFileSize", "image", "expected.png", 0.05]
      ],
      "width": 64,
      "height": 64
    }
  },
  "sources": {
    "geojson": {
      "type": "geojson",
      "data": {
        "type": "Point",
        "coordinates": [
          0,
          0
        ]
      }
    }
  },
  "layers": [
    {
      "id": "circle",
      "type": "circle",
      "source": "geojson"
    }
  ]
}