opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
238 stars 176 forks source link

GLView content lags showing a black space, when mapview is moved around #93

Closed MarsVard closed 10 years ago

MarsVard commented 10 years ago

the issue is pretty much described here in relation to the slidingmenu library, I have no clue how google maps fixed their mapview, but it's fixed for google maps, but on VTM it's still happening.

I tried fiddling in the library code but couldn't come up with anything that would even slightly work or fix this issue.

as far as I can see it's definatly gl related.

https://github.com/jfeinstein10/SlidingMenu/issues/228

hacks are welcome...

MarsVard commented 10 years ago

one workaround that works is having a permanent transparent view over the mapview (or if you have use for it a real view, like a compass or something)