Use olx namespace for options types in source code
sed command used: find src/ol -name '*.js' -exec sed -ri 's/\{ol(\.(\w|\.)+Options\=?\})/{olx\1/' \{\} \;
This commit is contained in:
@@ -40,7 +40,7 @@ goog.exportSymbol('grid', grid);
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.source.TileImage}
|
||||
* @param {ol.source.TileJSONOptions} options TileJSON options.
|
||||
* @param {olx.source.TileJSONOptions} options TileJSON options.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.source.TileJSON = function(options) {
|
||||
|
||||
Reference in New Issue
Block a user