summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-10-31 15:27:50 -0700
committerChris Loer <chris.loer@gmail.com>2017-10-31 15:27:50 -0700
commit5686a17003af6ac55b2f126fc499c1221be01dfd (patch)
tree47b39de0f09e5bbc05d998fefcc53aaac74965f2
parentdbd4f065fe464fefc072f6b66698d092eaa380ff (diff)
downloadqtlocation-mapboxgl-5686a17003af6ac55b2f126fc499c1221be01dfd.tar.gz
Add "icon-allow-overlap" to query_style.json in order to preserve test behavior from when each source did collision detection separately instead of sharing the same index.
-rw-r--r--test/fixtures/api/query_style.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/fixtures/api/query_style.json b/test/fixtures/api/query_style.json
index 2e499c383d..fd147f7899 100644
--- a/test/fixtures/api/query_style.json
+++ b/test/fixtures/api/query_style.json
@@ -67,7 +67,8 @@
"type": "symbol",
"source": "source1",
"layout": {
- "icon-image": "test-icon"
+ "icon-image": "test-icon",
+ "icon-allow-overlap": true
}
},
{
@@ -75,7 +76,8 @@
"type": "symbol",
"source": "source2",
"layout": {
- "icon-image": "test-icon"
+ "icon-image": "test-icon",
+ "icon-allow-overlap": true
}
},
{
@@ -83,7 +85,8 @@
"type": "symbol",
"source": "source3",
"layout": {
- "icon-image": "test-icon"
+ "icon-image": "test-icon",
+ "icon-allow-overlap": true
}
},
{
@@ -91,7 +94,8 @@
"type": "symbol",
"source": "source4",
"layout": {
- "icon-image": "test-icon"
+ "icon-image": "test-icon",
+ "icon-allow-overlap": true
}
}
]