mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
@@ -120,6 +120,8 @@ en:
|
||||
label: Type
|
||||
boundary:
|
||||
label: Type
|
||||
brand:
|
||||
label: Brand
|
||||
building:
|
||||
label: Building
|
||||
building_area:
|
||||
|
||||
@@ -217,6 +217,11 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"brand": {
|
||||
"key": "brand",
|
||||
"type": "text",
|
||||
"label": "Brand"
|
||||
},
|
||||
"building": {
|
||||
"key": "building",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "brand",
|
||||
"type": "text",
|
||||
"label": "Brand"
|
||||
}
|
||||
@@ -503,6 +503,7 @@
|
||||
"icon": "bicycle",
|
||||
"fields": [
|
||||
"operator",
|
||||
"brand",
|
||||
"opening_hours",
|
||||
"fee",
|
||||
"service/bicycle/chaintool",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "bicycle",
|
||||
"fields": [
|
||||
"operator",
|
||||
"brand",
|
||||
"opening_hours",
|
||||
"fee",
|
||||
"service/bicycle/chaintool",
|
||||
|
||||
Vendored
+3
@@ -673,6 +673,9 @@
|
||||
"boundary": {
|
||||
"label": "Type"
|
||||
},
|
||||
"brand": {
|
||||
"label": "Brand"
|
||||
},
|
||||
"building": {
|
||||
"label": "Building"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user