Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

RMGreatCircleAnnotation bug - and fix #664

Open
zivlevy opened this issue Aug 18, 2015 · 1 comment
Open

RMGreatCircleAnnotation bug - and fix #664

zivlevy opened this issue Aug 18, 2015 · 1 comment
Labels

Comments

@zivlevy
Copy link

zivlevy commented Aug 18, 2015

RMGreatCircleAnnotation has a bug that it displays the great circle with out its beginning.
To correct you need to add this line at RMGreatCircleAnnotation.m:70
[coords addObject:[[CLLocation alloc] initWithLatitude:self.coordinate1.latitude longitude:self.coordinate1.longitude]];

@incanus
Copy link
Contributor

incanus commented Aug 18, 2015

Could you please provide a pull request that shows this in context? And not sure I understand the bug — could you provide an illustration?

@incanus incanus added the bug label Aug 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants