From a0eb735932c6ffb2dbc11af1c53773a664b2142a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 26 Sep 2024 04:03:15 +0200 Subject: Fix publication layer name for MRR. --- config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.yml b/config.yml index 0f2b0f2..88201b0 100644 --- a/config.yml +++ b/config.yml @@ -1552,7 +1552,7 @@ layers: - replace: '([0-9]{4})([0-9]{2})([0-9]{2})' with: '{0}-{1}-{2}' type: regex - publish: mrr + publish: appl_ec 'mrr:bearbetningskoncessioner_approved': description: Bearbetningskoncessioner, beviljade (SGU) @@ -1615,7 +1615,7 @@ layers: - replace: '([0-9]{4})([0-9]{2})([0-9]{2})' with: '{0}-{1}-{2}' type: regex - publish: mrr + publish: appr_ec 'mrr:markanvisningar': description: Markanvisning till koncession (SGU) @@ -1662,7 +1662,7 @@ layers: - replace: '([0-9]{4})([0-9]{2})([0-9]{2})' with: '{0}-{1}-{2}' type: regex - publish: mrr + publish: appr_dl 'mrr:mineral_applied': description: Undersökningstillstånd, metallar och mineral, ansökta (SGU) @@ -1717,7 +1717,7 @@ layers: - replace: '([0-9]{4})([0-9]{2})([0-9]{2})' with: '{0}-{1}-{2}' type: regex - publish: mrr + publish: appl_met 'mrr:mineral_approved': description: Undersökningstillstånd, metallar och mineral, beviljade (SGU) @@ -1786,7 +1786,7 @@ layers: - replace: '([0-9]{4})([0-9]{2})([0-9]{2})' with: '{0}-{1}-{2}' type: regex - publish: mrr + publish: appr_met # 'mrr:mineral_expired': # source: @@ -1868,7 +1868,7 @@ layers: - replace: '([0-9]{4})([0-9]{2})([0-9]{2})' with: '{0}-{1}-{2}' type: regex - publish: mrr + publish: appl_ogd 'mrr:olja_gas_diamant_approved': description: Undersökningstillstånd, olja, gas och diamant, beviljade (SGU) @@ -1937,7 +1937,7 @@ layers: - replace: '([0-9]{4})([0-9]{2})([0-9]{2})' with: '{0}-{1}-{2}' type: regex - publish: mrr + publish: appr_ogd 'mrr:torvkoncessioner': description: Torvkoncessioner (SGU) @@ -2002,4 +2002,4 @@ layers: - replace: '([0-9]{4})([0-9]{2})([0-9]{2})' with: '{0}-{1}-{2}' type: regex - publish: mrr + publish: appr_pc -- cgit v1.2.3