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 11:56:20 +0200
commit85a4f3d091e364fb07daa3aa7d2bf1bb592cf472 (patch)
tree54eafe4472b3ff32705f2b57c725c4fc78a243ef
parent3efb7cee9ed1d097330aedf0d3db604465fd729e (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_tile_variable_labels.tar.gz
Update change log and binary size metricsupstream/mikhail_tile_variable_labels
-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