Add ol.source.TileDebug.Tile_#load function
This commit is contained in:
committed by
Guillaume Beraudo
parent
95ee9e2757
commit
a8cade7cf8
@@ -112,3 +112,9 @@ ol.source.TileDebug.Tile_.prototype.getImage = function() {
|
||||
return context.canvas;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
ol.source.TileDebug.Tile_.prototype.load = function() {};
|
||||
|
||||
Reference in New Issue
Block a user