mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Updating milestone_position, and trainwash
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Vendored
+3
@@ -1707,6 +1707,9 @@
|
||||
"maxweight": {
|
||||
"label": "Max Weight"
|
||||
},
|
||||
"milestone_position": {
|
||||
"label": "Milestone Position"
|
||||
},
|
||||
"mtb/scale": {
|
||||
"label": "Mountain Biking Difficulty",
|
||||
"placeholder": "0, 1, 2, 3...",
|
||||
|
||||
Reference in New Issue
Block a user