diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-06-17 08:28:19 -0700 |
---|---|---|
committer | Antonio Zugaldia <antonio@mapbox.com> | 2016-06-17 13:24:22 -0400 |
commit | 11dd4afc5b271c4efb0e900320bdca4d137cd049 (patch) | |
tree | 14777849adf64b498b7bbb5d28c829712246d2ad /test | |
parent | ebbe90983f1360126254b8d055beae14f59a35ea (diff) | |
download | qtlocation-mapboxgl-11dd4afc5b271c4efb0e900320bdca4d137cd049.tar.gz |
[core] Bring optimized animated annotations to Android release branch
Part of #5385
Diffstat (limited to 'test')
-rw-r--r-- | test/api/annotations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/annotations.cpp b/test/api/annotations.cpp index 8640ce9dbe..0764cd8a5d 100644 --- a/test/api/annotations.cpp +++ b/test/api/annotations.cpp @@ -159,7 +159,7 @@ TEST(Annotations, UpdateIcon) { map.removeAnnotationIcon("flipped_marker"); map.addAnnotationIcon("flipped_marker", namedMarker("flipped_marker.png")); - map.update(Update::Annotations); + map.update(Update::AnnotationData | Update::AnnotationStyle); checkRendering(map, "update_icon"); } |