Add ol.source.Tile support for wrapping around the x-axis
This commit is contained in:
@@ -47,7 +47,8 @@ ol.source.TileWMS = function(opt_options) {
|
||||
projection: options.projection,
|
||||
tileGrid: options.tileGrid,
|
||||
tileLoadFunction: options.tileLoadFunction,
|
||||
tileUrlFunction: goog.bind(this.tileUrlFunction_, this)
|
||||
tileUrlFunction: goog.bind(this.tileUrlFunction_, this),
|
||||
wrapX: options.wrapX
|
||||
});
|
||||
|
||||
var urls = options.urls;
|
||||
|
||||
Reference in New Issue
Block a user