summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-11-29 12:50:10 -0800
committerChris Loer <chris.loer@mapbox.com>2018-11-30 12:30:50 -0800
commitf87ef3f72a6f2beda88bdc25dfbdeb169332603b (patch)
tree101a34d7ba78467ced9d9fdaa516717a2e6c6d87 /scripts
parent01510619474d109e8eb80a4e328758007850dc72 (diff)
downloadqtlocation-mapboxgl-f87ef3f72a6f2beda88bdc25dfbdeb169332603b.tar.gz
[core] OverscaledTileID::isChildOf should check wrap values.
Fixes issue #13478
Diffstat (limited to 'scripts')
-rw-r--r--scripts/changelog_staging/tile-is-child.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/changelog_staging/tile-is-child.json b/scripts/changelog_staging/tile-is-child.json
new file mode 100644
index 0000000000..1bc9227759
--- /dev/null
+++ b/scripts/changelog_staging/tile-is-child.json
@@ -0,0 +1,4 @@
+{
+ "core": "Fix OverscaledTileID::isChildOf to exclude tiles with different wrap. Incorrect child detection could cause flickering for symbols displaying in two wrapped world copies at the same time.",
+ "issue": 13478
+}