Allow tile LOD to be increased asynchronously
Brought to you by:
rowanjames
Currently, we wait until tiles of the next higher level of detail to be loaded before we draw the screen, when we could display the lower detail tiles 'stretched' until the newer tiles are ready, to allow the user to continue to navigate and use the program while the slow IO and processing calculations are performed.