green-anger / GlobeViewer

View popular online maps in Orthographic projection
MIT License
10 stars 6 forks source link

Ignore empty tiles #38

Closed green-anger closed 5 years ago

green-anger commented 5 years ago

Not every tile server provides tiles for every zoom level from 0 to 19. Sometimes the server may respond with empty file which will be cached (good), send to the requester (good) and processed by if (bad). Check size of the image prior to processing and if it's zero length just ignore. Otherwise the app crashes.