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:
Éric Lemoine
2013-12-12 14:52:29 +01:00
parent ef703c7147
commit 315c42f0a7
81 changed files with 120 additions and 120 deletions

View File

@@ -28,7 +28,7 @@ ol.source.WMTSRequestEncoding = {
/**
* @constructor
* @extends {ol.source.TileImage}
* @param {ol.source.WMTSOptions} options WMTS options.
* @param {olx.source.WMTSOptions} options WMTS options.
* @todo stability experimental
*/
ol.source.WMTS = function(options) {
@@ -237,7 +237,7 @@ ol.source.WMTS.prototype.updateDimensions = function(dimensions) {
/**
* @param {Object} wmtsCap An object representing the capabilities document.
* @param {string} layer The layer identifier.
* @return {ol.source.WMTSOptions} WMTS source options object.
* @return {olx.source.WMTSOptions} WMTS source options object.
* @todo stability experimental
*/
ol.source.WMTS.optionsFromCapabilities = function(wmtsCap, layer) {