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

Statistics do not work #355

Closed gleven closed 6 years ago

gleven commented 6 years ago

It seems that by default the filtering box is set to airline ZZ which gives the result of ALL instead. When something else is selected , including ALL, nothing is returned.

Ysurac commented 6 years ago

By default this is not set to ZZ, but to all that return all. If you use archive mode only detected airlines are shown and stats are updated via scripts/update_db.php.

gleven commented 6 years ago

I don't use archiving . Sometimes when selecting ALL, it only returns the military flights

gleven commented 6 years ago

This is what i see when opening statistics:

image

And after selecting ALL i see this: image

Ysurac commented 6 years ago

Should be ok now.