From 59a0ebbb824eaa75dcf7b0e39c5b627fb5ace294 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 4 Jun 2025 16:04:17 +0200 Subject: VBK: Fix schema for source layer LST.vbk_projekteringsomraden. --- config.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/config.yml b/config.yml index 8a369a4..52f004a 100644 --- a/config.yml +++ b/config.yml @@ -3084,9 +3084,9 @@ layers: unar: format: zip patterns: - - 'LST.vbk_projekteringsomraden.*' + - 'lst.vbk_projekteringsomraden.*' import: - path: LST.vbk_projekteringsomraden.shp + path: lst.vbk_projekteringsomraden.shp format: ESRI Shapefile layername: LST.vbk_projekteringsomraden field-map: @@ -3137,16 +3137,6 @@ layers: - replace: '([0-9]{4})([0-9]{2})([0-9]{2})' with: '{0}-{1}-{2}' type: regex - EJAKTUELL: - - replace: 'Yes' - with: '1' - - replace: 'No' - with: '0' - Raderat: - - replace: 'Yes' - with: '1' - - replace: 'No' - with: '0' publish: area_current: where: | -- cgit v1.2.3