DEPRECATED-mapbox-ios-sdk icon indicating copy to clipboard operation
DEPRECATED-mapbox-ios-sdk copied to clipboard

RMGreatCircleAnnotation bug - and fix

Open zivlevy opened this issue 9 years ago • 1 comments

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]];

zivlevy avatar Aug 18 '15 16:08 zivlevy

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 avatar Aug 18 '15 17:08 incanus