green-anger / GlobeViewer

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

Failure in downloading some tiles must not prevent further processing #31

Closed green-anger closed 5 years ago

green-anger commented 6 years ago

Currently TileManager will not send tiles in case one of the requested tiles was not downloaded. This prevents further work, no new map updates will be provided and the app must be restarted to get it working properly.

Should have retry counter and even if reaches zero and give error all other tile must be sent. It's better to have gaps in map then no map at all.