Tweak parking preset; build

This commit is contained in:
John Firebaugh
2013-04-08 13:39:18 -04:00
parent 0153ea78cd
commit 39eec605b8
8 changed files with 56 additions and 6 deletions
+9
View File
@@ -4210,6 +4210,12 @@ locale.en = {
"operator": {
"label": "Operator"
},
"park_ride": {
"label": "Park and Ride"
},
"parking": {
"label": "Type"
},
"phone": {
"label": "Phone"
},
@@ -4261,6 +4267,9 @@ locale.en = {
"cutting": "Cutting"
}
},
"supervised": {
"label": "Supervised"
},
"surface": {
"label": "Surface"
},
+9
View File
@@ -482,6 +482,12 @@ locale.en = {
"operator": {
"label": "Operator"
},
"park_ride": {
"label": "Park and Ride"
},
"parking": {
"label": "Type"
},
"phone": {
"label": "Phone"
},
@@ -533,6 +539,9 @@ locale.en = {
"cutting": "Cutting"
}
},
"supervised": {
"label": "Supervised"
},
"surface": {
"label": "Surface"
},
+6
View File
@@ -121,6 +121,10 @@ en:
label: Hours
operator:
label: Operator
park_ride:
label: Park and Ride
parking:
label: Type
phone:
label: Phone
place:
@@ -158,6 +162,8 @@ en:
tunnel: Tunnel
embankment: Embankment
cutting: Cutting
supervised:
label: Supervised
surface:
label: Surface
tourism:
+24
View File
@@ -290,6 +290,25 @@
"type": "text",
"label": "Operator"
},
"park_ride": {
"key": "park_ride",
"type": "check",
"label": "Park and Ride"
},
"parking": {
"key": "parking",
"type": "combo",
"options": [
"surface",
"multi-storey",
"underground",
"sheds",
"carports",
"garage_boxes",
"lane"
],
"label": "Type"
},
"phone": {
"key": "phone",
"type": "tel",
@@ -394,6 +413,11 @@
}
}
},
"supervised": {
"key": "supervised",
"type": "check",
"label": "Supervised"
},
"surface": {
"key": "surface",
"type": "combo",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "park_ride",
"type": "check",
"label": "Park and ride"
"label": "Park and Ride"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"key": "parking",
"type": "radio",
"type": "combo",
"options": [
"surface",
"multi-storey",
+4 -1
View File
@@ -381,8 +381,11 @@
"amenity/parking": {
"icon": "parking",
"fields": [
"parking",
"capacity",
"fee",
"access",
"supervised",
"park_ride",
"address"
],
"geometry": [
+2 -3
View File
@@ -1,11 +1,10 @@
{
"icon": "parking",
"fields": [
"fee",
"access",
"parking",
"supervised",
"capacity",
"fee",
"supervised",
"park_ride",
"address"
],