# HG changeset patch # User Sebastien Jodogne # Date 1762273814 -3600 # Node ID 8c481071e36d1b54cd8e3f35e3fcaa63d0f97b84 # Parent 0045d4f23ebac622b05c07ad94ea4c01b9145713 upgraded to openlayers 10.6.1 diff -r 0045d4f23eba -r 8c481071e36d NEWS --- 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) ======================== diff -r 0045d4f23eba -r 8c481071e36d ViewerPlugin/CMakeLists.txt --- 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()