Authored by Jason Wray

Smooth edges of user location annotation icon's shadow

... ... @@ -94,7 +94,7 @@
//
CGFloat whiteWidth = 24.0;
CGRect rect = CGRectMake(0, 0, whiteWidth * 1.25, whiteWidth * 1.25);
CGRect rect = CGRectMake(0, 0, whiteWidth * 1.5, whiteWidth * 1.5);
UIGraphicsBeginImageContextWithOptions(rect.size, NO, [[UIScreen mainScreen] scale]);
CGContextRef context = UIGraphicsGetCurrentContext();
... ...