Authored by Quazie

Added low quality new functoins to YahooMapSource to keep asserts from being thr…

…own, I'll look into figuring out a legal way to grab Yahoo tiles in the future if at all possible
@@ -54,5 +54,21 @@ @@ -54,5 +54,21 @@
54 return 1; 54 return 1;
55 } 55 }
56 56
  57 +-(NSString *)shortName
  58 +{
  59 + return @"Yahoo Map";
  60 +}
  61 +-(NSString *)longDescription
  62 +{
  63 + return @"Yahoo Map, There may be a legal way to access this, someone should investigate.";
  64 +}
  65 +-(NSString *)shortAttribution
  66 +{
  67 + return @"© Yahoo";
  68 +}
  69 +-(NSString *)longAttribution
  70 +{
  71 + return @"Map data © Yahoo, though the way we are acessing these tiles is against TOS.";
  72 +
57 73
58 @end 74 @end