Ysurac / FlightAirMap

Open source project displaying live aircrafts, ships or trackers on 2D/3D map. Browse through the data based on a particular aircraft, airline, airport, tracker or vessel to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...), VRS, VA (VATSIM, IVAO whazzup.txt, phpvms,...), ACARS (acarsdec, acarsdeco2), APRS, AIS as datasource.
https://www.flightairmap.com/
GNU Affero General Public License v3.0
516 stars 157 forks source link

Error trafic Ivao Vatsim #157

Closed bilkaPek closed 8 years ago

bilkaPek commented 8 years ago

since the last commit IVAO and VATSIM traffic and no longer works correctly the traffic is limited not exceed the 20 aircraft on map

Ysurac commented 8 years ago

In fact all seems to work properly now. Time inside whazzup and vatsim-data files are now used and not generated. If you want to see flight older increase $globalLiveInterval in require/settings.php.

Ysurac commented 8 years ago

Fixed now. Data used as time was time logon, it's not good.

bilkaPek commented 8 years ago

Merci

bilkaPek commented 8 years ago

pardon je me suis fait mal comprendre ce que je voulais dire c'est que le nombres d'avion affiche sur la carte et incorrect il m'en affiche pas plus 20 alors qu'il devrait affiche tout le trafic (Ivao ou vatsim )

pas de filtrage pour les pilotes

$globalLiveInterval = '300'; $globalMapRefresh = '120'; $globalPilotIdAccept = array();

Ysurac commented 8 years ago

Oui j'avais compris. Ce coup ci le dernier commit doit fonctionner.