diff options
author | Jason Wray <jason@mapbox.com> | 2015-12-23 14:40:24 -0500 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2015-12-24 13:45:51 -0500 |
commit | e4d84948524844667c742d7d5e0b2c0c4295cde7 (patch) | |
tree | 57149e83f682165a3ea4a7f80e8aff96c799d20b /CHANGELOG.md | |
parent | d2b2336a9efc00978950cd3ee9d4d0af6ad7f1bf (diff) | |
download | qtlocation-mapboxgl-e4d84948524844667c742d7d5e0b2c0c4295cde7.tar.gz |
[ios] snap to north if interaction ends within ±7°
First proposed in #938, implemented in #1059, reverted in #1064.
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 60769096de..935fa1c211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ Known issues: - MGLMapCamera’s `altitude` values now match those of MKMapCamera. ([#3362](https://github.com/mapbox/mapbox-gl-native/pull/3362)) - The user dot’s callout view is now centered above the user dot. It was previously offset slightly to the left. ([#3261](https://github.com/mapbox/mapbox-gl-native/pull/3261)) - Fixed an issue with small map views not properly fitting annotations within bounds. (#[3407](https://github.com/mapbox/mapbox-gl-native/pull/3407)) +- The map will now snap to north. ([#3403](https://github.com/mapbox/mapbox-gl-native/pull/3403)) ## iOS 3.0.1 |