mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Adding separate taxiway reference
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Taxiway Name",
|
||||
"placeholder": "e.g A5"
|
||||
}
|
||||
@@ -482,7 +482,7 @@
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"ref",
|
||||
"ref_taxiway",
|
||||
"surface"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"ref",
|
||||
"ref_taxiway",
|
||||
"surface"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
Vendored
+4
@@ -1956,6 +1956,10 @@
|
||||
"ref_stop_position": {
|
||||
"label": "Stop Number"
|
||||
},
|
||||
"ref_taxiway": {
|
||||
"label": "Taxiway Name",
|
||||
"placeholder": "e.g A5"
|
||||
},
|
||||
"ref": {
|
||||
"label": "Reference Code"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user