mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-28 22:56:31 +02: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",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "dispensing",
|
||||
"type": "check",
|
||||
"label": "Dispenses Prescriptions",
|
||||
"default": "yes"
|
||||
}
|
||||
+334
-167
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",
|
||||
|
||||
Vendored
+3
@@ -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