Skip to content

Commit

Permalink
Add Solar Panel Canopy and Rooftop Solar Panel presets (close #101)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Dec 23, 2020
1 parent d19ad88 commit 21e9158
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"icon": "fas-solar-panel",
"fields": [
"{power/generator/method/photovoltaic}"
],
"moreFields": [
"{power/generator}"
],
"geometry": [
"area",
"point",
"vertex"
],
"tags": {
"power": "generator",
"generator:method": "photovoltaic",
"building": "roof"
},
"addTags": {
"power": "generator",
"generator:source": "solar",
"generator:method": "photovoltaic",
"generator:type": "solar_photovoltaic_panel",
"generator:output:electricity": "*",
"building": "roof"
},
"reference": {
"key": "generator:method",
"value": "photovoltaic"
},
"terms": [
"photovoltaic canopy",
"solar awning",
"solar carport",
"solar canopy"
],
"name": "Solar Panel Canopy"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"icon": "fas-solar-panel",
"fields": [
"{power/generator/method/photovoltaic}"
],
"moreFields": [
"{power/generator}"
],
"geometry": [
"area",
"point",
"vertex"
],
"tags": {
"power": "generator",
"generator:method": "photovoltaic",
"location": "roof"
},
"addTags": {
"power": "generator",
"generator:source": "solar",
"generator:method": "photovoltaic",
"generator:type": "solar_photovoltaic_panel",
"generator:output:electricity": "*",
"location": "roof"
},
"reference": {
"key": "generator:method",
"value": "photovoltaic"
},
"terms": [
"home solar",
"rooftop photovoltaic module",
"PV module"
],
"name": "Rooftop Solar Panel"
}
10 changes: 10 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7610,6 +7610,16 @@ en:
name: Solar Panel
# 'terms: photovoltaic module,pv module,sunlight'
terms: '<translate with synonyms or related terms for ''Solar Panel'', separated by commas>'
power/generator/method/photovoltaic/building/roof:
# 'power=generator + generator:method=photovoltaic + building=roof\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Solar Panel Canopy
# 'terms: photovoltaic canopy,solar awning,solar carport,solar canopy'
terms: '<translate with synonyms or related terms for ''Solar Panel Canopy'', separated by commas>'
power/generator/method/photovoltaic/location/roof:
# 'power=generator + generator:method=photovoltaic + location=roof\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Rooftop Solar Panel
# 'terms: home solar,rooftop photovoltaic module,pv module'
terms: '<translate with synonyms or related terms for ''Rooftop Solar Panel'', separated by commas>'
power/generator/source/hydro:
# 'power=generator + generator:source=hydro\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Water Turbine
Expand Down

0 comments on commit 21e9158

Please sign in to comment.