Add reprojectionErrorThreshold option to the tiled image sources
This commit is contained in:
@@ -41,6 +41,7 @@ ol.source.TileArcGISRest = function(opt_options) {
|
||||
crossOrigin: options.crossOrigin,
|
||||
logo: options.logo,
|
||||
projection: options.projection,
|
||||
reprojectionErrorThreshold: options.reprojectionErrorThreshold,
|
||||
tileGrid: options.tileGrid,
|
||||
tileLoadFunction: options.tileLoadFunction,
|
||||
tileUrlFunction: goog.bind(this.tileUrlFunction_, this),
|
||||
|
||||
Reference in New Issue
Block a user