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
- WCS DescribeCoverage may include time TemporalDomain [#211](https://github.com/geotrellis/geotrellis-server/issues/211)
18
+
19
+
### Changed
20
+
- Included split dependencies a la GeoTrellis 3.2 for cats ecosystem libraries [\#184](https://github.com/geotrellis/geotrellis-server/pull/184)
21
+
- Dropped WCS 1.0.0 support
22
+
- Updated MAML up to 0.6.0 [#199](https://github.com/geotrellis/geotrellis-server/pull/199)
23
+
- Add ability to configure subset of OGC services [#151](https://github.com/geotrellis/geotrellis-server/issues/151)
24
+
25
+
### Fixed
26
+
- Use default styles appropriately when configured [#149](https://github.com/geotrellis/geotrellis-server/issues/149)
27
+
- Use linspace function to ensure correct interpolation of [#205](https://github.com/geotrellis/geotrellis-server/issues/205)
28
+
- SLF4J backends have been excluded and marked as Runtime dependencies as necessary to make logging work again [#205](https://github.com/geotrellis/geotrellis-server/issues/205)
29
+
- Fixed color interpolation bug related to constructing a range when the step is 0 [#111](https://github.com/geotrellis/geotrellis-server/issues/111)
30
+
- Non-integer (floating point) ColorMap keys now work with or without being quoted [#187](https://github.com/geotrellis/geotrellis-server/issues/187)
31
+
- Missing `<ows:Title>` and `<ows:Abstract>` elements in WCS GetCapabilities response [#114](https://github.com/geotrellis/geotrellis-server/issues/114)
32
+
- Layer definition elements unused in WMS GetCapabilities response [#115](https://github.com/geotrellis/geotrellis-server/issues/115)
33
+
- Bad assembly strategy [#142](https://github.com/geotrellis/geotrellis-server/issues/142)
34
+
9
35
## [4.0.1] - 2019-11-22
10
36
11
37
### Changed
12
-
- Make publishSettings accessible to aggregate modules
38
+
- Make publishSettings accessible to aggregate modules
13
39
14
40
## [4.0.0]- 2019-11-21
15
41
16
42
### Added
17
43
- Enable artifact publishing for `opengis`, `ogc`, and `stac` subprojects [\#147](https://github.com/geotrellis/geotrellis-server/pull/147)
18
44
- Included more link types based on OGC Features API [\#176](https://github.com/geotrellis/geotrellis-server/pull/176)
45
+
- Included more OGC specs (sld, se, wfs, filter) [#186](https://github.com/geotrellis/geotrellis-server/pull/186)
19
46
20
47
### Changed
21
48
-*Breaking* Update StacItem and StacLinkType compliance and better ergonomics with labeling extension [\#145](https://github.com/geotrellis/geotrellis-server/pull/145)
@@ -37,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
### About the library
1
+
# GeoTrellis Server
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)
2
4
3
5
GeoTrellis Server is a set of components designed to simplify
4
6
viewing, processing, and serving raster data from arbitrary sources
0 commit comments