Refine Bike Parking preset (fixes #2017)

This commit is contained in:
John Firebaugh
2013-11-26 13:40:13 -08:00
parent d2df161575
commit db065b6d77
6 changed files with 21 additions and 2 deletions
+2
View File
@@ -100,6 +100,8 @@ en:
label: Type
country:
label: Country
covered:
label: Covered
crossing:
label: Type
cuisine:
+5
View File
@@ -209,6 +209,11 @@
"type": "combo",
"label": "Country"
},
"covered": {
"key": "covered",
"type": "check",
"label": "Covered"
},
"crossing": {
"key": "crossing",
"type": "combo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "covered",
"type": "check",
"label": "Covered"
}
+3 -1
View File
@@ -280,7 +280,9 @@
"fields": [
"bicycle_parking",
"capacity",
"operator"
"operator",
"covered",
"access_simple"
],
"geometry": [
"point",
@@ -3,7 +3,9 @@
"fields": [
"bicycle_parking",
"capacity",
"operator"
"operator",
"covered",
"access_simple"
],
"geometry": [
"point",
+3
View File
@@ -533,6 +533,9 @@
"country": {
"label": "Country"
},
"covered": {
"label": "Covered"
},
"crossing": {
"label": "Type"
},