Authored by Thomas Rasch

o Property for uniqueTilecacheKey

... ... @@ -41,6 +41,8 @@
CLLocationCoordinate2D center;
}
@property (nonatomic, retain) NSString *uniqueTilecacheKey;
- (id)initWithPath:(NSString *)path;
- (CLLocationCoordinate2D)topLeftOfCoverage;
... ...
... ... @@ -106,6 +106,8 @@
@implementation RMDBMapSource
@synthesize uniqueTilecacheKey;
- (id)initWithPath:(NSString *)path
{
if (!(self = [super init]))
... ...