summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2015-12-15 16:06:34 -0800
committerBruno de Oliveira Abinader <bruno@mapbox.com>2015-12-17 16:53:37 -0800
commit93725e062a3f506fc829c9da4649c9ce032b4067 (patch)
tree9fbe1a9019f360da3c1a4f3afa0434e4ed5722e3 /test/fixtures
parent5a63ce557629eee8436b004d6940d52e758949d4 (diff)
downloadqtlocation-mapboxgl-93725e062a3f506fc829c9da4649c9ce032b4067.tar.gz
[core] Load sources only if there is at least one visible layer
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/resources/style.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/resources/style.json b/test/fixtures/resources/style.json
index fc5f9c973b..f794d54fab 100644
--- a/test/fixtures/resources/style.json
+++ b/test/fixtures/resources/style.json
@@ -32,5 +32,9 @@
"text-font": ["Open Sans Regular", "Arial Unicode MS Regular"],
"icon-image": "{maki}_icon"
}
+ }, {
+ "id": "rasterlayer",
+ "type": "fill",
+ "source": "rastersource"
}]
}