diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-11-29 12:50:10 -0800 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-11-30 12:30:50 -0800 |
commit | f87ef3f72a6f2beda88bdc25dfbdeb169332603b (patch) | |
tree | 101a34d7ba78467ced9d9fdaa516717a2e6c6d87 /scripts | |
parent | 01510619474d109e8eb80a4e328758007850dc72 (diff) | |
download | qtlocation-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.json | 4 |
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 +} |