mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 13:08:00 +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"
|
||||
|
||||
Reference in New Issue
Block a user