Skip to content

Commit 8293e05

Browse files
author
MoonFlare320
committed
interface/phone/geo article written
1 parent 8c9cf90 commit 8293e05

6 files changed

Lines changed: 147 additions & 0 deletions

File tree

docs/interface/phone/geo.md

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,150 @@ sidebar_position: 2
33
---
44

55
# GEO
6+
The **GEO Page** provides a **geographical overview of the surrounding ATC sectors** that can be called via vacs for your position.
7+
8+
Instead of searching for individual stations in a tabbed layout, the GEO page allows controllers to quickly locate and call adjacent sectors based on their geographical layout and their categorization into different categories.
9+
10+
The sectors and their layout are configured in the dataset by your vACCs Sector Maintainers. Accordingly, the available sectors and their arrangement may differ between positions.
11+
12+
---
13+
14+
## Opening the GEO Page
15+
If your vACC decided to use the GEO page option in their configuration, it will be visible as soon as you log in to a position on VATSIM and connect to vacs.
16+
17+
If you are in a subpage of the GEO page, you can return to the top-level (main) view of the GEO page, by either pressing the **END** or the **Phone** button.
18+
19+
---
20+
21+
## Navigation
22+
Navigation on the GEO page works as follows:
23+
24+
- Selecting a **region** opens the corresponding **sector page**.
25+
- Selecting a **station** initiates a call.
26+
- The **Phone** and **END** buttons can always be used to return to higher-level pages.
27+
28+
For more information about these buttons, see the **Interface Overview** section.
29+
30+
---
31+
32+
## Overview of the GEO Page
33+
The "top-level" of the GEO Page displays large buttons representing sector groups in a geographical layout.
34+
35+
<img
36+
src="/img/interface/geo.png"
37+
alt="vacs Settings Page"
38+
style={{
39+
width: "80%",
40+
display: "block",
41+
margin: "1.5rem auto",
42+
borderRadius: "8px",
43+
boxShadow: "0 4px 16px rgba(0,0,0,0.08)"
44+
}}
45+
/>
46+
47+
In this example, all sectors matching the description **E / APP** (standing for LOVVs E-ACC sectors and LOWW APP and below), are combined into one category.
48+
49+
Selecting one of the buttons on the "top-level" of the GEO-Page opens a sub-page containing the specific sectors that can be called and fall within the selected region.
50+
51+
In the example from above, if we click on the **E / APP** button, we open a page, which allows us to choose which sector within the category we want to call exactly (e.g. the ACC-Sector E3, which is a sector that falls into the selected ACC-E / APP group, represented by the **350 E3 PLC** button), and then call this sector by clicking on the relevant Direct Access Key.
52+
53+
<img
54+
src="/img/interface/geo_page.png"
55+
alt="vacs Settings Page"
56+
style={{
57+
width: "80%",
58+
display: "block",
59+
margin: "1.5rem auto",
60+
borderRadius: "8px",
61+
boxShadow: "0 4px 16px rgba(0,0,0,0.08)"
62+
}}
63+
/>
64+
65+
:::note Call Source Selection
66+
If a sector displayed on the GEO sector sub-page is **covered by you**, it can be selected here as a **call source**.
67+
68+
As described in the [Interface Overview](/interface/overview), you can select one of these sectors as your **fixed** or **temporary call source** before placing a call.
69+
:::
70+
71+
---
72+
73+
## Incoming Calls
74+
An incoming call in the GEO-Page layout is visible as indicated below:
75+
76+
<img
77+
src="/img/interface/geo_incoming_call.gif"
78+
alt="vacs Settings Page"
79+
style={{
80+
width: "80%",
81+
display: "block",
82+
margin: "1.5rem auto",
83+
borderRadius: "8px",
84+
boxShadow: "0 4px 16px rgba(0,0,0,0.08)"
85+
}}
86+
/>
87+
88+
When a sector calls you:
89+
90+
- The corresponding sector button of the caller is highlighted in flashing green color on the "top-level" of the GEO Page (here **E APP**). Also, the caller is visible in the call queue on the right side of the application.
91+
- The corresponding sector button of the recipient of the call is highlighted in light green on the "top-level" of the GEO Page (here **N LOWL**).
92+
- The call can then be accepted using the standard call controls.
93+
94+
Further details about an incoming call can be found by clicking onto the relevant buttons on the "top-level" of the GEO Page. There, the recipient and caller of an incoming call can be detected in the same way as decribed above:
95+
96+
<img
97+
src="/img/interface/geo_page_incoming_call.gif"
98+
alt="vacs Settings Page"
99+
style={{
100+
width: "80%",
101+
display: "block",
102+
margin: "1.5rem auto",
103+
borderRadius: "8px",
104+
boxShadow: "0 4px 16px rgba(0,0,0,0.08)"
105+
}}
106+
/>
107+
108+
Here, we have opened the **E / APP** sub-page of the GEO-Page. Here, we can see that **APP VB PLN** (caller, flashing green) is calling **310- E1 PLC** (recipient, static light green). The call can be accepted using the standard call controls.
109+
110+
---
111+
112+
## Selecting a Call Source
113+
114+
As described in the [Interface/Overview](/interface/overview), it is possible to select a call source, so that the recipient of your call is aware of the precise sector calling him.
115+
116+
Two types of call sources exist:
117+
118+
| Type | Description |
119+
|-----|-------------|
120+
| **Fixed Call Source** | The default station used for outgoing calls. |
121+
| **Temporary Call Source** | Used only for the **next call**, after which the fixed call source is used again. |
122+
123+
The selected call source is visually indicated in the grid.
124+
125+
These call sources can be selected by opening a Sector-Page from the "top-level" of the GEO-Page, which consists of sectors, that your station is covering. Clicking on the relevant (active) grey-buttons selects the call source. If you would like to set a **Fixed Call Source** (dark orange) click the relevant button twice, if you would like to select a **Temporary Call Source** (light orange) click the button once.
126+
127+
<img
128+
src="/img/interface/geo_page_call_source.png"
129+
alt="vacs Settings Page"
130+
style={{
131+
width: "80%",
132+
display: "block",
133+
margin: "1.5rem auto",
134+
borderRadius: "8px",
135+
boxShadow: "0 4px 16px rgba(0,0,0,0.08)"
136+
}}
137+
/>
138+
139+
---
140+
141+
## Dataset Configuration
142+
The GEO page layout is **not hardcoded in VACS**. Instead, it is defined in the **dataset provided by your vACC**.
143+
144+
This dataset specifies:
145+
146+
- Which sectors appear on the GEO page
147+
- How they are grouped geographically
148+
- Which stations can be called from each page
149+
150+
As a result, the layout may differ depending on the FIR or vACC configuration, or even the provieded configuration of the exact position you are staffing.
151+
152+
If you are interested in contributing, reach out to us on our [vacs Discord server](https://discord.gg/yu2nyCKU3R).

static/img/interface/geo.png

55.8 KB
Loading
100 KB
Loading

static/img/interface/geo_page.png

74.3 KB
Loading
74.2 KB
Loading
90.8 KB
Loading

0 commit comments

Comments
 (0)