Merge pull request #9346 from fredj/cleanup
Remove tilePixelRatio options from ol.source.VectorTile
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user