tianqi22 / monav

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

QTile rendering slow off-screen #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use qtile renderer
2. zoom in on a region far away from the data set

My guess is, that some expensive off-screen drawing takes place ( place labels? 
).

I can investigate further if you want to.

Original issue reported on code.google.com by veaac.fd...@gmail.com on 9 Feb 2011 at 11:03

GoogleCodeExporter commented 9 years ago
Fixed by revision 448. The bug was in the index code into the qtile database. 
For empty tiles it was returning a reference to the smallest enclosing tile 
rather than 0.

Original comment by jamesh...@gmail.com on 12 Feb 2011 at 7:34