summaryrefslogtreecommitdiff
path: root/render-test/tests/file-size/pass-size-is-same/style.json
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-11 17:22:30 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-11 18:29:52 +0300
commit2fb1e47b75c038f226397df7b790ba699b6e2dc8 (patch)
tree2dbffca6ff746cf4369b13ebda5c6c902e26d3a0 /render-test/tests/file-size/pass-size-is-same/style.json
parent307f9cede112c4c8297adea491f62a82a4dd2b86 (diff)
downloadqtlocation-mapboxgl-2fb1e47b75c038f226397df7b790ba699b6e2dc8.tar.gz
[render-test] No camelCase on the metrics.json tag
It is ugly.
Diffstat (limited to 'render-test/tests/file-size/pass-size-is-same/style.json')
-rw-r--r--render-test/tests/file-size/pass-size-is-same/style.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/render-test/tests/file-size/pass-size-is-same/style.json b/render-test/tests/file-size/pass-size-is-same/style.json
new file mode 100644
index 0000000000..a3267fcf5e
--- /dev/null
+++ b/render-test/tests/file-size/pass-size-is-same/style.json
@@ -0,0 +1,32 @@
+{
+ "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
+ ]
+ }
+ }
+ },
+ "layers": [
+ {
+ "id": "circle",
+ "type": "circle",
+ "source": "geojson"
+ }
+ ]
+}