diff options
author | Dave Prukop <30373159+d-prukop@users.noreply.github.com> | 2018-10-01 16:46:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 16:46:11 -0700 |
commit | 79dd9ca250a8360f3a32e8596e2cce1e397b8d78 (patch) | |
tree | 37924e95fe998c75aa205a5aaa5e045a03ff8bc7 /platform/macos | |
parent | 9b21786f624469b71b6d9cdb2a2651ac842cf08e (diff) | |
download | qtlocation-mapboxgl-79dd9ca250a8360f3a32e8596e2cce1e397b8d78.tar.gz |
Moved MGLAltitudeForZoomLevel and MGLZoomLevelForAltitude to public API (#12986)
* Moved MGLAltitudeForZoomLevel and MGLZoomLevelForAltitude to public API
* Added notes to changelogs for ios and macos
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 8bdd3a78da..bc03846555 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -13,6 +13,7 @@ ### Other changes +* Added `MGLAltitudeForZoomLevel` and `MGLZoomLevelForAltitude` to public API for conversion between zoom levels and altitudes. ([#12986](https://github.com/mapbox/mapbox-gl-native/pull/12986)) * Fixed an issue where `-[MGLMapSnapshotter startWithQueue:completionHandler:]` failed to call its completion handler in some cases. ([#12355](https://github.com/mapbox/mapbox-gl-native/pull/12355)) * Fixed an issue where `MGLMapView` produced a designable error in Interface Builder storyboards in Xcode 10. ([#12883](https://github.com/mapbox/mapbox-gl-native/pull/12883)) * Fixed bugs in coercion expression operators ("to-array" applied to empty arrays, "to-color" applied to colors, and "to-number" applied to null) [#12864](https://github.com/mapbox/mapbox-gl-native/pull/12864) |