Ensure tile transitions complete

This commit is contained in:
Tim Schaub
2017-09-23 11:17:12 -06:00
parent 16e6d13700
commit f7bfee8497
4 changed files with 30 additions and 11 deletions

View File

@@ -58,7 +58,8 @@ describe('layer clipping', function() {
it('clips to all parts of the MultiPolygon', function(done) {
var source = new ol.source.XYZ({
url: 'rendering/ol/data/tiles/osm/{z}/{x}/{y}.png'
url: 'rendering/ol/data/tiles/osm/{z}/{x}/{y}.png',
transition: 0
});
var layer = new ol.layer.Tile({