diff --git a/code/map_data_request.js b/code/map_data_request.js index c0ec93ab..c227492d 100644 --- a/code/map_data_request.js +++ b/code/map_data_request.js @@ -253,10 +253,10 @@ window.MapDataRequest.prototype.refresh = function() { // no fresh data // render the cached stale data, if we have it. this ensures *something* appears quickly when possible - var old_data = this.cache && this.cache.get(tile_id); - if (old_data) { - this.render.processTileData (old_data); - } +// var old_data = this.cache && this.cache.get(tile_id); +// if (old_data) { +// this.render.processTileData (old_data); +// } // tile needed. calculate the distance from the centre of the screen, to optimise the load order