Search found 167 matches

by sanhozay
Thu Mar 08, 2018 1:35 pm
Forum: JAFVA - Just Another FlightGear Virtual Airline
Topic: JAFVA: A multiplayer Scene (4)
Replies: 18
Views: 15269

Re: JAFVA: A multiplayer Scene (4)

I've changed PilotLog to maintain a list of track points for a flight, which was fairly straightforward. Internally, this is tracking coordinate, altitude, fuel and odometer. Making a new web service endpoint for GeoJSON was made a lot simpler by a set of GeoJSON objects for the Jackson mapper that ...
by sanhozay
Wed Mar 07, 2018 5:20 pm
Forum: JAFVA - Just Another FlightGear Virtual Airline
Topic: JAFVA: A multiplayer Scene (4)
Replies: 18
Views: 15269

Re: JAFVA: A multiplayer Scene (4)

This being Java and Spring, I would hope that I wouldn't have to write any code to write the JSON. It's more a case of making a Java object in the matching format and then returning that from the web service method. This is how PilotLog produces the list of flights in JSON format. @GetMapping(path =...
by sanhozay
Wed Mar 07, 2018 4:39 pm
Forum: JAFVA - Just Another FlightGear Virtual Airline
Topic: JAFVA: A multiplayer Scene (4)
Replies: 18
Views: 15269

Re: JAFVA: A multiplayer Scene (4)

Let me know if you have further questions, and also if you would be willing to help our airline to establish a functional pilotLogging tracking technique that is simple to use and reliable. Thanks for all that info. Very useful. It's not particularly difficult for me to change PilotLog to make a tr...
by sanhozay
Wed Mar 07, 2018 12:09 pm
Forum: JAFVA - Just Another FlightGear Virtual Airline
Topic: JAFVA: A multiplayer Scene (4)
Replies: 18
Views: 15269

Re: JAFVA: A multiplayer Scene (4)

So how are you logging your flights IH-COL? Python application with HTTP calls out from Flightgear? I have a logging application which does something similar, although it's more of an overall flight record than a track log: https://github.com/sanhozay/PilotLog How are you displaying the GeoJSON on a...
by sanhozay
Sat Mar 03, 2018 9:11 pm
Forum: Core Development
Topic: A new Flight Simulator
Replies: 155
Views: 4681983

Re: A new Flight Simulator

Now, if the core were to expose the property tree such that you can script onto it directly, without needing additional secondary coding translators (read nasal), then off course building aircrafts/scenery/other content in a way that you can rapidly access the internal properties suddenly should be...
by sanhozay
Tue Feb 27, 2018 12:07 pm
Forum: JAFVA - Just Another FlightGear Virtual Airline
Topic: JAFVA: A multiplayer Scene (4)
Replies: 18
Views: 15269

Re: JAFVA: A multiplayer Scene (4)

IAHM-COL wrote:G-SHOZ, first pilot to reach Captain Senior, our highest rank: New Callsign ICAO4690, GA and Charter: G-SHOA

Can I open this bottle of champagne now? I'm worried it might have gone off. :lol:
by sanhozay
Tue Feb 27, 2018 12:05 pm
Forum: Technical Questions
Topic: Help!!!!!!
Replies: 9
Views: 4895

Re: Help!!!!!!

Yes, that's the old navdata cache issue. It was fixed ages ago and upgrading to the latest stable should sort it out.

I think the workaround was to delete navdata_*.cache from $FGFS_HOME.
by sanhozay
Fri May 26, 2017 12:20 pm
Forum: Unrelated Nonsense
Topic: Manchester
Replies: 5
Views: 1089

Re: Manchester

I suspect he didn't attend the concert. The MEN Arena has security stewards monitoring people on the way in and there would have been a good chance of them searching his bag. At the end of an event, there are up to 21,000 people trying to leave at the same time, parents coming to pick their kids up,...
by sanhozay
Fri Mar 10, 2017 8:49 pm
Forum: USA Tour
Topic: USA TOUR Event | SAT MARCH 25TH 16:00 UTC AND SUN MARCH 26TH 16:00 UTC
Replies: 151
Views: 34108

Re: USA TOUR Event | SAT MARCH 25TH 16:00 UTC AND SUN MARCH 26TH 16:00 UTC

There's certainly some Nasal congestion going on. :)
by sanhozay
Fri Mar 10, 2017 6:38 pm
Forum: USA Tour
Topic: USA TOUR Event | SAT MARCH 25TH 16:00 UTC AND SUN MARCH 26TH 16:00 UTC
Replies: 151
Views: 34108

Re: USA TOUR Event | SAT MARCH 25TH 16:00 UTC AND SUN MARCH 26TH 16:00 UTC

OK, first a disclaimer. This is just my private fork that I've been playing around with and it has now diverged quite drastically from the FGADDON version. I've been keeping it to myself because these changes were just to suit me. The fuel "fix" isn't a proper solution (the proper solution...

Go to advanced search