mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-13 14:46:01 +00:00
@@ -484,6 +484,9 @@ en:
|
||||
both: Both / All
|
||||
# direction=forward
|
||||
forward: Forward
|
||||
dispensing:
|
||||
# dispensing=*
|
||||
label: Dispenses Prescriptions
|
||||
display:
|
||||
# display=*
|
||||
label: Display
|
||||
|
||||
@@ -649,6 +649,12 @@
|
||||
"label": "Direction (Degrees Clockwise)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
},
|
||||
"dispensing": {
|
||||
"key": "dispensing",
|
||||
"type": "check",
|
||||
"label": "Dispenses Prescriptions",
|
||||
"default": "yes"
|
||||
},
|
||||
"display": {
|
||||
"key": "display",
|
||||
"type": "combo",
|
||||
|
||||
6
data/presets/fields/dispensing.json
Normal file
6
data/presets/fields/dispensing.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "dispensing",
|
||||
"type": "check",
|
||||
"label": "Dispenses Prescriptions",
|
||||
"default": "yes"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,8 @@
|
||||
"building_area",
|
||||
"drive_through",
|
||||
"opening_hours",
|
||||
"payment_multi"
|
||||
"payment_multi",
|
||||
"dispensing"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
3
dist/locales/en.json
vendored
3
dist/locales/en.json
vendored
@@ -1697,6 +1697,9 @@
|
||||
"label": "Direction (Degrees Clockwise)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
},
|
||||
"dispensing": {
|
||||
"label": "Dispenses Prescriptions"
|
||||
},
|
||||
"display": {
|
||||
"label": "Display"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user