Weird MapView problem; PixelConverter Error

筅森魡賤 提交于 2019-12-21 07:27:53

问题


I have an application based on the MapActivity. The application drops ItemizedOverlay items on the map as you start to move about. It has been running with no problems until I dropped it into a Nexus 2.2 phone.

I'm running into a weird problem where sometimes when I zoom in/out too fast, or pan too fast, the MapView will go "white" and my Overlay items will get shoved into the upper left hand corner.

The only error I've seen in my 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 are working fine. I have internet permissions setup on the phone too.

I'm scratching my head over this one.


回答1:


Issue has been reported. Go to the page below and press the star to raise some attention to this problem.

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



来源:https://stackoverflow.com/questions/3815551/weird-mapview-problem-pixelconverter-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!