Releases: geotrellis/geotrellis-server
Releases · geotrellis/geotrellis-server
4.6.0
4.5.0
4.5.0 - 2021-07-10
Added
- Add MosaicRasterSourceIO logging #366
- Use tofu.Mid for the enchanced logging #367
- Add STAC Page Limit option #374
- Expose MAML layers targetCellType #380
Fixed
- WMS Parent Layer default time should be omitted #368
- Fix WCS DescribeCoverage extents axis ordering #369
- Fix TIFF CellType of identity MAML Layers #375
- Fix InterpolatedColorMap.render function #381
Changed
4.4.0
Fixed
- Service endpoints reject requests with unsupported version parameters #313
- Axis Ordering in a wms getmap #302
- Interoperability of STAC and non-STAC layers in mapalgebra layers #309
- OGC endpoints format parameter and HTTP response mime-type not matching #255
- WMS 1.3.0 Boolean representation #332
- Fix WCS projections support #361
- STAC-example cleanup #363
Added
- WCS services support configuration of
supported-projections
#314 - Add WCS 1.1.0 as the supported version #330
- STAC Collections support #338
- StacAssetRasterSource improvements #326
- StacCollectionRasterSource implementation #340
- WCS Rendering formats support #195
- GeoTrellis Server STAC Package #350
- STAC Collection temporal extents support #347
- OGC Services configurable time representation #324
- Default time period configurable on the WMS layer with a time dimension #325
- STAC Periodic Temporal extent support #354
- WMS GetFeatureInfo #321
- MosaicRasterSource improvements #344
4.3.0
4.2.0
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 tosource
and now supports a single RasterSource URI string. Seeogc-example/src/main/resources/application.conf
for examples. type = "simplesourceconf"
should be changed totype = "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
4.1.0
Added
- Add support for an interpolated version of the color map #161
- Generate WCS 1.1.1 protocol using XSD data model #188
- WCS 1.1.1 GetCoverage Support #192
- RasterSource Catalog #162
- {WCS|WMTS|WMS}Model uses RasterSource catalog #163
- WCS DescribeCoverage may include time TemporalDomain #211
Changed
- Included split dependencies a la GeoTrellis 3.2 for cats ecosystem libraries #184
- Dropped WCS 1.0.0 support
- Updated MAML up to 0.6.0 #199
- Add ability to configure subset of OGC services #151
Fixed
- Use default styles appropriately when configured #149
- Use linspace function to ensure correct interpolation of #205
- SLF4J backends have been excluded and marked as Runtime dependencies as necessary to make logging work again #205
- Fixed color interpolation bug related to constructing a range when the step is 0 #111
- Non-integer (floating point) ColorMap keys now work with or without being quoted #187
- Missing
<ows:Title>
and<ows:Abstract>
elements in WCS GetCapabilities response #114 - Layer definition elements unused in WMS GetCapabilities response #115
- Bad assembly strategy #142
Support for multiband rendering
Support rendering of RGB and RGBA sources
Use gt-contrib 3.3.16
Merge pull request #136 from moradology/release/3.3.8 Update version to 3.3.8
Release for scala 2.12
3.3.7 Fix broken release dependency
Use sparse stitch
Merge pull request #106 from geotrellis/feature/sparse-stitch Use gt-contrib sparse stitch