-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Solar Panel Canopy and Rooftop Solar Panel presets (close #101)
- Loading branch information
1 parent
d19ad88
commit 21e9158
Showing
3 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
data/presets/power/generator/method/photovoltaic/building/roof.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
37 changes: 37 additions & 0 deletions
37
data/presets/power/generator/method/photovoltaic/location/roof.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters