From 9c0c8c4121dea66c495d6d29fced9a6483104f67 Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Thu, 19 Sep 2024 14:45:45 +0200 Subject: [PATCH] backport hillshade fix (#986) --- CHANGES.md | 6 +++++ docs/src/benchmark.html | 5 +++-- .../titiler/application/templates/index.html | 14 ++++++++---- .../core/titiler/core/algorithm/dem.py | 4 +++- .../core/titiler/core/templates/map.html | 16 ++++++++++---- .../extensions/templates/cog_viewer.html | 22 ++++++++++++------- .../extensions/templates/stac_viewer.html | 22 ++++++++++++------- 7 files changed, 62 insertions(+), 27 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5403f368e..6a7d31a5f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Release Notes +## 0.18.7 (2024-09-19) + +* fix Hillshade algorithm (bad `azimuth` angle) (https://github.com/developmentseed/titiler/pull/985) [Backported] +* Encode URL for cog_viewer and stac_viewer (author @guillemc23, https://github.com/developmentseed/titiler/pull/961) [Backported] +* Improve XSS security for HTML templates (author @jcary741, https://github.com/developmentseed/titiler/pull/953) [Backported] + ## 0.18.6 (2024-08-27) * Switch back to `fastapi` instead of `fastapi-slim` and use `>=0.109.0` version diff --git a/docs/src/benchmark.html b/docs/src/benchmark.html index 84d862243..07b7c7bcc 100644 --- a/docs/src/benchmark.html +++ b/docs/src/benchmark.html @@ -103,8 +103,9 @@
Powered by github-action-benchmark
- - + - + +