summaryrefslogtreecommitdiff
path: root/render-test/tests/network/pass/style.json
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-10 17:10:48 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-16 22:52:01 +0200
commit970cabe0eb441270ca3af44e495a5fee997ab54c (patch)
treef84735c55ba8830055a1cbac2ce9960082e49ef0 /render-test/tests/network/pass/style.json
parentdc61aa7691d70b9cc74c5077b49472e64a921f74 (diff)
downloadqtlocation-mapboxgl-970cabe0eb441270ca3af44e495a5fee997ab54c.tar.gz
[build] Reorganize the render tests
Move everything that might collect metrics to the metrics/ directory, the only test manifests inside the render-test/ directory are the unit tests of the probes.
Diffstat (limited to 'render-test/tests/network/pass/style.json')
-rw-r--r--render-test/tests/network/pass/style.json67
1 files changed, 0 insertions, 67 deletions
diff --git a/render-test/tests/network/pass/style.json b/render-test/tests/network/pass/style.json
deleted file mode 100644
index ef94ddc748..0000000000
--- a/render-test/tests/network/pass/style.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "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
- }
- }
- ]
-}