o Set adjustTilesForRetinaDisplay = NO so that the default behaviour doesn't change
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -112,7 +112,7 @@ | @@ -112,7 +112,7 @@ | ||
112 | } | 112 | } |
113 | 113 | ||
114 | boundingMask = RMMapMinWidthBound; | 114 | boundingMask = RMMapMinWidthBound; |
115 | - adjustTilesForRetinaDisplay = YES; | 115 | + adjustTilesForRetinaDisplay = NO; |
116 | 116 | ||
117 | annotations = [NSMutableArray new]; | 117 | annotations = [NSMutableArray new]; |
118 | visibleAnnotations = [NSMutableSet new]; | 118 | visibleAnnotations = [NSMutableSet new]; |
-
Please register or login to post a comment