Add brand field to amenity=bicycle_repair_station

(re: #2497)
This commit is contained in:
Bryan Housel
2015-01-24 22:16:43 -05:00
parent 986498e038
commit 1ca44a2677
6 changed files with 17 additions and 0 deletions

View File

@@ -120,6 +120,8 @@ en:
label: Type
boundary:
label: Type
brand:
label: Brand
building:
label: Building
building_area:

View File

@@ -217,6 +217,11 @@
"type": "combo",
"label": "Type"
},
"brand": {
"key": "brand",
"type": "text",
"label": "Brand"
},
"building": {
"key": "building",
"type": "typeCombo",

View File

@@ -0,0 +1,5 @@
{
"key": "brand",
"type": "text",
"label": "Brand"
}

View File

@@ -503,6 +503,7 @@
"icon": "bicycle",
"fields": [
"operator",
"brand",
"opening_hours",
"fee",
"service/bicycle/chaintool",

View File

@@ -2,6 +2,7 @@
"icon": "bicycle",
"fields": [
"operator",
"brand",
"opening_hours",
"fee",
"service/bicycle/chaintool",

View File

@@ -673,6 +673,9 @@
"boundary": {
"label": "Type"
},
"brand": {
"label": "Brand"
},
"building": {
"label": "Building"
},