summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-10 15:57:10 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-10 15:57:10 +0200
commit35fbf7665f759c23fd6eb91af3dfb45e5e12c057 (patch)
tree5ebce21f97068dde3eccb2051b3b3a80e94598d5
parent8f1e915d0057e5f4b86dfa7cf8f641dcd738779e (diff)
downloadqtlocation-mapboxgl-upstream/mikahil_fix_line_center_placement_tile_mode.tar.gz
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af7e6e7cec..9bc957c661 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,10 @@
Resources that belong to an offline region, should not contribute to the amount of space available in the ambient cache.
+ - [core][tile mode] Fix assertion at `line-center` placement handling ([#16293](https://github.com/mapbox/mapbox-gl-native/pull/16293))
+
+ The `Symbol Intersects Tile Edges` placement algorithm should not be applied to the symbols with `line-center` placement.
+
### 🧩 Architectural changes
- Changes to `MapSnapshotter` threading model ([#16268](https://github.com/mapbox/mapbox-gl-native/pull/16268))