diff options
author | zmiao <miao.zhao@mapbox.com> | 2019-09-09 11:52:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 11:52:47 +0300 |
commit | 81e62c8cc03a3e8002a58c1f473309ae28374a99 (patch) | |
tree | 6b0e57ff3875e212eaba677f04e6f60e808e00ec /platform/node | |
parent | b391679799cff8145cf44a06500cfe0ebe9d8168 (diff) | |
download | qtlocation-mapboxgl-81e62c8cc03a3e8002a58c1f473309ae28374a99.tar.gz |
[Core] Update ChangeLog of Integer Overflow fix of pr #15560 (#15586)
* Update ChangeLog
* Fix extra space
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 7a1ef4f1d7..191fd8c77f 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -3,7 +3,7 @@ * Fixed rendering and collision detection issues with using `text-variable-anchor` and `icon-text-fit` properties on the same layer ([#15367](https://github.com/mapbox/mapbox-gl-native/pull/15367)). * Fixed a rendering issue that non-SDF icon would be treated as SDF icon if they are in the same layer. ([#15456](https://github.com/mapbox/mapbox-gl-native/pull/15456)) * Fixed a rendering issue of `collisionBox` when `text-translate` or `icon-translate` is enabled. ([#15467](https://github.com/mapbox/mapbox-gl-native/pull/15467)) -* Fixed an issue of integer overflow when converting `tileCoordinates` to `LatLon`. ([#15560](https://github.com/mapbox/mapbox-gl-native/pull/15560)) +* Fixed an issue of integer overflow when converting `tileCoordinates` to `LatLon`, which caused issues such as `queryRenderedFeatures` and `querySourceFeatures` returning incorrect coordinates at zoom levels 20 and higher. ([#15560](https://github.com/mapbox/mapbox-gl-native/pull/15560)) # 4.2.0 - Add an option to set whether or not an image should be treated as a SDF ([#15054](https://github.com/mapbox/mapbox-gl-native/issues/15054)) |