From b3e2d335f432b46112156382109f75706cd2ecfa Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Thu, 10 Dec 2020 15:51:16 +0100 Subject: [PATCH] Add waste incineration plant --- data/presets/power/plant/source/waste.json | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 data/presets/power/plant/source/waste.json diff --git a/data/presets/power/plant/source/waste.json b/data/presets/power/plant/source/waste.json new file mode 100644 index 00000000..fed3e843 --- /dev/null +++ b/data/presets/power/plant/source/waste.json @@ -0,0 +1,40 @@ +{ + "icon": "temaki-gas", + "fields": [ + "name", + "operator", + "address", + "plant/output/electricity", + "start_date" + ], + "moreFields": [ + "{power/plant}" + ], + "geometry": [ + "area" + ], + "tags": { + "power": "plant", + "plant:source": "waste" + }, + "addTags": { + "power": "plant", + "landuse": "industrial", + "plant:source": "waste", + "plant:output:electricity": "*" + }, + "reference": { + "key": "plant:source", + "value": "waste" + }, + "terms": [ + "Refuse Incineration Plant", + "Incinerator", + "Garbage Incinerator", + "Garbage Incineration Plant", + "waste", + "combustion", + "gasification" + ], + "name": "Waste Incinerating Plant" +}