Skip to content

Commit

Permalink
Merge c8fa2f6 into 05bf598
Browse files Browse the repository at this point in the history
  • Loading branch information
mvrodriguez committed Jan 21, 2019
2 parents 05bf598 + c8fa2f6 commit 2831cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_geoengine/static/src/js/views/geoengine_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ var GeoengineView = View.extend(geoengine_common.GeoengineMixin, {
break;
}
var colors = [];
var mode = '';
_.each(scale.colors(mode='hex'), function(color){
colors.push(chroma(color).alpha(opacity).css());
});
Expand Down

0 comments on commit 2831cf2

Please sign in to comment.