Allow tileLoadFunction override for ol.source.WMTS
This commit is contained in:
@@ -179,6 +179,7 @@ ol.source.WMTS = function(options) {
|
||||
extent: options.extent,
|
||||
projection: options.projection,
|
||||
tileGrid: tileGrid,
|
||||
tileLoadFunction: options.tileLoadFunction,
|
||||
tileUrlFunction: tileUrlFunction
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user