PiRSquared17 / gccv2

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

Map tiles do not load #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have some map dir with GMI mapping, or OSM with missing zoom levels
2. Start Application
3. Start logging
4. Play with the map screen at various zoom levels.

What is the expected output? 
Map screen is always covered at least 90% with maps, and the center region
is always covered.  (supposing there is at least one zoom level for the region)

What do you see instead?
There are cases when less than 25 percent of the screen is covered. (It
appears that no more that 1-2 tiles are loaded at the same time)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by cristian...@gmail.com on 6 Jul 2009 at 8:47

GoogleCodeExporter commented 9 years ago
The program works as designed:

MultiMaps combo dictates how many slices to be loaded at once.
Disabled  = Only one slide.

Original comment by cristian...@gmail.com on 10 Jul 2009 at 10:21