summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-09-12 13:32:31 -0700
committerChris Loer <chris.loer@mapbox.com>2018-09-12 14:10:46 -0700
commit46853dce1592288dadcdffe3b46175816d5cc203 (patch)
tree017934e8364ce45ebd36a977d9195e6c736d716c
parent5238c77696eb29bef7ca8a0e4c905e4d4ca89931 (diff)
downloadqtlocation-mapboxgl-46853dce1592288dadcdffe3b46175816d5cc203.tar.gz
[docs] Experiment: stage changelog entry.
-rw-r--r--scripts/changelog_staging/per-source-collision.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/changelog_staging/per-source-collision.json b/scripts/changelog_staging/per-source-collision.json
new file mode 100644
index 0000000000..c1a0b1d48e
--- /dev/null
+++ b/scripts/changelog_staging/per-source-collision.json
@@ -0,0 +1,6 @@
+{
+ "core": "Add map-global 'crossSourceCollisions' option. Setting 'crossSourceCollisions' to 'false' disables collision detection between symbol layers in different sources.",
+ "node": "Add 'crossSourceCollisions' option to NodeMap constructor. Setting 'crossSourceCollisions' to 'false' disables collision detection between symbol layers in different sources.",
+ "android": "Add 'crossSourceCollisions' option to MapboxMapOptions. Setting 'crossSourceCollisions' to 'false' disables collision detection between symbol layers in different sources.",
+ "issue": 12820
+}