SLDService interval ramps can miss high values on a subsampled classification
Description
The raster symbolizer in "intervals" mode only paints up to the highest value reported. For the last class, don't use the sampled max (which can be insufficient) but use a "very large value" instead (e.g., Double.MAX_VALUE)