summaryrefslogtreecommitdiff
path: root/test/fixtures/annotations
Commit message (Collapse)AuthorAgeFilesLines
* [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