mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Add drive_through preset to fast_food, atm, etc
Thanks @brianegge (closes #2459)
This commit is contained in:
@@ -177,6 +177,8 @@ en:
|
||||
label: Denotation
|
||||
description:
|
||||
label: Description
|
||||
drive_through:
|
||||
label: Drive-Through
|
||||
electrified:
|
||||
label: Electrification
|
||||
placeholder: "Contact Line, Electrified Rail..."
|
||||
|
||||
@@ -336,6 +336,11 @@
|
||||
"type": "textarea",
|
||||
"label": "Description"
|
||||
},
|
||||
"drive_through": {
|
||||
"key": "drive_through",
|
||||
"type": "check",
|
||||
"label": "Drive-Through"
|
||||
},
|
||||
"electrified": {
|
||||
"key": "electrified",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "drive_through",
|
||||
"type": "check",
|
||||
"label": "Drive-Through"
|
||||
}
|
||||
+764
-343
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "bank",
|
||||
"fields": [
|
||||
"operator"
|
||||
"operator",
|
||||
"drive_through"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
"opening_hours",
|
||||
"drive_through"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"opening_hours",
|
||||
"takeaway",
|
||||
"delivery",
|
||||
"drive_through",
|
||||
"smoking"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
"opening_hours",
|
||||
"drive_through"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"icon": "post",
|
||||
"fields": [
|
||||
"operator",
|
||||
"collection_times"
|
||||
"collection_times",
|
||||
"drive_through"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
"opening_hours",
|
||||
"drive_through"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Vendored
+3
@@ -775,6 +775,9 @@
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"drive_through": {
|
||||
"label": "Drive-Through"
|
||||
},
|
||||
"electrified": {
|
||||
"label": "Electrification",
|
||||
"placeholder": "Contact Line, Electrified Rail...",
|
||||
|
||||
Reference in New Issue
Block a user