diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2015-12-17 18:15:06 -0800 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2015-12-17 18:15:06 -0800 |
commit | 3e00ab158246ba220fa6c73a9f44c4116b0f98e2 (patch) | |
tree | 75424f511f68682413a61e5e2ab4956276804431 /test/fixtures | |
parent | 9d3fe01991ce881a89847b9ed44cb68cbef25efd (diff) | |
download | qtlocation-mapboxgl-3e00ab158246ba220fa6c73a9f44c4116b0f98e2.tar.gz |
[core] Add more tests to on-demand source load
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/resources/style-unused-sources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/resources/style-unused-sources.json b/test/fixtures/resources/style-unused-sources.json index f87166a678..3878f85dd8 100644 --- a/test/fixtures/resources/style-unused-sources.json +++ b/test/fixtures/resources/style-unused-sources.json @@ -32,5 +32,17 @@ "layout" : { "visibility" : "none" } + }, { + "id": "classylayer", + "type": "symbol", + "source": "unusedsource", + "paint" : { + "icon-opacity" : 0, + "text-opacity" : 0 + }, + "paint.visible" : { + "icon-opacity" : 1, + "text-opacity" : 1 + } }] } |