mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Tweak parking preset; build
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
{
|
||||
"key": "park_ride",
|
||||
"type": "check",
|
||||
"label": "Park and ride"
|
||||
"label": "Park and Ride"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "parking",
|
||||
"type": "radio",
|
||||
"type": "combo",
|
||||
"options": [
|
||||
"surface",
|
||||
"multi-storey",
|
||||
|
||||
@@ -381,8 +381,11 @@
|
||||
"amenity/parking": {
|
||||
"icon": "parking",
|
||||
"fields": [
|
||||
"parking",
|
||||
"capacity",
|
||||
"fee",
|
||||
"access",
|
||||
"supervised",
|
||||
"park_ride",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"icon": "parking",
|
||||
"fields": [
|
||||
"fee",
|
||||
"access",
|
||||
"parking",
|
||||
"supervised",
|
||||
"capacity",
|
||||
"fee",
|
||||
"supervised",
|
||||
"park_ride",
|
||||
"address"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user