summaryrefslogtreecommitdiff
path: root/metrics/tests/probes/file-size/pass-size-is-same/style.json
diff options
context:
space:
mode:
Diffstat (limited to 'metrics/tests/probes/file-size/pass-size-is-same/style.json')
-rw-r--r--metrics/tests/probes/file-size/pass-size-is-same/style.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/metrics/tests/probes/file-size/pass-size-is-same/style.json b/metrics/tests/probes/file-size/pass-size-is-same/style.json
new file mode 100644
index 0000000000..b13f37500a
--- /dev/null
+++ b/metrics/tests/probes/file-size/pass-size-is-same/style.json
@@ -0,0 +1,34 @@
+{
+ "version": 8,
+ "metadata": {
+ "test": {
+ "operations": [
+ ["probeFileSize", "image", "expected.png", 0],
+ ["probeFileSize", "image-compressed", "expected.png", 0, "compressed"],
+ ["probeFileSize", "style", "style.json", 0],
+ ["probeFileSize", "style-compressed", "style.json", 0, "compressed"]
+ ],
+ "width": 64,
+ "height": 64
+ }
+ },
+ "sources": {
+ "geojson": {
+ "type": "geojson",
+ "data": {
+ "type": "Point",
+ "coordinates": [
+ 0,
+ 0
+ ]
+ }
+ }
+ },
+ "layers": [
+ {
+ "id": "circle",
+ "type": "circle",
+ "source": "geojson"
+ }
+ ]
+}