diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-01-24 22:21:41 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-03-10 12:03:26 -0800 |
commit | 29688e2cd8291f0352ac00d24bf54024501eb92f (patch) | |
tree | cc21987bfffb4cb15efbea408b5fa0e647f75238 /CHANGELOG.md | |
parent | d04d6d8f9394ebef856e1822acdd57b33954c26b (diff) | |
download | qtlocation-mapboxgl-29688e2cd8291f0352ac00d24bf54024501eb92f.tar.gz |
[ios] Disable implicit animation of user dot bounds
ref #1125
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8473923779..bb09b09b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ Known issues: - Updated documentation to reflect the requirement that you must embed the framework in the “Embedded Binaries” section in Xcode. ([#4011](https://github.com/mapbox/mapbox-gl-native/issues/4011)) - Telemetry location gathering now only occurs when the device is in motion (https://github.com/mapbox/mapbox-gl-native/pull/4115) - Polygons and polylines now default to using the map view’s tint color. ([#4028](https://github.com/mapbox/mapbox-gl-native/pull/4028)) +- The user dot no longer lags when panning the map. ([#3683](https://github.com/mapbox/mapbox-gl-native/pull/3683)) - The Improve This Map tool now uses the same zoom level that is currently being shown in the map view. ([#4068](https://github.com/mapbox/mapbox-gl-native/pull/4068)) - Fixed a formatting issue in the documentation for `MGLCoordinateBoundsIsEmpty()`. ([#3958](https://github.com/mapbox/mapbox-gl-native/pull/3958)) |