Skip to content

4.2.0

Compare
Choose a tag to compare
@pomadchin pomadchin released this 23 Jun 21:56
fbad253

Added

  • Configurable ResampleMethod in source definitions #229
  • Enable TargetCell parameter for focal operations #212
  • WMS Extended capabilities and operations #235
  • WCS GetCapabilities user defined parameters #237
  • WMS GetMap support of extended parameters #236
  • WCS GetCoverage support of extended parameters #238
  • ColorRampStyle.clampWithColor option to render colors outside the requested render range as colors in the ramp instead of as transparent pixels #220
  • Expose overview strategy into the layers configuration #252
  • RGB styling configuration #249
  • Add STAC Support #263
  • Fix ExtentRefication, wcs and wms default behavior when time is not specified for temporal layers #278
  • Expose STAC temporal metadata #279
  • Support for Time lists in WMS GetCapabilities #259
  • Default attribute should not be used to serve response inside Time extent #260
  • Enabling Time Dimension for mapalgebrasourceconf on Temporal Layers #262

Changed

  • The layers.layer-name.sources field in application.conf is renamed to source and now supports a single RasterSource URI string. See ogc-example/src/main/resources/application.conf for examples.
  • type = "simplesourceconf" should be changed to type = "rastersourceconf" in application.conf
  • Remove GeoTrellisRasterSourceLegacy #197
  • Receive GPG key while publishing artifacts #271

Fixed

  • Addressed GeoTrellisRasterSourceLegacy issues and minimized number of RasterSource instances constructed for GeoTrellis Layers #219
  • Some source resolutions are sometimes skipped leading to reading too much tiles #215
  • LayerHistogram should select the CellSize large enough to compute the histogram #261