UWARG/WARG-Ground-Station

Display something if invalid or no GPS data is recieved

Closed this issue · 3 comments

Currently, the map does not render which leaves a blank space in the layout. It would be more useful to at least have an error where the map should be.

Activate the developer console to see what's happening.

In package.json, set toolbar to true, then press the hamburger button in
the toolbar near top right of window.
On Feb 8, 2015 4:37 PM, "Muntashir" notifications@github.com wrote:

Currently, the map does not render which leaves a blank space in the
layout. It would be more useful to at least have an error where the map
should be.


Reply to this email directly or view it on GitHub
#14.

I misunderstood your comment @muntashir , thought you wanted to see JS errors in the console.

I'm fixing this in two parts. First part is coming today and fixes the map not showing up on start up. Second part will deal with cases where GPS data is invalid, and will come later.

Fixed with #15 .