Provide extent and resolution in raster events

This commit is contained in:
Tim Schaub
2015-06-25 16:28:17 -06:00
parent a721ce03c9
commit 5267776627
2 changed files with 19 additions and 7 deletions
+6
View File
@@ -272,6 +272,12 @@ oli.source.ImageEvent.prototype.image;
oli.source.RasterEvent = function() {};
/**
* @type {ol.Extent}
*/
oli.source.RasterEvent.prototype.extent;
/**
* @type {number}
*/