Authored by Thomas Rasch

o Incorporated some upstream change

@@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
79 return; 79 return;
80 80
81 self.position = RMScaleCGPointAboutPoint(self.position, zoomFactor, pivot); 81 self.position = RMScaleCGPointAboutPoint(self.position, zoomFactor, pivot);
82 - self.bounds = RMScaleCGRectAboutPoint(self.bounds, zoomFactor, self.anchorPoint); 82 + self.bounds = RMScaleCGRectAboutPoint(self.bounds, zoomFactor, pivot);
83 } 83 }
84 84
85 @end 85 @end
@@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
39 - (void)mapView:(RMMapView *)mapView didHideLayerForAnnotation:(RMAnnotation *)annotation; 39 - (void)mapView:(RMMapView *)mapView didHideLayerForAnnotation:(RMAnnotation *)annotation;
40 40
41 - (void)beforeMapMove:(RMMapView *)map; 41 - (void)beforeMapMove:(RMMapView *)map;
42 -- (void)afterMapMove:(RMMapView *)map ; 42 +- (void)afterMapMove:(RMMapView *)map;
43 - (void)afterMapMoveDeceleration:(RMMapView *)map; 43 - (void)afterMapMoveDeceleration:(RMMapView *)map;
44 44
45 - (void)beforeMapZoom:(RMMapView *)map byFactor:(float)zoomFactor near:(CGPoint)center; 45 - (void)beforeMapZoom:(RMMapView *)map byFactor:(float)zoomFactor near:(CGPoint)center;