Authored by Thomas Rasch

o Set adjustTilesForRetinaDisplay = NO so that the default behaviour doesn't change

... ... @@ -112,7 +112,7 @@
}
boundingMask = RMMapMinWidthBound;
adjustTilesForRetinaDisplay = YES;
adjustTilesForRetinaDisplay = NO;
annotations = [NSMutableArray new];
visibleAnnotations = [NSMutableSet new];
... ...