From 9eb9129ef255d8208e7a62d4e14c063c4a128990 Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Fri, 20 Oct 2023 09:40:40 +0200
Subject: [PATCH] Added score for _SRVC versions of wcs, wms and wmtsformat

---
 ckanext/odsh/resources/resource_format_openness_scores.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ckanext/odsh/resources/resource_format_openness_scores.json b/ckanext/odsh/resources/resource_format_openness_scores.json
index e357381d..0bf54aab 100644
--- a/ckanext/odsh/resources/resource_format_openness_scores.json
+++ b/ckanext/odsh/resources/resource_format_openness_scores.json
@@ -12,9 +12,11 @@
   ["TTL", 5],
   ["KML", 3],
   ["WCS", 3],
+  ["WCS_SRVC", 3],
   ["NetCDF", 3],
   ["TSV", 3],
   ["WFS", 3],
+  ["WFS_SRVC", 3],
   ["KMZ", 3],
   ["QGIS", 3],
   ["ODS", 3],
@@ -24,7 +26,9 @@
   ["ODG", 3],
   ["XML", 3],
   ["WMS", 3],
+  ["WMS_SRVC", 3],
   ["WMTS", 3],
+  ["WMTS_SRVC", 3],
   ["SVG", 3],
   ["JPEG", 3],
   ["CSV", 3],
-- 
GitLab