Skip to content

Experimenting with the new VATSIM API to provide a generic FIR map for VATCCs.

License

Notifications You must be signed in to change notification settings

vatpac-technology/vatsim-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9f7fc9 · Feb 22, 2025
Apr 23, 2022
Feb 20, 2025
Aug 2, 2021
Sep 30, 2021
Jul 18, 2024
Jul 28, 2021
Jul 21, 2021
Apr 16, 2022
Jan 29, 2023
Apr 15, 2022
Apr 21, 2024
Apr 20, 2024
Nov 13, 2021
Apr 21, 2024
Aug 8, 2021
Jan 29, 2023
Oct 7, 2021
Sep 30, 2021
Apr 16, 2022
Jan 29, 2023
Apr 1, 2024
Jan 29, 2023
Sep 30, 2021
Jan 29, 2023

Repository files navigation

VATSIM Map

Experimenting with the new VATSIM API to provide a generic FIR map for VATCCs.

Status

Extremely under cooked ...

Usage

Pilot map

The pilot map loads the VATSIM data feed, filters for pilots in the map.firs, then finally renders pilot positions on a map.

URL: /static/map.html

Accepts the following GET parameters.

Key Type Default Description
theme String (light | dark) light Sets the map theme.
lon Float 134.9 Sets the map center longitutde.
lat Float -28.2 Sets the map center latitude.
zoom Float 3 Sets the map center zoom.
dataApi String Developement - Load data from an alternative pilots API resource.

Sector map

The sector map loads a vatSys dataset defined by data.vatsys, parses the sectors and displays an overlay for map.sectors.standard as well as sub-sectors at a lower level zoom.

URL: /static/sectormap.html

Accepts the following GET parameters.

Key Type Default Description
lon Float 134.9 Sets the map center longitutde.
lat Float -28.2 Sets the map center latitude.
zoom Float 4.3 Sets the map center zoom.

Contributing

Dependencies

Running the map

  1. Checkout the code.
  2. npm -i
  3. npm run serve
  4. Open http://localhost:8080/

About

Experimenting with the new VATSIM API to provide a generic FIR map for VATCCs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages