Merge pull request #9346 from fredj/cleanup

Remove tilePixelRatio options from ol.source.VectorTile
This commit is contained in:
Frédéric Junod
2019-03-18 16:12:28 +01:00
committed by GitHub

View File

@@ -17,7 +17,6 @@ describe('ol.source.VectorTile', function() {
const format = new MVT(); const format = new MVT();
const source = new VectorTileSource({ const source = new VectorTileSource({
format: format, format: format,
tilePixelRatio: 8,
url: 'spec/ol/data/{z}-{x}-{y}.vector.pbf' url: 'spec/ol/data/{z}-{x}-{y}.vector.pbf'
}); });
let tile; let tile;