mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Add brand field to fuel preset (closes #2300)
This commit is contained in:
@@ -118,6 +118,9 @@ en:
|
||||
label: Type
|
||||
boundary:
|
||||
label: Type
|
||||
brand_fuel:
|
||||
label: Brand
|
||||
placeholder: "Shell, Exxon, BP..."
|
||||
building:
|
||||
label: Building
|
||||
building_area:
|
||||
|
||||
@@ -212,6 +212,12 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"brand_fuel": {
|
||||
"key": "brand",
|
||||
"type": "text",
|
||||
"placeholder": "Shell, Exxon, BP...",
|
||||
"label": "Brand"
|
||||
},
|
||||
"building": {
|
||||
"key": "building",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "brand",
|
||||
"type": "text",
|
||||
"placeholder": "Shell, Exxon, BP...",
|
||||
"label": "Brand"
|
||||
}
|
||||
+513
-342
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"icon": "fuel",
|
||||
"fields": [
|
||||
"operator",
|
||||
"brand_fuel",
|
||||
"address",
|
||||
"building_area"
|
||||
"building_area",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Vendored
+4
@@ -578,6 +578,10 @@
|
||||
"boundary": {
|
||||
"label": "Type"
|
||||
},
|
||||
"brand_fuel": {
|
||||
"label": "Brand",
|
||||
"placeholder": "Shell, Exxon, BP..."
|
||||
},
|
||||
"building": {
|
||||
"label": "Building"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user