Giter VIP home page Giter VIP logo

dump1090's People

Contributors

antirez avatar malcolmrobb avatar steve-m avatar termigrator avatar ukuehn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

de8msh mlino voska

dump1090's Issues

Round 2: gmap.html overhaul as to allow for any screen size

I was not satisfied with my first effort to allow any screen size. I refactored all three files in the public_html file. I just checked in a early copy of where things are to mapRefactor branch.

TODO:

  • Pull in the settings window
    • Make options to add the data table fields in what ever order the user wants
    • Make options to add KML urls to the map, as many as needed
    • Store all settings to a cookie, that gets pulled in
  • Refactor the data table so that we can add remove columns at will
  • Refactor the sort function to add a little arror indicating what is being sorted at the time and which direction.
  • Make the data column collapsible

In Progress:

  • Refresh the selected plane data table to look cleaner than just one column
  • Add for the selected aircraft a "tail" that represents its path/altitude

Done:

  • Alert area, for the 3 international squawk codes
  • Map can be any size now, and right side data column no longer can push the map up with a scroll
  • Add in the UTC time
    • and local time?
    • Thinking if both, make it two analog clocks with the date below

Known Bugs:

  • If selected plane is lost from radar and comes back before reaper plane is still 'selected'-color even if it's not.
  • Special squawk color don't stick to planes marker.
  • Markers are not deleted 100% of the time.
  • Selecting aircraft seem to not clear the tails from the map
  • Deselecting an aircraft does not clear selected area
  • select, deselect, re-select, does not trigger tail.

Map reset button taking back to wrong place

From pull request 3,

The only question I have is the reset bug still there?
http://www.youtube.com/watch?v=fCAhvzol7jA


I think yes... :( I remember that bug that I was going to fix but... And now I can't find your code and (nice) video.

Do you have any decimals on CenterLat or CenterLon?

localStorage['CenterLat'] = 45.0;
localStorage['CenterLon'] = 9.0;
// Removed some rows
Map.setCenter(new google.maps.LatLng(parseInt(localStorage['CenterLat']),
            parseInt(localStorage['CenterLon'])));

Should be parseFloat() not parseInt().


35.21872, -80.94385

Set that up at the top and down in the reset function. Sorry about dropping the code to the floor, I just made like 12 commits that were me running into walls with git as it came back to me on how to do things, nothing with the code.

My refactor still has not been checked in and the code should be the same code as in the master branch.

btw, gonna kick this out to a issue so we can track it there.

Extract data from MB field (DF20/21)

Don't know how to contact you so I choose this issue ;)

I could provide some code (written in Matlab) to analyse and extract data from the MB fields of DF20/21. Please reply if you're interested.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.