rksahu1987 / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Items in ItemizedOverlay should not be rotated when map is rotated #483

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use an ItemizedOverlay, for example like in 
SampleWithMinimapItemizedoverlayWithFocus
2. Call setMapOrientation on MapView

What is the expected output? What do you see instead?
I expect the map to be rotated with the items in the correct position but still 
aligned with the top facing up.
What actually happens is that the items are also rotated.

Original issue reported on code.google.com by neilboyd on 3 Oct 2013 at 4:49

GoogleCodeExporter commented 8 years ago
Attached is a piece of code to demonstrate the bug.

Original comment by neilboyd on 3 Oct 2013 at 4:50

Attachments:

GoogleCodeExporter commented 8 years ago
I have already fixed it in the branch for issue 478 in revision 1346, but this 
needs to be done in trunk.

Original comment by neilboyd on 3 Oct 2013 at 5:00

GoogleCodeExporter commented 8 years ago
We should also do this with the MyLocationNewOverlay for the "little man" icon. 
I will probably do this today.

Original comment by kurtzm...@gmail.com on 4 Oct 2013 at 4:10

GoogleCodeExporter commented 8 years ago
Updated in r1350. Rotate the "little man" so he is always facing up.

Original comment by kurtzm...@gmail.com on 4 Oct 2013 at 4:24

GoogleCodeExporter commented 8 years ago
Change in branch v2 merged into trunk in revision 1359.

Original comment by neilboyd on 7 Oct 2013 at 7:29

GoogleCodeExporter commented 8 years ago
Is this finished?

Original comment by neilboyd on 21 Jan 2014 at 8:40

GoogleCodeExporter commented 8 years ago

Original comment by neilboyd on 25 Jan 2014 at 6:10