Use multiCombo for currency options, add to vending, money exchange, atm

(re: #2872)
This commit is contained in:
Bryan Housel
2016-05-01 12:16:42 -04:00
parent 1495f45c20
commit fdfee96f53
18 changed files with 66 additions and 24 deletions
+3
View File
@@ -260,6 +260,9 @@ en:
cuisine:
# 'cuisine=*'
label: Cuisine
currency_multi:
# 'currency:=*'
label: Currency Types
cycleway:
# 'cycleway:left=*, cycleway:right=*'
label: Bike Lanes
+5
View File
@@ -340,6 +340,11 @@
"type": "combo",
"label": "Cuisine"
},
"currency_multi": {
"key": "currency:",
"type": "multiCombo",
"label": "Currency Types"
},
"cycleway": {
"keys": [
"cycleway:left",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "currency:",
"type": "multiCombo",
"label": "Currency Types"
}
+25 -12
View File
@@ -357,6 +357,7 @@
"icon": "bank",
"fields": [
"operator",
"currency_multi",
"drive_through"
],
"geometry": [
@@ -570,7 +571,8 @@
"amenity/bureau_de_change": {
"icon": "bank",
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point",
@@ -1994,7 +1996,8 @@
},
"amenity/vending_machine/cigarettes": {
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -2010,7 +2013,8 @@
},
"amenity/vending_machine/condoms": {
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -2026,7 +2030,8 @@
},
"amenity/vending_machine/drinks": {
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -2046,7 +2051,8 @@
},
"amenity/vending_machine/excrement_bags": {
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -2065,7 +2071,8 @@
},
"amenity/vending_machine/news_papers": {
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -2081,7 +2088,8 @@
},
"amenity/vending_machine/parcel_pickup_dropoff": {
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -2099,7 +2107,8 @@
},
"amenity/vending_machine/parking_tickets": {
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -2116,7 +2125,8 @@
},
"amenity/vending_machine/public_transport_tickets": {
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -2137,7 +2147,8 @@
},
"amenity/vending_machine/sweets": {
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -2159,7 +2170,8 @@
"amenity/vending_machine/vending_machine": {
"fields": [
"vending",
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -9132,7 +9144,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"currency_multi"
],
"geometry": [
"point",
+1
View File
@@ -2,6 +2,7 @@
"icon": "bank",
"fields": [
"operator",
"currency_multi",
"drive_through"
],
"geometry": [
@@ -1,7 +1,8 @@
{
"icon": "bank",
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point",
@@ -1,6 +1,7 @@
{
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -1,6 +1,7 @@
{
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -1,6 +1,7 @@
{
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -1,6 +1,7 @@
{
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -1,6 +1,7 @@
{
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -1,6 +1,7 @@
{
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -1,6 +1,7 @@
{
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -1,6 +1,7 @@
{
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -1,6 +1,7 @@
{
"fields": [
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
@@ -1,7 +1,8 @@
{
"fields": [
"vending",
"operator"
"operator",
"currency_multi"
],
"geometry": [
"point"
+2 -1
View File
@@ -4,7 +4,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"currency_multi"
],
"geometry": [
"point",
+3
View File
@@ -852,6 +852,9 @@
"cuisine": {
"label": "Cuisine"
},
"currency_multi": {
"label": "Currency Types"
},
"cycleway": {
"label": "Bike Lanes",
"placeholder": "none",