Standardizing color ranges (see #129)

This commit is contained in:
Tim Schaub
2013-01-17 14:19:50 -07:00
parent b36eab1dfa
commit 10672ad303
6 changed files with 84 additions and 8 deletions

View File

@@ -618,7 +618,7 @@ ol.Map.prototype.renderFrame_ = function(time) {
frameState = {
animate: false,
backgroundColor: goog.isDef(backgroundColor) ?
backgroundColor : new ol.Color(1, 1, 1, 1),
backgroundColor : new ol.Color(255, 255, 255, 1),
coordinateToPixelMatrix: this.coordinateToPixelMatrix_,
extent: null,
layersArray: layersArray,