android - Weird MapView problem; PixelConverter Error -


i have application based on mapactivity. application drops itemizedoverlay items on map start move about. has been running no problems until dropped nexus 2.2 phone.

i'm running weird problem when zoom in/out fast, or pan fast, mapview go "white" , overlay items shoved upper left hand corner.

the error i've seen in log is:

e/pixelconverter( 4881): setting singular matrix matrix{[0.0, 0.0, 152.0][0.0, 0.0, 347.0][0.0, 0.0, 1.0]}

my map keys working fine. have internet permissions setup on phone too.

i'm scratching head on one.

issue has been reported. go page below , press star raise attention problem.

http://code.google.com/p/android/issues/detail?id=13172


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -