Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Improved heading indicator arrow visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbunny committed Feb 27, 2018
1 parent 6d2cbb0 commit b74930c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions platform/ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.

## 3.7.6

* Improved the visibility of the heading indicator arrow. ([#11337](https://github.com/mapbox/mapbox-gl-native/pull/11337))

## 3.7.5 - February 16, 2018

* Fixed an issue where requesting location services permission would trigger an unrecoverable loop. ([#11229](https://github.com/mapbox/mapbox-gl-native/pull/11229))
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/src/MGLUserLocationHeadingArrowLayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#import "MGLFaux3DUserLocationAnnotationView.h"
#import "MGLGeometry.h"

const CGFloat MGLUserLocationHeadingArrowSize = 6;
const CGFloat MGLUserLocationHeadingArrowSize = 8;

@implementation MGLUserLocationHeadingArrowLayer

Expand Down

0 comments on commit b74930c

Please sign in to comment.