From 46853dce1592288dadcdffe3b46175816d5cc203 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Wed, 12 Sep 2018 13:32:31 -0700 Subject: [docs] Experiment: stage changelog entry. --- scripts/changelog_staging/per-source-collision.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/changelog_staging/per-source-collision.json 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 +} -- cgit v1.2.1