Only use color arrays in the library

This commit is contained in:
Tom Payne
2014-01-09 21:06:54 +01:00
parent 0cc844a169
commit e83e79626a
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ ol.interaction.DragZoom = function(opt_options) {
var style = goog.isDef(options.style) ?
options.style : new ol.style.Style({
stroke: new ol.style.Stroke({
color: 'blue'
color: [0, 0, 255, 1]
})
});