Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToDo List: module options #2

Open
8 of 13 tasks
E3V3A opened this issue Feb 28, 2018 · 0 comments
Open
8 of 13 tasks

ToDo List: module options #2

E3V3A opened this issue Feb 28, 2018 · 0 comments
Labels
ToDo Things that will be done, eventually. PR welcome!

Comments

@E3V3A
Copy link
Owner

E3V3A commented Feb 28, 2018

The first module enhancements we can start working on, are implementing the missing configuration options. As I see it, and I'm open for more suggestions, the following are needed.

    config: {
        //header: "Flights Above",        // The module header text, if any. (Use: "" to remove.)
        //compassHeading: true,    // ["decimal", "compass"] Type of heading indicator (I.e. "45" vs "NE")
        updateInterval: 10000,            // [ms] 3*60*1000 // Radar scan/ping/update period [default 3 min]
        //maxItems: 10,                   // MAX Number of planes to display [default is 10]
        // The geographical (map) Boundary-Box (BB), from within planes will be shown are given by:
        // the maximim Lat/Lon edges of: [N-lat, W-lon, S-lat, E-lon] - all in decimal degrees.
        //radarBBox: "-8.20917,114.62177,-9.28715,115.71243", // "DPS" (Bali Airport) [default]
        //radarLocation: "23.2,54.2",     // [Lat,Lon] - The location of radar center in decimal degrees
        //radarRadius: 60,                // [km] - The maximum distance of planes shown.
        //watchList: "",                  // Highlight planes/flights/types on watch list
    }

Some other options to be considered:

    location: "54,21"   // Lat/Lon of radar location
    losradius: 100,     // Line of Sight radius in [km] of planes to be shown
    speedunit: "kmh"    // kmh | kn (default)
    altunit:   "m"      //   m | ft (default)
    fontsize:  "small"  // [small,medium,large]
    updates: 200,       // Update frequency in seconds
    itemlist: [flight,callsig,to,from,alt,bearing,speed] 
              // also: [id,registration,model,modes, radar]

Current Implementation Status:

  • header
  • footerLegend
  • compassHeading
  • updateInterval
  • maxItems
  • radarBBox
  • radarLocation*
  • radarRadius*
  • watchList
  • altunit
  • speedunit
  • itemlist
  • homeIata

* - These need more substantial programming by using the GIS calculator found in the MagicRadarBB.html.

@E3V3A E3V3A added the ToDo Things that will be done, eventually. PR welcome! label Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ToDo Things that will be done, eventually. PR welcome!
Projects
None yet
Development

No branches or pull requests

1 participant