Image tile HTTP requests
From World Wind Wiki
HTTP
This sample url:
returns 200 OK + following contents:
Can't find tile 105 0 0023 0059 image/jpeg .jpg
Would it be better to handle this the RFC way with status response codes?
Compression
Wouldn't it be more natural to have the web server set content encoding on it's responses and have World Wind read those using HttpWebResponse.ContentEncoding (and decompress when needed)?