You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2018. It is now read-only.
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]];
The text was updated successfully, but these errors were encountered:
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]];
The text was updated successfully, but these errors were encountered: