Skip to content

Commit

Permalink
added google maps
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjffld committed Jul 7, 2014
1 parent bb88fc4 commit 5d74470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/Views/Log/ImageURLParser.m
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ + (NSString*)serviceImageURLForURL:(NSString*)url
}
}
}
else if ([host hasSuffix:@"maps.google.com" ] && [path isEqualToString:@"/maps/api/staticmap"] ) {
return url;
}
else if ([host hasSuffix:@"trafficland.com"]) {
return url;
}
Expand Down

0 comments on commit 5d74470

Please sign in to comment.