mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Follow existing convention for "Type" fields
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ en:
|
||||
trail_visibility:
|
||||
label: Trail Visibility
|
||||
tree_type:
|
||||
label: Type of tree
|
||||
label: Type
|
||||
vending:
|
||||
label: Type of Goods
|
||||
water:
|
||||
|
||||
@@ -626,7 +626,7 @@
|
||||
"conifer",
|
||||
"palm"
|
||||
],
|
||||
"label": "Type of tree"
|
||||
"label": "Type"
|
||||
},
|
||||
"vending": {
|
||||
"key": "vending",
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"conifer",
|
||||
"palm"
|
||||
],
|
||||
"label": "Type of tree"
|
||||
"label": "Type"
|
||||
}
|
||||
|
||||
@@ -3270,8 +3270,8 @@
|
||||
},
|
||||
"natural/tree": {
|
||||
"fields": [
|
||||
"denotation",
|
||||
"tree_type"
|
||||
"tree_type",
|
||||
"denotation"
|
||||
],
|
||||
"icon": "park",
|
||||
"geometry": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"fields": [
|
||||
"denotation",
|
||||
"tree_type"
|
||||
"tree_type",
|
||||
"denotation"
|
||||
],
|
||||
"icon": "park",
|
||||
"geometry": [
|
||||
|
||||
Vendored
+1
-1
@@ -749,7 +749,7 @@
|
||||
"label": "Trail Visibility"
|
||||
},
|
||||
"tree_type": {
|
||||
"label": "Type of tree"
|
||||
"label": "Type"
|
||||
},
|
||||
"vending": {
|
||||
"label": "Type of Goods"
|
||||
|
||||
Reference in New Issue
Block a user