You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [4.4.0] - 2021-04-30
10
+
11
+
## Fixed
12
+
- Service endpoints reject requests with unsupported version parameters [#313](https://github.com/geotrellis/geotrellis-server/pull/313)
13
+
- Axis Ordering in a wms getmap [#302](https://github.com/geotrellis/geotrellis-server/issues/302)
14
+
- Interoperability of STAC and non-STAC layers in mapalgebra layers [#309](https://github.com/geotrellis/geotrellis-server/issues/309)
15
+
- OGC endpoints format parameter and HTTP response mime-type not matching [#255](https://github.com/geotrellis/geotrellis-server/issues/255)
- WCS Rendering formats support [#195](https://github.com/geotrellis/geotrellis-server/issues/195)
27
+
- GeoTrellis Server STAC Package [#350](https://github.com/geotrellis/geotrellis-server/issues/350)
28
+
- STAC Collection temporal extents support [#347](https://github.com/geotrellis/geotrellis-server/issues/347)
29
+
- OGC Services configurable time representation [#324](https://github.com/geotrellis/geotrellis-server/issues/324)
30
+
- Default time period configurable on the WMS layer with a time dimension [#325](https://github.com/geotrellis/geotrellis-server/issues/325)
31
+
- STAC Periodic Temporal extent support [#354](https://github.com/geotrellis/geotrellis-server/issues/354)
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# GeoTrellis Server
2
2
3
-
[](https://circleci.com/gh/geotrellis/geotrellis-server)[](https://gitter.im/geotrellis/geotrellis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3
+
[](https://circleci.com/gh/geotrellis/geotrellis-server)[](https://gitter.im/geotrellis/geotrellis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](http://search.maven.org/#search%7Cga%7C1%7com.azavea.geotrellis)
4
+
4
5
5
6
GeoTrellis Server is a set of components designed to simplify
6
7
viewing, processing, and serving raster data from arbitrary sources
@@ -13,16 +14,15 @@ or returned, this project aims to simplify the creation of dynamic,
13
14
responsive layers whose transformations can be described in MAML
0 commit comments