Adding separate runway reference

This commit is contained in:
JamesKingdom
2017-08-04 16:36:45 +01:00
parent 52a1751dd8
commit ed6bdd67cb
6 changed files with 23 additions and 2 deletions

View File

@@ -1043,6 +1043,11 @@ en:
ref_route:
# ref=*
label: Route Number
ref_runway:
# ref=*
label: Runway Number
# ref_runway field placeholder
placeholder: e.g 01L/23R
ref_stop_position:
# ref=*
label: Stop Number

View File

@@ -1393,6 +1393,12 @@
"type": "text",
"label": "Route Number"
},
"ref_runway": {
"key": "ref",
"type": "text",
"label": "Runway Number",
"placeholder": "e.g 01L/23R"
},
"ref_stop_position": {
"key": "ref",
"type": "text",

View File

@@ -0,0 +1,6 @@
{
"key": "ref",
"type": "text",
"label": "Runway Number",
"placeholder": "e.g 01L/23R"
}

View File

@@ -467,7 +467,7 @@
"landing strip"
],
"fields": [
"ref",
"ref_runway",
"surface",
"length",
"width"

View File

@@ -7,7 +7,7 @@
"landing strip"
],
"fields": [
"ref",
"ref_runway",
"surface",
"length",
"width"

View File

@@ -1949,6 +1949,10 @@
"ref_route": {
"label": "Route Number"
},
"ref_runway": {
"label": "Runway Number",
"placeholder": "e.g 01L/23R"
},
"ref_stop_position": {
"label": "Stop Number"
},