green-anger / GlobeViewer

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

Consider sending downloaded tiles in packs #34

Open green-anger opened 6 years ago

green-anger commented 6 years ago

Without waiting for every request tile has been downloaded (or gotten from cache). It can partially solve #31.

green-anger commented 5 years ago

Ok, it had nothing to do with fixing #31 (done in b935de2 ), however it can improve user experience a bit: user will have new tiles in smaller chunks of time rather than wait for the whole set in a long run.

Also this issue is not necessary for reaching milestone "Two tile providers", it's more of improvement than fundamental type of issue.