From 00aad33fcbe8e76700282fae2f8057ccd01904b1 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 13 Jun 2025 21:47:57 +0200 Subject: Rename MVT layers station_* to turbine_*. --- config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.yml b/config.yml index 20a91dc..c43d1b1 100644 --- a/config.yml +++ b/config.yml @@ -3219,43 +3219,43 @@ layers: with: '{0}-{1}-{2}' type: regex publish: - station_completed: + turbine_completed: minzoom: 4 where: | "Raderat" IS FALSE AND "Statuskod" = 4 fields: ts: SenasteUppdaterat - station_processed: + turbine_processed: minzoom: 4 where: | "Raderat" IS FALSE AND "Statuskod" = 1 fields: ts: SenasteUppdaterat - station_approved: + turbine_approved: minzoom: 4 where: | "Raderat" IS FALSE AND "Statuskod" = 3 fields: ts: SenasteUppdaterat - station_revoked: + turbine_revoked: minzoom: 4 where: | "Raderat" IS FALSE AND ("Statuskod" = 6 OR "Statuskod" = 9) fields: ts: SenasteUppdaterat - station_rejected: + turbine_rejected: minzoom: 4 where: | "Raderat" IS FALSE AND "Statuskod" = 7 fields: ts: SenasteUppdaterat - station_dismounted: + turbine_dismounted: minzoom: 4 where: | "Raderat" IS FALSE AND "Statuskod" = 5 fields: ts: SenasteUppdaterat - station_appealed: + turbine_appealed: minzoom: 4 where: | "Raderat" IS FALSE AND "Statuskod" = 8 -- cgit v1.2.3