Merge remote-tracking branch 'upstream/master' into webgl-point

This commit is contained in:
Éric Lemoine
2014-11-03 15:02:22 +01:00
53 changed files with 2164 additions and 1024 deletions

View File

@@ -69,7 +69,7 @@ ol.renderer.canvas.ImageLayer.prototype.forEachFeatureAtPixel =
*/
ol.renderer.canvas.ImageLayer.prototype.getImage = function() {
return goog.isNull(this.image_) ?
null : this.image_.getImageElement();
null : this.image_.getImage();
};