Skip to content

Commit

Permalink
emmisions dashboard change colorramp and opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Jan 3, 2024
1 parent 9522a33 commit fc8e4b6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ public void configure(Header header, Layout layout) {
viz.description = "per day";
viz.height = 12.;
viz.cellSize = 100;
viz.opacity = 0.5;
viz.opacity = 0.2;
viz.maxHeight = 100;
viz.projection = "EPSG:25832";
viz.setColorRamp("RdYlGn", 10, false);
viz.setColorRamp("greenRed", 10, false);
viz.file = data.compute(AirPollutionAnalysis.class, "emissions_grid_per_day.csv");
});

Expand All @@ -67,10 +67,10 @@ public void configure(Header header, Layout layout) {
viz.description = "per hour";
viz.height = 12.;
viz.cellSize = 100;
viz.opacity = 0.5;
viz.opacity = 0.2;
viz.maxHeight = 100;
viz.projection = "EPSG:25832";
viz.setColorRamp("RdYlGn", 10, false);
viz.setColorRamp("greenRed", 10, false);
viz.file = data.compute(AirPollutionAnalysis.class, "emissions_grid_per_hour.csv");
});

Expand Down

0 comments on commit fc8e4b6

Please sign in to comment.