Administrators ProAvia Posted September 5, 2017 Administrators Report Posted September 5, 2017 When clicking on an aircraft in the ACARS map, the nav fixes and route will display (if a route is available). After about 5-7 seconds, the nav fixes disappear (the red route line remains). Is there a way to set the display time longer for the nav fixes? TIA! Quote
Moderators mark1million Posted September 5, 2017 Moderators Report Posted September 5, 2017 Try adjusting this setting in your acarsmap.php zoom: 4, center: new google.maps.LatLng("<?php echo Config::Get('MAP_CENTER_LAT'); ?>", "<?php echo Config::Get('MAP_CENTER_LNG'); ?>"), mapTypeId: google.maps.MapTypeId.TERRAIN, refreshTime: 10000 }; </script> Quote
Administrators ProAvia Posted September 6, 2017 Author Administrators Report Posted September 6, 2017 Thanks Mark! That took care of it. I must have looked right past that setting at least a half dozen times. I also see a default setting in acarsmap.js of 12000 -- but will leave that one be. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.