rksahu1987 / osmdroid

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

MapTiles loads very slowly at lower zoom levels #475

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.For off line tile provider we are using sqlite db and putting that in 
osmdroid directory.
2.We have not changed anything in the osmdroid code (using the jar file 3.0.10)
3.In phase one The sqlite db contains the tiles till zoom level 17.
4.Map Tiles load fine in this phase at every zoom level.
5.In phase second we have upgrade that db tiles till zoom level 19.
6.Now the map scaling and tile loading is very slow at lower zoom level(when 
the map scale is above 2 km)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
Map tiles loads very slowly or do not load at all

Original issue reported on code.google.com by uditvishnoi2@gmail.com on 6 Sep 2013 at 3:10

GoogleCodeExporter commented 8 years ago
Can you please run the performance profiler on the app and see where the 
slow-down is happening? Or can you attach a (small) database that exhibits this 
issue and any relevant source code.

Original comment by kurtzm...@gmail.com on 10 Sep 2013 at 12:10