summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-08-16 15:04:12 -0700
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-08-19 16:51:01 +0300
commitdfd40b27a54115cdf769abdda3ec4d3a1329758c (patch)
tree54c000e2c330c753fbc07516e7afdb5aa3503999 /test/fixtures
parentd70eda8504fb1062de449a223489874cb90b57d7 (diff)
downloadqtlocation-mapboxgl-dfd40b27a54115cdf769abdda3ec4d3a1329758c.tar.gz
[tests] Add tests for shape overlays crossing the antimeridian
This adds two tests: AntimeridianAnnotationSmall: Test that a shape that is represented with +-180 longitudinal values is drawn spanning the antimeridian. In other words, it is rendered as a "small" shape as opposed to one that spans around the world to reach the other side of the antimeridian. This test is currently failing at the time of this commit. AntimeridianAnnotationLarge: Test that a shape that is represented with points that do not cross the +-180 boundary is rendered as a "large" shape. In other words, it is rendered by wrapping around the world to reach the other side of the meridian. This test is currently passing at the time of this commit.
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/annotations/antimeridian_annotation_large/expected.pngbin0 -> 1579 bytes
-rw-r--r--test/fixtures/annotations/antimeridian_annotation_small/expected.pngbin0 -> 1652 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/test/fixtures/annotations/antimeridian_annotation_large/expected.png b/test/fixtures/annotations/antimeridian_annotation_large/expected.png
new file mode 100644
index 0000000000..3e8de0b38c
--- /dev/null
+++ b/test/fixtures/annotations/antimeridian_annotation_large/expected.png
Binary files differ
diff --git a/test/fixtures/annotations/antimeridian_annotation_small/expected.png b/test/fixtures/annotations/antimeridian_annotation_small/expected.png
new file mode 100644
index 0000000000..cfe564feab
--- /dev/null
+++ b/test/fixtures/annotations/antimeridian_annotation_small/expected.png
Binary files differ