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
525 stars 159 forks source link

Add playback #229

Open Ysurac opened 8 years ago

Ysurac commented 8 years ago

Use leaflet playback for all flight in 2D. Playback should be quite easy to add for 3D world as date already exist in the CZML file.

xyziolite commented 8 years ago

very nice function to have.. Thanks

Ysurac commented 8 years ago

This will be commited for 3D view next week. A little bit more difficult for 2D view...

xyziolite commented 8 years ago

Copied Thank you .

On Fri, Nov 4, 2016 at 10:08 PM, Ycarus notifications@github.com wrote:

This will be commited for 3D view next week. A little bit more difficult for 2D view...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ysurac/FlightAirMap/issues/229#issuecomment-258440784, or mute the thread https://github.com/notifications/unsubscribe-auth/AVQQz9jAl9v-2oCD2kTeSMNDeJwsEm45ks5q6zx7gaJpZM4Kk6XI .

Ysurac commented 8 years ago

Available for 3D view in latest commit. Too slow if many flights, need more work...

xyziolite commented 7 years ago

Hi , Nice to have a wonderfull flightairmap . a great improvement . How to add Playback function as you was commited in 3D view.. Thanks

On Mon, Nov 7, 2016 at 1:13 PM, xyziolite linx xyziolite@gmail.com wrote:

Copied Thank you .

On Fri, Nov 4, 2016 at 10:08 PM, Ycarus notifications@github.com wrote:

This will be commited for 3D view next week. A little bit more difficult for 2D view...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ysurac/FlightAirMap/issues/229#issuecomment-258440784, or mute the thread https://github.com/notifications/unsubscribe-auth/AVQQz9jAl9v-2oCD2kTeSMNDeJwsEm45ks5q6zx7gaJpZM4Kk6XI .

Ysurac commented 7 years ago

In 3D view if you have $globalArchive set to TRUE in require/settings.php you should see a little box in the sidebar that will display the Playback menu.

xyziolite commented 7 years ago

Thank you..

On Thu, Mar 2, 2017 at 2:10 AM, Ycarus notifications@github.com wrote:

In 3D view if you have $globalArchive set to TRUE in require/settings.php you should see a little box in the sidebar that will display the Playback menu.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ysurac/FlightAirMap/issues/229#issuecomment-283421388, or mute the thread https://github.com/notifications/unsubscribe-auth/AVQQzz_zgYHa-29k_JzT_2f22Oc9aalVks5rhbSngaJpZM4Kk6XI .

xyziolite commented 7 years ago

Hi , I have Aircraft Detected 0 during playback , did i miss any more settings, Thanks

On Thu, Mar 2, 2017 at 10:48 PM, xyziolite linx xyziolite@gmail.com wrote:

Thank you..

On Thu, Mar 2, 2017 at 2:10 AM, Ycarus notifications@github.com wrote:

In 3D view if you have $globalArchive set to TRUE in require/settings.php you should see a little box in the sidebar that will display the Playback menu.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ysurac/FlightAirMap/issues/229#issuecomment-283421388, or mute the thread https://github.com/notifications/unsubscribe-auth/AVQQzz_zgYHa-29k_JzT_2f22Oc9aalVks5rhbSngaJpZM4Kk6XI .

Ysurac commented 7 years ago

I fixed a little issue in latest commit. Data are put in the table spotter_archive when $globalArchive is set to TRUE, so if you have data in this table, all should be ok.

xyziolite commented 7 years ago

I used latest commit , table spotter_archive still empty . thanks

On Sat, Mar 4, 2017 at 2:46 AM, Ycarus notifications@github.com wrote:

I fixed a little issue in latest commit. Data are put in the table spotter_archive when $globalArchive is set to TRUE, so if you have data in this table, all should be ok.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ysurac/FlightAirMap/issues/229#issuecomment-284036727, or mute the thread https://github.com/notifications/unsubscribe-auth/AVQQz_4WpIrdqBtctcFlQtwSUQCsgQkzks5riF_0gaJpZM4Kk6XI .

Ysurac commented 7 years ago

Did you restart spotter-daemon.php after setting $globalArchive to TRUE ? What source do you use ? ADS-B, OGN, Vatsim, IVAO,.... ?

xyziolite commented 7 years ago

Yes , i did restart daemon-spotter.php after setting $globalArchive to TRUE . i also try /install/install_db.php and /scripts/update_db.php . i'm using ADS-B . No other Source . Thanks

On Sat, Mar 4, 2017 at 5:31 AM, Ycarus notifications@github.com wrote:

Did you restart spotter-daemon.php after setting $globalArchive to TRUE ? What source do you use ? ADS-B, OGN, Vatsim, IVAO,.... ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ysurac/FlightAirMap/issues/229#issuecomment-284075606, or mute the thread https://github.com/notifications/unsubscribe-auth/AVQQz_hbV5mosvbMRWDNiAyrERJwH3wZks5riIa1gaJpZM4Kk6XI .

Ysurac commented 7 years ago

You should never run install/install_db.php it's only if there is a problem with initial install.

All should work. You should get data in table spotter_archive. No idea.

xyziolite commented 7 years ago

opps , noted . I will restart the daemon-spotter again . Thank you .

On Sat, Mar 4, 2017 at 6:02 AM, Ycarus notifications@github.com wrote:

You should never run install/install_db.php it's only if there is a problem with initial install.

All should work. You should get data in table spotter_archive. No idea.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ysurac/FlightAirMap/issues/229#issuecomment-284082380, or mute the thread https://github.com/notifications/unsubscribe-auth/AVQQz_6n3zjEboklT68rVBSX4phFVo4Qks5riI3jgaJpZM4Kk6XI .