Fix interim tile handing for vector tiles

This commit is contained in:
Andreas Hocevar
2019-12-07 13:58:58 +01:00
parent 057650fe7d
commit 174dea3232
5 changed files with 80 additions and 22 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ describe('ol.VectorRenderTile', function() {
it('#dispose() when source tiles are loaded', function(done) {
const source = new VectorTileSource({
format: new GeoJSON(),
url: 'spec/ol/data/point.json',
url: 'spec/ol/data/point.json?{z}/{x}/{y}',
tileGrid: createXYZ()
});
source.getTileGridForProjection = function() {