vatavian / vataviamap

.Net maps and GPS tracks
http://vatavian.github.io/vataviamap/
2 stars 1 forks source link

Fix mobile crash (download related?) #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The mobile version sometimes crashes. It seems to only happen when new
tiles are being downloaded. It is rare enough to be difficult to reproduce.

Original issue reported on code.google.com by mark.g...@gmail.com on 16 Dec 2009 at 3:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fix implemented: make sure cached tile file names do not include special 
characters.
ETag values included in file names were sometimes introducing characters not 
valid
for file names. Hard to be sure, but have not experienced crash in testing 
since this
change.

Original comment by mark.g...@gmail.com on 22 Feb 2010 at 7:39