From b695c9f45c69e801fa7da86a82ac1539979f9ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 8 Jan 2025 09:05:22 +0100 Subject: [PATCH] Reactivate mobile alt --- geoportal/vars.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/geoportal/vars.yaml b/geoportal/vars.yaml index e47fc4704..3a186a649 100644 --- a/geoportal/vars.yaml +++ b/geoportal/vars.yaml @@ -46,11 +46,14 @@ vars: type: custom html_filename: iframe_api.html - name: desktop_alt - type: canvas - layout: desktop + type: custom + html_filename: desktop.html - name: desktop_renovated type: custom html_filename: desktop.html + - name: mobile_alt + type: custom + html_filename: mobile.html - name: mobile_renovated type: custom html_filename: mobile.html @@ -489,6 +492,9 @@ vars: autoRotate: True atLoadingTime: True + mobile_alt: + extends: mobile_renovated + iframe_api: constants: gmfOptions: *gmfOptions