During my visit to Prague, I noticed, that Live map fails to show caches with warning
Warning! Too many geocaches in the visible area, not fetching them. Please zoom in to resolve.
In log:
GetGeocaches() 14.382508993148802,50.09862889433957,14.402410984039308,50.10595788189813
Calculating tiles
Too many geocaches in visible area, informing user
Example link:
http://project-gc.com/Maps/LiveMap#c=50.10229,14.39248;z=17
Moving the map little bit to the north shows around 20 caches, but the log reports
GetGeocaches() 14.38008427619934,50.10002596156413,14.399986267089844,50.10735473538969
[...]
GetGeocachesWithinBoundingBox() 50.2,14.4: success
[...]
Number of geocaches in memory: 36
GetGeocachesWithinBoundingBox() 50.1,14.3: success
[...]
Number of geocaches in memory: 271
GetGeocachesWithinBoundingBox() 50.1,14.4: success
[...]
Number of geocaches in memory: 633
GetGeocachesWithinBoundingBox() 50.2,14.3: success
Number of geocaches in memory: 713
Which looks like the map is picking up a big tiles from surrounding area (city center) and it is exceeding some internal limit. Therefore the map is basically unusable (I agree that Prague is probably the place with highest density of caches all around).
Would it be possible to check what can go wrong in these places, that the map is not pulling too many geocaches and that the map is usable in such places?