summaryrefslogtreecommitdiff
path: root/test/fixtures/api
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-11-19 19:50:29 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-11-19 19:50:29 -0800
commitd08861daf4ba3e9d178f14c204ed40c0868d6a7f (patch)
treefa80249a7cb6d4796e18398f088c33df0bb74fc9 /test/fixtures/api
parentafa04de15286cdfa1cedc756d8fbe46a42e319a5 (diff)
downloadqtlocation-mapboxgl-d08861daf4ba3e9d178f14c204ed40c0868d6a7f.tar.gz
[core] Force style-sourced annotations to be visible
Diffstat (limited to 'test/fixtures/api')
-rw-r--r--test/fixtures/api/annotation.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/api/annotation.json b/test/fixtures/api/annotation.json
index 75fcfca41f..e0792a40bf 100644
--- a/test/fixtures/api/annotation.json
+++ b/test/fixtures/api/annotation.json
@@ -11,6 +11,9 @@
"type": "fill",
"source": "fake",
"source-layer": "fake",
+ "layout": {
+ "visibility": "none"
+ },
"paint": {
"fill-color": "rgba(255,0,0,1)"
}