Kingjuli / osmdroid

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

center and animation issue #382

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set MapView.getController().setCenter(point)
2. set MapView.getController().animateTo(point)
3. set MapView.getController().setZoom(point) //It doesn't matter where it 
goes, before or after setCenter

What is the expected output? What do you see instead?
I expected to see the point set as center, instead of that I see the low-left 
corner of the image used as map

What version of the product are you using? On what operating system?
android 2.3.6 using osmdroid-android-3.0.8.jar and slf4j-android-1.5.8.jar

Please provide any additional information below.
I'm working with custom overlay, but it doesn't animate to the point or even 
show the point set alone whith a GeoPoint either.

Original issue reported on code.google.com by mame...@gmail.com on 29 Oct 2012 at 8:49

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Please check to see if this was solved in r1135.

Original comment by kurtzm...@gmail.com on 3 Jan 2013 at 7:52