mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Add indoor=yes/no to preset for Defibrillator (#3284)
This commit is contained in:
@@ -447,6 +447,9 @@ en:
|
||||
down: Down
|
||||
# incline=up
|
||||
up: Up
|
||||
indoor:
|
||||
# indoor=*
|
||||
label: Indoor
|
||||
information:
|
||||
# information=*
|
||||
label: Type
|
||||
|
||||
@@ -618,6 +618,11 @@
|
||||
"type": "combo",
|
||||
"label": "Incline"
|
||||
},
|
||||
"indoor": {
|
||||
"key": "indoor",
|
||||
"type": "check",
|
||||
"label": "Indoor"
|
||||
},
|
||||
"information": {
|
||||
"key": "information",
|
||||
"type": "typeCombo",
|
||||
|
||||
5
data/presets/fields/indoor.json
Normal file
5
data/presets/fields/indoor.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "indoor",
|
||||
"type": "check",
|
||||
"label": "Indoor"
|
||||
}
|
||||
@@ -4047,6 +4047,7 @@
|
||||
"fields": [
|
||||
"access",
|
||||
"opening_hours",
|
||||
"indoor",
|
||||
"phone"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"fields": [
|
||||
"access",
|
||||
"opening_hours",
|
||||
"indoor",
|
||||
"phone"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
3
dist/locales/en.json
vendored
3
dist/locales/en.json
vendored
@@ -1028,6 +1028,9 @@
|
||||
"incline": {
|
||||
"label": "Incline"
|
||||
},
|
||||
"indoor": {
|
||||
"label": "Indoor"
|
||||
},
|
||||
"information": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user