mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-14 21:28:05 +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
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"icon": "temaki-plane_taxiing",
|
||||
"fields": [
|
||||
"ref"
|
||||
"ref",
|
||||
"holding_position/type",
|
||||
"ele_node"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
|
||||
@@ -1145,6 +1145,16 @@ en:
|
||||
historic/wreck/visible_at_low_tide:
|
||||
# 'wreck:visible_at_low_tide=*'
|
||||
label: Visible At Low Tide
|
||||
holding_position/type:
|
||||
# 'holding_position:type=*'
|
||||
label: Type
|
||||
options:
|
||||
# 'holding_position:type=ILS'
|
||||
ILS: Instrument Landing System
|
||||
# 'holding_position:type=intermediate'
|
||||
intermediate: Taxiway-Taxiway Intersection
|
||||
# 'holding_position:type=runway'
|
||||
runway: Runway
|
||||
hoops:
|
||||
# hoops=*
|
||||
label: Hoops
|
||||
|
||||
Reference in New Issue
Block a user