Add tilePixelRatio option to ol.source.WMTS
This commit is contained in:
@@ -186,6 +186,7 @@ ol.source.WMTS = function(options) {
|
||||
projection: options.projection,
|
||||
tileGrid: tileGrid,
|
||||
tileLoadFunction: options.tileLoadFunction,
|
||||
tilePixelRatio: options.tilePixelRatio,
|
||||
tileUrlFunction: tileUrlFunction
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user