Correct camera property change handling

This commit is contained in:
Tom Payne
2012-07-14 16:12:56 +02:00
parent c59e6e1462
commit 461552a72e
2 changed files with 4 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ ol.webgl.Map.prototype.getGL = function() {
* @inheritDoc
*/
ol.webgl.Map.prototype.handleCameraPropertyChanged = function() {
goog.base(this, 'handleCameraPropertyChanged');
this.redraw_();
};