mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Refine Bike Parking preset (fixes #2017)
This commit is contained in:
@@ -100,6 +100,8 @@ en:
|
||||
label: Type
|
||||
country:
|
||||
label: Country
|
||||
covered:
|
||||
label: Covered
|
||||
crossing:
|
||||
label: Type
|
||||
cuisine:
|
||||
|
||||
@@ -209,6 +209,11 @@
|
||||
"type": "combo",
|
||||
"label": "Country"
|
||||
},
|
||||
"covered": {
|
||||
"key": "covered",
|
||||
"type": "check",
|
||||
"label": "Covered"
|
||||
},
|
||||
"crossing": {
|
||||
"key": "crossing",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "covered",
|
||||
"type": "check",
|
||||
"label": "Covered"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Vendored
+3
@@ -533,6 +533,9 @@
|
||||
"country": {
|
||||
"label": "Country"
|
||||
},
|
||||
"covered": {
|
||||
"label": "Covered"
|
||||
},
|
||||
"crossing": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user