Add drive_through preset to fast_food, atm, etc

Thanks @brianegge (closes #2459)
This commit is contained in:
Bryan Housel
2015-03-18 10:50:00 -04:00
parent dffff73d39
commit cc9bcba4e6
11 changed files with 790 additions and 348 deletions
+2
View File
@@ -177,6 +177,8 @@ en:
label: Denotation
description:
label: Description
drive_through:
label: Drive-Through
electrified:
label: Electrification
placeholder: "Contact Line, Electrified Rail..."
+5
View File
@@ -336,6 +336,11 @@
"type": "textarea",
"label": "Description"
},
"drive_through": {
"key": "drive_through",
"type": "check",
"label": "Drive-Through"
},
"electrified": {
"key": "electrified",
"type": "combo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "drive_through",
"type": "check",
"label": "Drive-Through"
}
+764 -343
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -1,7 +1,8 @@
{
"icon": "bank",
"fields": [
"operator"
"operator",
"drive_through"
],
"geometry": [
"point",
+2 -1
View File
@@ -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": [
+2 -1
View File
@@ -4,7 +4,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"drive_through"
],
"geometry": [
"point",
+2 -1
View File
@@ -2,7 +2,8 @@
"icon": "post",
"fields": [
"operator",
"collection_times"
"collection_times",
"drive_through"
],
"geometry": [
"point",
+2 -1
View File
@@ -4,7 +4,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"drive_through"
],
"geometry": [
"point",