From fe96954fcec4631a932ea9dff66c953e61ea384a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 10 Jul 2024 07:51:14 +0200 Subject: [PATCH] Select only one layer --- tilecloud_chain/templates/openlayers.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tilecloud_chain/templates/openlayers.html b/tilecloud_chain/templates/openlayers.html index eec30c5a9..9cdd8985e 100644 --- a/tilecloud_chain/templates/openlayers.html +++ b/tilecloud_chain/templates/openlayers.html @@ -106,6 +106,8 @@ resolutions = options.tileGrid.getResolutions() layers.unshift( new ol.layer.Tile({ + // To have radio buttons + type: 'base', opacity: 1, visible: visible, source: new ol.source.WMTS(options),