mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Merge pull request #4949 from hikemaniac/industrial
Add field for industrial=*
This commit is contained in:
@@ -686,6 +686,9 @@ en:
|
||||
indoor:
|
||||
# indoor=*
|
||||
label: Indoor
|
||||
industrial:
|
||||
# industrial=*
|
||||
label: Type
|
||||
information:
|
||||
# information=*
|
||||
label: Type
|
||||
|
||||
@@ -951,6 +951,11 @@
|
||||
"type": "check",
|
||||
"label": "Indoor"
|
||||
},
|
||||
"industrial": {
|
||||
"key": "industrial",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"information": {
|
||||
"key": "information",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "industrial",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -8719,7 +8719,8 @@
|
||||
"landuse/industrial": {
|
||||
"icon": "industry",
|
||||
"fields": [
|
||||
"name"
|
||||
"name",
|
||||
"industrial"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "industry",
|
||||
"fields": [
|
||||
"name"
|
||||
"name",
|
||||
"industrial"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
|
||||
Vendored
+3
@@ -1949,6 +1949,9 @@
|
||||
"indoor": {
|
||||
"label": "Indoor"
|
||||
},
|
||||
"industrial": {
|
||||
"label": "Type"
|
||||
},
|
||||
"information": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user