jfjoch_broker: Default for plot generation is no binning

This commit is contained in:
2025-12-07 10:19:46 +01:00
parent e68d69ef52
commit da09252e8d
3 changed files with 3 additions and 2 deletions

View File

@@ -563,7 +563,7 @@ void JFJochBrokerHttp::preview_plot_get(const std::optional<std::string> &type,
PlotRequest req{
.type = ConvertPlotType(type),
.binning = 0,
.binning = 1,
.experimental_coord = experimentalCoord.value_or(false),
.azint_unit = unit,
.fill_value = fill

View File

@@ -37,6 +37,7 @@ components:
binning:
in: query
name: binning
default: 1
required: false
schema:
type: integer

File diff suppressed because one or more lines are too long