From 832ab0a0b1f86afbfa331f7c8766dec7e48a6dd2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lubomir=20Dole=C5=BEal?= <lubomir.bucek@eox.at>
Date: Mon, 10 Jan 2022 15:01:05 +0100
Subject: [PATCH] add coverageId parsing to client template

---
 chart/files/index.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/chart/files/index.html b/chart/files/index.html
index 14dab14..09a392b 100644
--- a/chart/files/index.html
+++ b/chart/files/index.html
@@ -261,11 +261,13 @@
                             "parametersFilterSettings": {
                                 "collapsed": false,
                             },
+                            "extraFields": {
+                                "properties.coverages": ["eoxs:coverageId/text()", false],
+                            },
+                            "extraFieldsNamespaces": {
+                                "eoxs": "http://eoxserver.org/eoxs/1.0",
+                            },
                         },
-                        "download": {
-                            "protocol": "EO-WCS",
-                            "url": baseUrl + "ows",
-                        }
                     },
                     {{- end }}
                     {{- end }}
-- 
GitLab