mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-05 22:46:34 +02:00
Add aircraft holding position type field (close #100)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "holding_position:type",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"runway": "Runway",
|
||||
"intermediate": "Taxiway-Taxiway Intersection",
|
||||
"ILS": "Instrument Landing System"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false
|
||||
}
|
||||
Reference in New Issue
Block a user