diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-11-19 19:50:29 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-11-19 19:50:29 -0800 |
commit | d08861daf4ba3e9d178f14c204ed40c0868d6a7f (patch) | |
tree | fa80249a7cb6d4796e18398f088c33df0bb74fc9 /test | |
parent | afa04de15286cdfa1cedc756d8fbe46a42e319a5 (diff) | |
download | qtlocation-mapboxgl-d08861daf4ba3e9d178f14c204ed40c0868d6a7f.tar.gz |
[core] Force style-sourced annotations to be visible
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/api/annotation.json | 3 |
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)" } |