mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
only apply layer=1 on newly creted roofs; improve fields for roof preset
* closes #1432 by changing the `layer=1` tag from an `addTags` tag to the default value of the `layer` field * some of the fields for "regular" buildings don't make sense for "roof-only" features
This commit is contained in:
parent
da79c5501f
commit
26c1ff1944
3 changed files with 27 additions and 9 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"icon": "fas-solar-panel",
|
||||
"fields": [
|
||||
"{power/generator/method/photovoltaic}"
|
||||
"{power/generator/method/photovoltaic}",
|
||||
"layer_1"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/generator}"
|
||||
|
|
@ -22,8 +23,7 @@
|
|||
"generator:method": "photovoltaic",
|
||||
"generator:type": "solar_photovoltaic_panel",
|
||||
"generator:output:electricity": "*",
|
||||
"building": "roof",
|
||||
"layer": "1"
|
||||
"building": "roof"
|
||||
},
|
||||
"reference": {
|
||||
"key": "generator:method",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue