mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
add field for building:colour tag, closes #904
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "building:colour",
|
||||
"type": "colour",
|
||||
"label": "Façade Color",
|
||||
"terms": [
|
||||
"building color",
|
||||
"facade color"
|
||||
]
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
],
|
||||
"moreFields": [
|
||||
"architect",
|
||||
"building/colour",
|
||||
"building/levels/underground",
|
||||
"building/material",
|
||||
"building/prefabricated",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"building/levels",
|
||||
"height",
|
||||
"building/material",
|
||||
"building/colour",
|
||||
"roof/colour"
|
||||
],
|
||||
"moreFields": [
|
||||
|
||||
@@ -808,6 +808,11 @@ en:
|
||||
warehouse: Warehouse
|
||||
# 'terms: structure'
|
||||
terms: '[translate with synonyms or related terms for ''Building'', separated by commas]'
|
||||
building/colour:
|
||||
# building:colour=*
|
||||
label: Façade Color
|
||||
# 'terms: building color,facade color'
|
||||
terms: '[translate with synonyms or related terms for ''Façade Color'', separated by commas]'
|
||||
building/flats:
|
||||
# building:flats=*
|
||||
label: Units
|
||||
|
||||
Reference in New Issue
Block a user