Follow existing convention for "Type" fields

This commit is contained in:
John Firebaugh
2013-11-04 14:30:34 -08:00
parent 2f945df810
commit 6605bb0d68
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ en:
trail_visibility:
label: Trail Visibility
tree_type:
label: Type of tree
label: Type
vending:
label: Type of Goods
water:
+1 -1
View File
@@ -626,7 +626,7 @@
"conifer",
"palm"
],
"label": "Type of tree"
"label": "Type"
},
"vending": {
"key": "vending",
+1 -1
View File
@@ -6,5 +6,5 @@
"conifer",
"palm"
],
"label": "Type of tree"
"label": "Type"
}
+2 -2
View File
@@ -3270,8 +3270,8 @@
},
"natural/tree": {
"fields": [
"denotation",
"tree_type"
"tree_type",
"denotation"
],
"icon": "park",
"geometry": [
+2 -2
View File
@@ -1,7 +1,7 @@
{
"fields": [
"denotation",
"tree_type"
"tree_type",
"denotation"
],
"icon": "park",
"geometry": [
+1 -1
View File
@@ -749,7 +749,7 @@
"label": "Trail Visibility"
},
"tree_type": {
"label": "Type of tree"
"label": "Type"
},
"vending": {
"label": "Type of Goods"