I am currently checking out the Alpstein fork of route-me and observed an odd behavior with respect to paths. I draw a simple path consisting of two points and when zooming in it looks like the path is first drawn with different coordinates before it is finally drawn at the correct position. Therefore, the path is kind of jumping around.
Even if I do not zoom in the position property of the corresponding annotation is first set to the CGPoint
(15913.927, -28848.4766)
before it is set to the point
(184.927795, 270.523041)
although I am not moving the map. The first position looks quite odd to me.
I am also asking myself whether this behavior might be the reason why I occasionally get the warning
Ignoring bogus layer size
Can somebody tell me whether this is a known bug or it is even a desired behavior?
Thanks, Jan
> I have noticed this problem as well, and also with markers.
Thanks for the confirmation. Meanwhile I have opened an issue at github https://github.com/Alpstein/route-me/issues/29. As mentioned there, I think I have tracked down at least a part of the problem. I plan to check whether I can fix the bug in the upcoming week.
Cheers, Jan