Jump to content

ACARS Map - route display time


ProAvia

Recommended Posts

  • Administrators

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!

Link to comment
Share on other sites

  • Moderators

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>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...