Add tilePixelRatio option to ol.source.XYZ
This commit is contained in:
committed by
Éric Lemoine
parent
aafa578805
commit
1a933febcd
@@ -35,6 +35,7 @@ ol.source.XYZ = function(options) {
|
||||
projection: projection,
|
||||
tileGrid: tileGrid,
|
||||
tileLoadFunction: options.tileLoadFunction,
|
||||
tilePixelRatio: options.tilePixelRatio,
|
||||
tileUrlFunction: ol.TileUrlFunction.nullTileUrlFunction
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user