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:
@@ -80,7 +80,7 @@ ol.source.StamenProviderConfig = {
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.source.XYZ}
|
||||
* @param {ol.source.StamenOptions} options Stamen options.
|
||||
* @param {olx.source.StamenOptions} options Stamen options.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.source.Stamen = function(options) {
|
||||
|
||||
Reference in New Issue
Block a user