Make tile transitions configurable
This commit is contained in:
@@ -29,7 +29,8 @@ ol.source.UrlTile = function(options) {
|
||||
state: options.state,
|
||||
tileGrid: options.tileGrid,
|
||||
tilePixelRatio: options.tilePixelRatio,
|
||||
wrapX: options.wrapX
|
||||
wrapX: options.wrapX,
|
||||
transition: options.transition
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user