diff options
author | Ansis Brammanis <brammanis@gmail.com> | 2016-01-14 17:11:25 -0800 |
---|---|---|
committer | Ansis Brammanis <brammanis@gmail.com> | 2016-01-19 18:20:54 -0800 |
commit | 26faa6a5ade54c0a423aab84106876dc59be868f (patch) | |
tree | 16c476ea5bc3d2084cd07e7051eb5d55d10d5be2 /CHANGELOG.md | |
parent | 9b62661b07e86fc1d64e308fde3e15527c1cd8c8 (diff) | |
download | qtlocation-mapboxgl-26faa6a5ade54c0a423aab84106876dc59be868f.tar.gz |
[core][ios][osx][android] fix icons with non-integer width/height
ref #3031
ref #2198
For example, an icon that has:
- a pixel width of 10
- a pixel ratio of 3
- a scaled with of 3.333
is now supported.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b07198c9..d684e7e8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Android master +* Fixed crash caused by annotation image with non-integer width or height ([#3031](https://github.com/mapbox/mapbox-gl-native/issues/3031)) + ## 3.0.0 * Added Camera API ([#3244](https://github.com/mapbox/mapbox-gl-native/issues/3244)) @@ -53,6 +55,7 @@ Known issues: - New API to provide a custom callout view to the map for annotations. ([#3456](https://github.com/mapbox/mapbox-gl-native/pull/3456)) - Made telemetry on/off setting available in-app. ([#3445](https://github.com/mapbox/mapbox-gl-native/pull/3445)) - Fixed an issue with users not being counted by Mapbox if they had disabled telemetry. ([#3495](https://github.com/mapbox/mapbox-gl-native/pull/3495)) +- Fixed crash caused by MGLAnnotationImage with non-integer width or height ([#2198](https://github.com/mapbox/mapbox-gl-native/issues/2198)) ## iOS 3.0.1 |