Add DebugTileSource exports
This commit is contained in:
@@ -51,6 +51,11 @@
|
|||||||
@exportObjectLiteralProperty ol.source.BingMapsOptions.key string
|
@exportObjectLiteralProperty ol.source.BingMapsOptions.key string
|
||||||
@exportObjectLiteralProperty ol.source.BingMapsOptions.style ol.BingMapsStyle
|
@exportObjectLiteralProperty ol.source.BingMapsOptions.style ol.BingMapsStyle
|
||||||
|
|
||||||
|
@exportObjectLiteral ol.source.DebugTileSourceOptions
|
||||||
|
@exportObjectLiteralProperty ol.source.DebugTileSourceOptions.extent ol.Extent|undefined
|
||||||
|
@exportObjectLiteralProperty ol.source.DebugTileSourceOptions.projection ol.Projection|undefined
|
||||||
|
@exportObjectLiteralProperty ol.source.DebugTileSourceOptions.tileGrid ol.tilegrid.TileGrid|undefined
|
||||||
|
|
||||||
@exportObjectLiteral ol.source.StamenOptions
|
@exportObjectLiteral ol.source.StamenOptions
|
||||||
@exportObjectLiteralProperty ol.source.StamenOptions.flavor string|undefined
|
@exportObjectLiteralProperty ol.source.StamenOptions.flavor string|undefined
|
||||||
@exportObjectLiteralProperty ol.source.StamenOptions.provider string
|
@exportObjectLiteralProperty ol.source.StamenOptions.provider string
|
||||||
|
|||||||
1
src/ol/source/debugtilesource.exports
Normal file
1
src/ol/source/debugtilesource.exports
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@exportClass ol.source.DebugTileSource ol.source.DebugTileSourceOptions
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
goog.provide('ol.source.DebugTileSource');
|
goog.provide('ol.source.DebugTileSource');
|
||||||
goog.provide('ol.source.DebugTileSourceOptions');
|
|
||||||
|
|
||||||
goog.require('ol.Size');
|
goog.require('ol.Size');
|
||||||
goog.require('ol.Tile');
|
goog.require('ol.Tile');
|
||||||
@@ -79,14 +78,6 @@ ol.DebugTile_.prototype.getImage = function(opt_context) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @typedef {{extent: (ol.Extent|undefined),
|
|
||||||
* projection: (ol.Projection|undefined),
|
|
||||||
* tileGrid: (ol.tilegrid.TileGrid|undefined)}}
|
|
||||||
*/
|
|
||||||
ol.source.DebugTileSourceOptions;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user