mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
Add oil power plant
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"icon": "temaki-gas",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/output/electricity",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/plant}"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "plant",
|
||||
"plant:source": "oil"
|
||||
},
|
||||
"addTags": {
|
||||
"power": "plant",
|
||||
"landuse": "industrial",
|
||||
"plant:source": "oil",
|
||||
"plant:method": "combustion",
|
||||
"plant:output:electricity": "*"
|
||||
},
|
||||
"reference": {
|
||||
"key": "plant:source",
|
||||
"value": "oil"
|
||||
},
|
||||
"terms": [
|
||||
"carbon",
|
||||
"combustion",
|
||||
"fossil fuel",
|
||||
"oilfired",
|
||||
"power station"
|
||||
],
|
||||
"name": "Oil-Fired Power Plant"
|
||||
}
|
||||
Reference in New Issue
Block a user