-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
44 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |