summaryrefslogtreecommitdiff
path: root/test/fixtures/annotations
Commit message (Collapse)AuthorAgeFilesLines
* [android] Add list of skipped core unit testsAlexander Shalamov2019-01-101-0/+0
|
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-0/+0
| | | | | `Tile` makes sure the symbols in the resulting tile are tileable while symbols in `Still` match rendering in `Continuous` mode.
* [tests] Add test for calling addAnnotationImage with an existing IDJohn Firebaugh2017-05-261-0/+0
|
* [tests] Use test::checkImageJohn Firebaugh2017-02-144-0/+0
|
* [android][build] core tests - initial setup for rendering testsIvo van Dongen2016-11-271-0/+0
|
* [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-082-0/+0
|
* [core] Fix updates of line and fill annotationsJohn Firebaugh2016-08-294-0/+0
|
* [tests] Add tests for shape overlays crossing the antimeridianJesse Bounds2016-08-192-0/+0
| | | | | | | | | | | | | | | | 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.
* CJK overflow - update to match gl-shader (#5908)Amy Lee Walton2016-08-116-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update vertex array ushorts * update atlas size * testing latest cjk test-suite branch * update shader ref * update shaders * update icon buffer * shaders * updated tests * buffer fix * updated make tests * annotation expected updates * final push * final fonts * a_data1 removal * remove cjk-mixed test * hiring threshold for cjk-chinese * update to new test suite * Rename a_data2 to a_data in sdf and icon shaders * update test-suite sha
* [core] Restored shape annotation z-orderMinh Nguyễn2016-07-181-0/+0
| | | | | | Shapes are once again always added to the top z-index. Fixes #5691.
* [test] Added max zoom annotation testsBruno de Oliveira Abinader2016-06-282-0/+0
|
* [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-172-0/+0
| | | | In particular, if only the geometry changes, don't cascade and recalculate the style.
* [tests] Tweak LineAnnotation test so that it reveals a bug; fix the bugJohn Firebaugh2016-06-021-0/+0
|
* [test] remove crc64 and compare imagesKonstantin Käfer2016-03-2210-0/+0
| | | | boost's crc64 breaks on iOS
* [tests] Add test for Map::updatePointAnnotationJohn Firebaugh2016-02-122-0/+0
|
* [core] Fixed annotation icon replacementMinh Nguyễn2015-12-151-0/+0
| | | | Another pass at #3146, including a unit test.
* [tests] Fix/improve Asset utestsThiago Marcos P. Santos2015-12-011-0/+0
| | | | | | ASSET=zip make test-* was broken and now works. Also added a test stressing concurrent file access.
* [tests] Don't use icons from the style for annotationsJohn Firebaugh2015-11-306-0/+0
|
* [test] Add pixelmatch; use in annotation testsJohn Firebaugh2015-11-2510-0/+0
|
* add a separate SpriteParser objectKonstantin Käfer2015-07-084-0/+2
transforms a JSON and an associated PNG file into individual SpriteImage objects that can be inserted into a SpriteStore