mapbox / DEPRECATED-mapbox-ios-sdk

REPLACED – use https://www.mapbox.com/ios-sdk instead
https://github.com/mapbox/mapbox-gl-native
Other
323 stars 8 forks source link

RMGreatCircleAnnotation bug - and fix #664

Open zivlevy opened 9 years ago

zivlevy commented 9 years ago

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 commented 9 years ago

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