drug007 / geoviewer

Simple viewer for OSM and other geospatial data
MIT License
0 stars 1 forks source link

Tile downloading failures shall be processed right way. #32

Closed drug007 closed 10 years ago

drug007 commented 10 years ago

Now these failures just are skipped, but al least tile with label like "no image" should be shown to inform user about error.

drug007 commented 10 years ago

Reply from tile server shall be checked by FreeImage is it valid png file if isn't then 'no data' image should be used instead and reply should be discarded. If reply is valid image then process it in current way.