Updating milestone_position, and trainwash

This commit is contained in:
JamesKingdom
2017-07-31 21:22:58 +01:00
parent 6de3db3f3d
commit 8e61843954
7 changed files with 30 additions and 0 deletions
+3
View File
@@ -730,6 +730,9 @@ en:
maxweight:
# maxweight=*
label: Max Weight
milestone_position:
# 'railway:position=*'
label: Milestone Position
mtb/scale:
# 'mtb:scale=*'
label: Mountain Biking Difficulty
+5
View File
@@ -1028,6 +1028,11 @@
"label": "Max Weight",
"snake_case": false
},
"milestone_position": {
"key": "railway:position",
"type": "text",
"label": "Milestone Position"
},
"mtb/scale": {
"key": "mtb:scale",
"type": "combo",
@@ -0,0 +1,5 @@
{
"key": "railway:position",
"type": "text",
"label": "Milestone Position"
}
+7
View File
@@ -10405,6 +10405,9 @@
"point",
"vertex"
],
"fields": [
"milestone_position"
],
"tags": {
"railway": "milestone"
},
@@ -10581,6 +10584,10 @@
"vertex",
"area"
],
"fields": [
"operator",
"building_area"
],
"tags": {
"railway": "wash"
},
@@ -4,6 +4,9 @@
"point",
"vertex"
],
"fields": [
"milestone_position"
],
"tags": {
"railway": "milestone"
},
@@ -5,6 +5,10 @@
"vertex",
"area"
],
"fields": [
"operator",
"building_area"
],
"tags": {
"railway": "wash"
},
+3
View File
@@ -1707,6 +1707,9 @@
"maxweight": {
"label": "Max Weight"
},
"milestone_position": {
"label": "Milestone Position"
},
"mtb/scale": {
"label": "Mountain Biking Difficulty",
"placeholder": "0, 1, 2, 3...",