summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-10-31 15:27:50 -0700
committerChris Loer <chris.loer@mapbox.com>2017-11-01 10:49:07 -0700
commitc95e6895316cc3ebaf340824db1164a9231800e5 (patch)
tree47b39de0f09e5bbc05d998fefcc53aaac74965f2
parent9841621f0b0dc96e777230f7a89faef7ca023783 (diff)
downloadqtlocation-mapboxgl-c95e6895316cc3ebaf340824db1164a9231800e5.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
}
}
]