aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-13 21:47:57 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-13 21:47:57 +0200
commit00aad33fcbe8e76700282fae2f8057ccd01904b1 (patch)
treea26b29f9e2c16c99760cb979d3fb671d28f51177
parent231d64cbd14c2d1ccb6468dc9666d4433e39834c (diff)
Rename MVT layers station_* to turbine_*.
-rw-r--r--config.yml14
1 files 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