Document debugtilesource

This commit is contained in:
Peter Robins
2014-07-22 07:58:57 +00:00
parent ad272a1b3a
commit 3f1f450d5c

View File

@@ -74,6 +74,13 @@ ol.DebugTile_.prototype.getImage = function(opt_context) {
/**
* @classdesc
* A pseudo tile source, which does not fetch tiles from a server, but renders
* a grid outline for the tile grid/projection along with the coordinates for
* each tile. See examples/canvas-tiles for an example.
*
* Uses Canvas context2d, so requires Canvas support.
*
* @constructor
* @extends {ol.source.Tile}
* @param {olx.source.TileDebugOptions} options Debug tile options.