diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-13 21:47:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-13 21:47:57 +0200 |
commit | 00aad33fcbe8e76700282fae2f8057ccd01904b1 (patch) | |
tree | a26b29f9e2c16c99760cb979d3fb671d28f51177 | |
parent | 231d64cbd14c2d1ccb6468dc9666d4433e39834c (diff) |
Rename MVT layers station_* to turbine_*.
-rw-r--r-- | config.yml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |