Skip to content

Commit

Permalink
Added an actual readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahn committed Aug 1, 2021
1 parent 5656c2f commit ff699fc
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 37 deletions.
41 changes: 4 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,7 @@
## TODO
## VATSIM Map

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

* Theme switch light / dark
** Turn off POI labels at high zoom
### Status

* Markers clickable
* Modal or inline window
* Geocoder search for marker names

* Show ATC polys and state from controllers API
* Add airport markers and counters for arr/deps
* Add ATC markers for tower, gnd, dep
* Use AFV to get extended sectors
* Switch icons between prop and jet based on callsign or type.
Filter aircraft_type by types from https://vatstats.net/
* Use nav API for progressive taxi or draw on ground map routes

### Current stats
In FIR now
Top types
Arr / dep counts

### Stored stats
Traffic heatmap (DB needed)

## Credits
CC BY-SA 3.0
https://commons.wikimedia.org/wiki/File:Plane_font_awesome.svg

## Theme

Green 33cc99 A10
Blue B0D1FC A10

## References

https://docs.mapbox.com/mapbox-gl-js/example/animate-marker/
https://docs.mapbox.com/mapbox-gl-js/example/forward-geocode-custom-data/
Extremely under cooked ...
40 changes: 40 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## TODO

## Future

* Theme switch light / dark
** Turn off POI labels at high zoom

* Markers clickable
* Modal or inline window
* Geocoder search for marker names

* Show ATC polys and state from controllers API
* Add airport markers and counters for arr/deps
* Add ATC markers for tower, gnd, dep
* Use AFV to get extended sectors
* Switch icons between prop and jet based on callsign or type.
Filter aircraft_type by types from https://vatstats.net/
* Use nav API for progressive taxi or draw on ground map routes

### Current stats
In FIR now
Top types
Arr / dep counts

### Stored stats
Traffic heatmap (DB needed)

## Credits
CC BY-SA 3.0
https://commons.wikimedia.org/wiki/File:Plane_font_awesome.svg

## Theme

Green 33cc99 A10
Blue B0D1FC A10

## References

https://docs.mapbox.com/mapbox-gl-js/example/animate-marker/
https://docs.mapbox.com/mapbox-gl-js/example/forward-geocode-custom-data/

0 comments on commit ff699fc

Please sign in to comment.