Merge pull request #4949 from hikemaniac/industrial

Add field for industrial=*
This commit is contained in:
Bryan Housel
2018-03-27 14:03:54 -04:00
committed by GitHub
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"
},
"industrial": {
"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
@@ -8719,7 +8719,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
@@ -1949,6 +1949,9 @@
"indoor": {
"label": "Indoor"
},
"industrial": {
"label": "Type"
},
"information": {
"label": "Type"
},