summaryrefslogtreecommitdiff
path: root/render-test/tests/network/fail-requests/style.json
blob: ef94ddc74842d2ebd4a74e53743be68e72ded605 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "version": 8,
  "metadata": {
    "test": {
      "operations": [
        ["probeNetworkStart"],
        ["probeNetwork", "start"],
        ["wait"],
        ["probeNetwork", "end"],
        ["probeNetworkEnd"]
      ],
      "height": 256,
      "width": 1024
    }
  },
  "center": [
    -73,
    15
  ],
  "zoom": 4.5,
  "sources": {
    "mapbox": {
      "type": "vector",
      "maxzoom": 14,
      "tiles": [
        "local://tiles/mapbox.mapbox-streets-v7/{z}-{x}-{y}.mvt"
      ]
    }
  },
  "glyphs": "local://glyphs/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "white"
      }
    },
    {
      "id": "line-center",
      "type": "symbol",
      "source": "mapbox",
      "source-layer": "marine_label",
      "layout": {
        "text-field": "{name_en}",
        "symbol-placement": "line-center",
        "text-allow-overlap": true,
        "text-size": 35,
        "text-letter-spacing": 0.4,
        "text-offset": [3, 0],
        "text-font": [
          "Open Sans Semibold",
          "Arial Unicode MS Bold"
        ]
      }
    },
    {
      "id": "line",
      "type": "line",
      "source": "mapbox",
      "source-layer": "marine_label",
      "paint": {
        "line-width": 1
      }
    }
  ]
}