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

Duplicate planes ivao #424

Open nilsboeser opened 5 years ago

nilsboeser commented 5 years ago

I just installed flightairmap on multiple systems with the same problem.

It looks like it is not updating the current plane, but rather just showing the new position, keeping the old one in memory for about 10 minutes and then dropping the last one.

problem
Ysurac commented 5 years ago

Need really more informations... Version used, url of the source, frequency of the problem, ...

nilsboeser commented 5 years ago

It happens directly after fresh install and doesn't disappear. With standard ivao wazzup as well as the ivao checkbox. I installed from the latest git.

Ysurac commented 5 years ago

You must have a wrong setting somewhere. Can you give me the file /require/settings.php ?

nilsboeser commented 5 years ago

Here is the complete settings (excluding db password) settings.txt

Ysurac commented 5 years ago

$globalIVAO and $globalVA must be set to TRUE and increase $globalLiveInterval to 2000 for example.

nilsboeser commented 5 years ago

I'll try it now thanks. I searched on Google but couldn't find a full explanation of all the options. I'll report later. Thanks

nilsboeser commented 5 years ago

Stil the same. What am I missing.

settings.txt

Ysurac commented 5 years ago

You are using a cronjob or a daemon ?

nilsboeser commented 5 years ago

As a cron job every 5 minutes running daemon-spotter.php

Ysurac commented 5 years ago

No idea for now. You can try to run it as daemon

victorc32 commented 4 years ago

As a cron job every 5 minutes running daemon-spotter.php

Hi Nilsboeser, i have same problem as you. Have you find your problem ?

thank you.

Victor.