Add indoor=yes/no to preset for Defibrillator (#3284)

This commit is contained in:
Midgard
2016-07-29 02:38:45 +02:00
committed by Bryan Housel
parent cfd9d60efa
commit 641f3bc79a
6 changed files with 18 additions and 0 deletions

View File

@@ -447,6 +447,9 @@ en:
down: Down
# incline=up
up: Up
indoor:
# indoor=*
label: Indoor
information:
# information=*
label: Type

View File

@@ -618,6 +618,11 @@
"type": "combo",
"label": "Incline"
},
"indoor": {
"key": "indoor",
"type": "check",
"label": "Indoor"
},
"information": {
"key": "information",
"type": "typeCombo",

View File

@@ -0,0 +1,5 @@
{
"key": "indoor",
"type": "check",
"label": "Indoor"
}

View File

@@ -4047,6 +4047,7 @@
"fields": [
"access",
"opening_hours",
"indoor",
"phone"
],
"geometry": [

View File

@@ -2,6 +2,7 @@
"fields": [
"access",
"opening_hours",
"indoor",
"phone"
],
"geometry": [

View File

@@ -1028,6 +1028,9 @@
"incline": {
"label": "Incline"
},
"indoor": {
"label": "Indoor"
},
"information": {
"label": "Type"
},