summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-01-08 11:56:20 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-01-08 12:43:26 +0200
commitc46f0baa571986a564c3378f928b7269ae2079a2 (patch)
treefe7d32f3f884adf4129eb8bfc4f5f990a1604ab3
parent0379615388207ed6c98690a037b9d76c7c31921d (diff)
downloadqtlocation-mapboxgl-c46f0baa571986a564c3378f928b7269ae2079a2.tar.gz
Update change log and binary size metrics
-rw-r--r--CHANGELOG.md4
-rw-r--r--metrics/next-binary-size/macos-xcode11/metrics.json8
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6038cc2e67..ff091eb4d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,10 @@
This patch introduces batch conversion between LatLng and ScreenCoordinate in Gl-Native core, so for multiple conversions with single point/latLng previously now it can be done with invoking one function call by passing vector of points/latLngs.
### Bug fixes
+- [core] Stable position of labels at tile borders in tile mode ([#16040](https://github.com/mapbox/mapbox-gl-native/pull/16040))
+
+ These changes allow to avoid cutting-off labels on tile borders if the variable text placement is enabled.
+
- [core] Fix really overscaled lines ([#16045](https://github.com/mapbox/mapbox-gl-native/pull/16045))
We resample lines after sharp corners in some situations. When tiles were really overscaled, sometimes we didn't have enough precision to represent the resampled vertex because it was too close. Disabling this after a certain point prevents this ([#16018](https://github.com/mapbox/mapbox-gl-native/issues/16018)).
diff --git a/metrics/next-binary-size/macos-xcode11/metrics.json b/metrics/next-binary-size/macos-xcode11/metrics.json
index 4e2298ac30..f516ca94ff 100644
--- a/metrics/next-binary-size/macos-xcode11/metrics.json
+++ b/metrics/next-binary-size/macos-xcode11/metrics.json
@@ -3,17 +3,17 @@
[
"mbgl-glfw",
"/tmp/attach/install/next-macos-xcode11-release/bin/mbgl-glfw",
- 5502420
+ 5529484
],
[
"mbgl-offline",
"/tmp/attach/install/next-macos-xcode11-release/bin/mbgl-offline",
- 5334136
+ 5389808
],
[
"mbgl-render",
"/tmp/attach/install/next-macos-xcode11-release/bin/mbgl-render",
- 5384420
+ 5444188
]
]
-}
+} \ No newline at end of file