summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-09 19:03:26 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-09 19:03:26 -0700
commit374b1a1c657b2ede04d2c17e716674d51ecd6834 (patch)
treeedd5c84679262a0edbb4b342ce3f675372afaf83 /test/fixtures
parent376105cd879d040e3c24261e8f2b422e88eec2dd (diff)
downloadqtlocation-mapboxgl-374b1a1c657b2ede04d2c17e716674d51ecd6834.tar.gz
fix other style as well
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/styles/1.style.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/fixtures/styles/1.style.json b/test/fixtures/styles/1.style.json
index 0d0286b277..3165ec5b9f 100644
--- a/test/fixtures/styles/1.style.json
+++ b/test/fixtures/styles/1.style.json
@@ -11,9 +11,7 @@
"layers": [
{
"id": "background",
- "render": {
- "type": "background"
- },
+ "type": "background",
"style": {
"background-color": "red"
}
@@ -22,9 +20,7 @@
"id": "water",
"source": "mapbox",
"source-layer": "water",
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "blue"
}