loleaflet: don't prefetch in tilebench
This commit is contained in:
parent
d82488f0ce
commit
5b19c9231c
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ describe('TileBench', function () {
|
|||
map.on('statusindicator', function (e) {
|
||||
if (e.statusType === 'alltilesloaded') {
|
||||
map.fire('requestloksession');
|
||||
map._docLayer._preFetchTiles = function () {};
|
||||
done();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue