sebr72
sebr72
Fix 3192
Replace https://github.com/mapfish/mapfish-print/pull/3201 to give @sbrunner the right to review my code. Steps: 1. Confirms backport completeness 2. Add new tests failing in case of missing else. 3. Review/merge
**Context** - MapFish print version: 3.30.6 **Describe the bug** in method createMapContext (line 150 use of method Math.ceil will round incorrectly up when it is only the dpiRatio imprecision that...
Do not remove as it is used inside: https://github.com/geotools/geotools/blob/64f714ec7c36aadaf62310fd941d89388c4ab57b/.github/workflows/integration.yml#L58
Following Code review of PR 3008 in master. It was identified that the ImageSimilarity is using a max distance of 1, which is no longer expected (as CI and dev...
This PR is a rework from PR: https://github.com/geonetwork/core-geonetwork/pull/6842 It allows us to avoid setting the logic in each schema index.xsl files. When ES indexes a md, it sets the type...
To ensure a resource is closed/freed when no longer used.