Adding separate taxiway reference

This commit is contained in:
JamesKingdom
2017-08-04 16:44:07 +01:00
parent ed6bdd67cb
commit c90424aee5
6 changed files with 23 additions and 2 deletions
+5
View File
@@ -1051,6 +1051,11 @@ en:
ref_stop_position:
# ref=*
label: Stop Number
ref_taxiway:
# ref=*
label: Taxiway Name
# ref_taxiway field placeholder
placeholder: e.g A5
relation:
# type=*
label: Type
+6
View File
@@ -1404,6 +1404,12 @@
"type": "text",
"label": "Stop Number"
},
"ref_taxiway": {
"key": "ref",
"type": "text",
"label": "Taxiway Name",
"placeholder": "e.g A5"
},
"ref": {
"key": "ref",
"type": "text",
+6
View File
@@ -0,0 +1,6 @@
{
"key": "ref",
"type": "text",
"label": "Taxiway Name",
"placeholder": "e.g A5"
}
+1 -1
View File
@@ -482,7 +482,7 @@
"line"
],
"fields": [
"ref",
"ref_taxiway",
"surface"
],
"tags": {
+1 -1
View File
@@ -3,7 +3,7 @@
"line"
],
"fields": [
"ref",
"ref_taxiway",
"surface"
],
"tags": {
+4
View File
@@ -1956,6 +1956,10 @@
"ref_stop_position": {
"label": "Stop Number"
},
"ref_taxiway": {
"label": "Taxiway Name",
"placeholder": "e.g A5"
},
"ref": {
"label": "Reference Code"
},