From 3e00ab158246ba220fa6c73a9f44c4116b0f98e2 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Thu, 17 Dec 2015 18:15:06 -0800 Subject: [core] Add more tests to on-demand source load --- test/fixtures/resources/style-unused-sources.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/fixtures') 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 + } }] } -- cgit v1.2.1