summaryrefslogtreecommitdiff
path: root/platform/macos/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-06-27 10:08:16 -0400
committerTobrun <tobrun@mapbox.com>2018-07-05 18:50:21 +0200
commit56ab3318a300b3675e902fd13690252d87739a27 (patch)
treef3717f3272ac1e5c93a390135df8c7c8715daa00 /platform/macos/CHANGELOG.md
parent99f9787cc4099b76401ab5b9a9ef7d2f894f9ab6 (diff)
downloadqtlocation-mapboxgl-56ab3318a300b3675e902fd13690252d87739a27.tar.gz
[ios] [macos] Added `-[MGLSnapshot coordinateForPoint:]` and associated test.
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r--platform/macos/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index e12ac427d8..d9615f97e7 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -4,6 +4,7 @@
* Added `-[MGLMapView camera:fittingShape:edgePadding:]` and `-[MGLMapView camera:fittingCoordinateBounds:edgePadding:]` allowing you specify the pitch and direction for the calculated camera. ([#12213](https://github.com/mapbox/mapbox-gl-native/pull/12213))
* `-[MGLStyle localizeLabelsIntoLocale:]` and `-[NSExpression mgl_expressionLocalizedIntoLocale:]` can automatically localize labels into Japanese or Korean based on the system’s language settings. ([#12286](https://github.com/mapbox/mapbox-gl-native/pull/12286))
+* Added `-[MGLMapSnapshot coordinateForPoint:]` that returns a map coordinate for a specified snapshot image point. Fixed a bug in `-[MGLMapShapshot pointForCoordinate:]` where incorrect points were returned. ([#12221](https://github.com/mapbox/mapbox-gl-native/pull/12221))
## 0.7.2 - June 22, 2018