Showing
1 changed file
with
1 additions
and
1 deletions
@@ -136,7 +136,7 @@ | @@ -136,7 +136,7 @@ | ||
136 | { | 136 | { |
137 | BOOL useRetina = ([[UIScreen mainScreen] scale] > 1.0); | 137 | BOOL useRetina = ([[UIScreen mainScreen] scale] > 1.0); |
138 | 138 | ||
139 | - NSURL *imageURL = [NSURL URLWithString:[NSString stringWithFormat:@"http://a.tiles.mapbox.com/v3/marker/pin-%@%@%@%@.png", | 139 | + NSURL *imageURL = [NSURL URLWithString:[NSString stringWithFormat:@"http://api.tiles.mapbox.com/v3/marker/pin-%@%@%@%@.png", |
140 | (sizeString ? [sizeString substringToIndex:1] : @"m"), | 140 | (sizeString ? [sizeString substringToIndex:1] : @"m"), |
141 | (symbolName ? [@"-" stringByAppendingString:symbolName] : @"-star"), | 141 | (symbolName ? [@"-" stringByAppendingString:symbolName] : @"-star"), |
142 | (colorHex ? [@"+" stringByAppendingString:[colorHex stringByReplacingOccurrencesOfString:@"#" withString:@""]] : @"+ff0000"), | 142 | (colorHex ? [@"+" stringByAppendingString:[colorHex stringByReplacingOccurrencesOfString:@"#" withString:@""]] : @"+ff0000"), |
-
Please register or login to post a comment