TrilogisIT / WorldWind_Android

WorldWind Library and Example code for the Android framework.
19 stars 10 forks source link

Sometimes run out of task space for layers... #14

Open adanecito opened 9 years ago

adanecito commented 9 years ago

Sometimes getting a message task queue is full can not add task for a RequestTask to the WorldWind task queue. I increased the task queue size. But had to make it very big like 100 from I think default of 20. Since the task queue is a singleton as you add layers it may need to grow quite large when changing to a different part of the world quickly. Not sure if there is a fix except increasing the queue size.

Regards, -Tony