Authored by Thomas Rasch

o Bugfix: Set the position in RMMapLayer for self and not for super, since subcl…

…asses might depend on it
... ... @@ -66,7 +66,7 @@
- (void)setPosition:(CGPoint)position animated:(BOOL)animated
{
super.position = position;
[self setPosition:position];
}
/// return nil for certain animation keys to block core animation
... ...