Add description and fixme fields

This commit is contained in:
John Firebaugh
2013-05-28 19:55:06 -07:00
parent 5a8bf0fada
commit 2d4b6bf45b
5 changed files with 30 additions and 1 deletions
+4
View File
@@ -89,6 +89,8 @@ en:
label: Denomination
denotation:
label: Denotation
description:
label: Description
elevation:
label: Elevation
emergency:
@@ -100,6 +102,8 @@ en:
placeholder: +31 42 123 4567
fee:
label: Fee
fixme:
label: Fix Me
highway:
label: Type
historic:
+10
View File
@@ -194,6 +194,11 @@
"type": "combo",
"label": "Denotation"
},
"description": {
"key": "description",
"type": "textarea",
"label": "Description"
},
"elevation": {
"key": "ele",
"type": "number",
@@ -222,6 +227,11 @@
"type": "check",
"label": "Fee"
},
"fixme": {
"key": "fixme",
"type": "textarea",
"label": "Fix Me"
},
"highway": {
"key": "highway",
"type": "combo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "description",
"type": "textarea",
"label": "Description"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "fixme",
"type": "textarea",
"label": "Fix Me"
}
+6 -1
View File
@@ -218,7 +218,6 @@
"show_more": "Show More",
"new_tag": "New tag",
"view_on_osm": "View on openstreetmap.org",
"editing_feature": "Editing {feature}",
"all_tags": "All tags",
"all_members": "All members",
"all_relations": "All relations",
@@ -480,6 +479,9 @@
"denotation": {
"label": "Denotation"
},
"description": {
"label": "Description"
},
"elevation": {
"label": "Elevation"
},
@@ -496,6 +498,9 @@
"fee": {
"label": "Fee"
},
"fixme": {
"label": "Fix Me"
},
"highway": {
"label": "Type"
},