Merge pull request #56 from NightHawk32/gps
GPS map now only shows when a 3D fix is established10.3.x-maintenance
commit
377340818c
|
@ -78,7 +78,7 @@ TABS.gps.initialize = function (callback) {
|
|||
if (navigator.onLine) {
|
||||
$('#connect').hide();
|
||||
|
||||
if(lat != 0 && lon != 0){
|
||||
if(GPS_DATA.fix){
|
||||
frame.contentWindow.postMessage(message, '*');
|
||||
$('#loadmap').show();
|
||||
$('#waiting').hide();
|
||||
|
|
Loading…
Reference in New Issue