Version 6.0.0 - 2025-11-18
- Implemented generic image warper, available via RenderMethod 'generic'. This warper uses the already existing generic data warper and combines functionality of the nearest and bilinear renderer.
- If no RenderMethod is given in the Style configuration, 'generic' is used by default
- Styles can be included into each other via the
IncludeStyleoption: See example at adaguc.tests.ahn_utrechtse_heuvelrug_500m.xml - The WCS server now handles swapped x/y dimension axes properly.
- Data postprocessor convert_uv_components (isVectorLike) is not added by default anymore.
What's Changed
- Upgrade to brotli 1.2 by @mgrunbauer in #566
- Refactor render point by @mgrunbauer in #546
- Refactoring to make code simpler and more C++ like for geoparams by @maartenplieger in #567
- Generic image warper by @maartenplieger in #561
Full Changelog: 5.0.1...6.0.0
Note:
- Only use rendermethods
nearest,polyline,rgbaandgeneric. Do not useshaded,bilinear,contour,barb,vector,pointor any combinations of these. These will be deprecated in the future. - Do not use multiple rendermethods in one style. Multiple rendermethod's in one style is now deprecated
- Do not use the NameMapping element to add additional metadata to a style. Use the title and abstract properties of the Style element instead.