diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-03-02 15:36:13 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-03-05 17:43:37 +0200 |
commit | 9a0bc1b58b775209417582867c713b2015353a78 (patch) | |
tree | 1b4c5cc9074f2c260cdca4818bce2bfe9fde6fa2 /test/fixtures/map | |
parent | deca8186147299b72061c1f2e67c13da8f07e0a6 (diff) | |
download | qtlocation-mapboxgl-9a0bc1b58b775209417582867c713b2015353a78.tar.gz |
[core] Add snapshotter unit tests
Diffstat (limited to 'test/fixtures/map')
-rw-r--r-- | test/fixtures/map/map_snapshotter_overlay/expected.png | bin | 0 -> 5379 bytes | |||
-rw-r--r-- | test/fixtures/map/online/style.json | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/map/map_snapshotter_overlay/expected.png b/test/fixtures/map/map_snapshotter_overlay/expected.png Binary files differnew file mode 100644 index 0000000000..cf45c80237 --- /dev/null +++ b/test/fixtures/map/map_snapshotter_overlay/expected.png diff --git a/test/fixtures/map/online/style.json b/test/fixtures/map/online/style.json index 9543c477aa..921023526c 100644 --- a/test/fixtures/map/online/style.json +++ b/test/fixtures/map/online/style.json @@ -12,7 +12,7 @@ "id": "background", "type": "background", "paint": { - "background-color": "red" + "background-color": "green" } }, { "id": "water", @@ -20,7 +20,7 @@ "source": "mapbox", "source-layer": "water", "paint": { - "fill-pattern": "noise", + "fill-pattern": "a", "fill-antialias": false } }] |