Mercurial > hg > orthanc-wsi
changeset 396:8c481071e36d
upgraded to openlayers 10.6.1
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 04 Nov 2025 17:30:14 +0100 |
| parents | 0045d4f23eba |
| children | 6b8e1569ae3f |
| files | NEWS ViewerPlugin/CMakeLists.txt |
| diffstat | 2 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Mon Apr 28 11:05:20 2025 +0200 +++ b/NEWS Tue Nov 04 17:30:14 2025 +0100 @@ -1,6 +1,8 @@ Pending changes in the mainline =============================== +* Upgraded to OpenLayers 10.6.1 + Version 3.2 (2025-04-08) ========================
--- a/ViewerPlugin/CMakeLists.txt Mon Apr 28 11:05:20 2025 +0200 +++ b/ViewerPlugin/CMakeLists.txt Tue Nov 04 17:30:14 2025 +0100 @@ -151,13 +151,13 @@ if (STATIC_BUILD OR NOT USE_SYSTEM_OPENLAYERS) DownloadPackage( - "e15da1e1f803e69a8ca1e0ed11f0cf24" - "https://orthanc.uclouvain.be/downloads/third-party-downloads/WSI/openlayers-10.4.0-package.tar.gz" - "openlayers-10.4.0-package") + "b7de8bba890ccc3858920bd66dd79d2d" + "https://orthanc.uclouvain.be/downloads/third-party-downloads/WSI/openlayers-10.6.1-package.tar.gz" + "openlayers-10.6.1-package") set(OPENLAYERS_RESOURCES - OPENLAYERS_CSS ${CMAKE_CURRENT_BINARY_DIR}/openlayers-10.4.0-package/ol.css - OPENLAYERS_JS ${CMAKE_CURRENT_BINARY_DIR}/openlayers-10.4.0-package/dist/ol.js + OPENLAYERS_CSS ${CMAKE_CURRENT_BINARY_DIR}/openlayers-10.6.1-package/ol.css + OPENLAYERS_JS ${CMAKE_CURRENT_BINARY_DIR}/openlayers-10.6.1-package/dist/ol.js ) else()
