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
522 stars 158 forks source link

report error #214

Closed bilkaPek closed 8 years ago

bilkaPek commented 8 years ago

1- have not see planes on" flightid-overview" page for the individual track

2- do not recognize the name of the Airlines' statistics page and flightid-overview "everything goes into the" Owner "$ globalOwner = FALSE on "settings.php"

screen1

3- No stats on the map

Ysurac commented 8 years ago

1- Fixed in latest commit 2- Check your airlines table and check that VATIM & IVAO is not checked in install script if you use a real flights source 3- Table of airport-departure and airport-arrival is empty or not ?

bilkaPek commented 8 years ago

VATIM & IVAO is not checked in install script

IVAO and VATSIM is FALSE

Table of airport and airport-departure-arrival is empty or not?

Not because I recovered from direct source real flights

airlines table

db is ok (total de 1061 airlines )

Ysurac commented 8 years ago

globalphpVMS is also set to FALSE ? Your airline table have VATSIM airlines. If IVAO,VATSIM or phpVMS was checked at install, vatsim airlines are used. You can insert db/airlines.sql manually to fix this.

For table, it's the table in airport-departure-arrival page. It's only the map or all the page that is empty ?

bilkaPek commented 8 years ago

the problem is solved for airlines after reset table

only the map page statistics that does not return information it remains static map page /statistics

airport-departure & airport-arrival

the continent not react because no data in the table

page /statistics/airport-departure-country page /statistics/airport-arrival-country

screen2 screen3

Ysurac commented 8 years ago

Should be fixed in latest commit.