Merge pull request #2938 from tschaub/image-static-docs

Additional image static docs.
This commit is contained in:
Tim Schaub
2014-11-16 08:47:19 -08:00
2 changed files with 58 additions and 16 deletions

View File

@@ -10,8 +10,7 @@ goog.require('ol.source.Image');
/**
* @classdesc
* An image source for 'static', that is, non-georeferenced, images.
* See examples/static-image for example.
* A layer source for displaying a single, static image.
*
* @constructor
* @extends {ol.source.Image}