diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-05 14:42:08 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-05 14:44:23 +0200 |
commit | 443e657323600107ed21044c305ba5c5550e3aba (patch) | |
tree | 078be8f06c11a060ef333fcb656fe2ba50efd018 | |
parent | 6ab05cbe7eedcb8b87cc8a86a5b145676284cbf3 (diff) |
VBK: Split offshore wind farms layers when exporting to MVT.
Inspired from https://vbk.lansstyrelsen.se/ .
-rw-r--r-- | config.yml | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -3366,9 +3366,33 @@ layers: - replace: 'No' with: '0' publish: - area_offshore: + offshore_completed: where: | - "Raderat" IS FALSE + "Raderat" IS FALSE AND "Projektstatus" = 'Uppförd' + offshore_approved: + where: | + "Raderat" IS FALSE AND "Projektstatus" = 'Tillståndsansökan beviljad' + offshore_ammended: + where: | + "Raderat" IS FALSE AND "Projektstatus" = 'Ändringsansökan' + offshore_rejected: + where: | + "Raderat" IS FALSE AND "Projektstatus" = 'Tillståndsansökan avslagen' + offshore_appealed: + where: | + "Raderat" IS FALSE AND "Projektstatus" = 'Överklagad' + offshore_applied: + where: | + "Raderat" IS FALSE AND "Projektstatus" = 'Tillståndsansökan inlämnad' + offshore_consultation: + where: | + "Raderat" IS FALSE AND "Projektstatus" = 'Samråd inför tillståndsansökan' + offshore_investigation: + where: | + "Raderat" IS FALSE AND "Projektstatus" = 'Inledande undersökningar' + offshore_revoked: + where: | + "Raderat" IS FALSE AND "Projektstatus" = 'Inte aktuell eller återkallad' 'mrr:ut_metaller_industrimineral_ansokta': # https://resource.sgu.se/dokument/produkter/mineralrattigheter-beskrivning.pdf |