mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
fix GridLayer flyTo test (#5846)
This commit is contained in:

committed by
Vladimir Agafonkin

parent
9084c4a8a3
commit
d76e5d0372
@ -778,6 +778,8 @@ describe('GridLayer', function () {
|
||||
runFrames(500);
|
||||
});
|
||||
|
||||
grid.options.keepBuffer = 0;
|
||||
|
||||
map.addLayer(grid).setView(mad, 12);
|
||||
clock.tick(250);
|
||||
});
|
||||
|
Reference in New Issue
Block a user