Do not transform tile coordinates for tileUrlFunction
This commit is contained in:
@@ -159,7 +159,7 @@ ol.source.WMTS = function(options) {
|
||||
var localContext = {
|
||||
'TileMatrix': tileGrid.getMatrixId(tileCoord[0]),
|
||||
'TileCol': tileCoord[1],
|
||||
'TileRow': tileCoord[2]
|
||||
'TileRow': -tileCoord[2] - 1
|
||||
};
|
||||
goog.object.extend(localContext, dimensions);
|
||||
var url = template;
|
||||
|
||||
Reference in New Issue
Block a user