Add reprojectionErrorThreshold option to the tiled image sources
This commit is contained in:
@@ -36,6 +36,7 @@ ol.source.OSM = function(opt_options) {
|
||||
crossOrigin: crossOrigin,
|
||||
opaque: true,
|
||||
maxZoom: options.maxZoom !== undefined ? options.maxZoom : 19,
|
||||
reprojectionErrorThreshold: options.reprojectionErrorThreshold,
|
||||
tileLoadFunction: options.tileLoadFunction,
|
||||
url: url,
|
||||
wrapX: options.wrapX
|
||||
|
||||
Reference in New Issue
Block a user