Added type of industry field.

This commit is contained in:
hikemaniac
2018-03-27 19:32:45 +02:00
parent 15f017f079
commit 192beec275
6 changed files with 20 additions and 2 deletions
+3
View File
@@ -686,6 +686,9 @@ en:
indoor:
# indoor=*
label: Indoor
industrial:
# industrial=*
label: Type
information:
# information=*
label: Type
+5
View File
@@ -951,6 +951,11 @@
"type": "check",
"label": "Indoor"
},
"indoor": {
"key": "industrial",
"type": "combo",
"label": "Type"
},
"information": {
"key": "information",
"type": "typeCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "industrial",
"type": "combo",
"label": "Type"
}
+2 -1
View File
@@ -8588,7 +8588,8 @@
"landuse/industrial": {
"icon": "industry",
"fields": [
"name"
"name",
"industrial"
],
"geometry": [
"area"
+2 -1
View File
@@ -1,7 +1,8 @@
{
"icon": "industry",
"fields": [
"name"
"name",
"industrial"
],
"geometry": [
"area"
+3
View File
@@ -1944,6 +1944,9 @@
"indoor": {
"label": "Indoor"
},
"industrial": {
"label": "Type"
},
"information": {
"label": "Type"
},