• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Something to start

Messages
150
Since I needed to test objects placement, did a small program that displays
plane position in Google Earth, maybe someone find it interesting.

It produces a KML file in the program directory, so usually I do:
Add network link;
Browse to the file;
Refresh parameters
Time based refresh, Periodically, 3 sec.

This is the source code and exe.

José
 

Attachments

This site was needed. If it concentrates developers it will be easier to monitor for solutions and new ideas.

José
 
Great post josé !
I'm getting more and more impatient of the final release of FSX :)

Looking at the source code, I have one thing to say : it's _EASY_ even though I have no absolutely no knowledge on C#/.net. I wonder why some people made a payware out of this googlearth-FS link idea. ;)
 
Hello José,

Thanks for your code. It has been very easy to start playing with SimConnect having your program's source code.

I have found a couple of issues, maybe you already know of.

The last AddToDataDefinition is better with "Plane Longitude" and FLOAT64. Otherwise, I got some odd results.

Also, I have used ToString(System.Globalization.NumberFormatInfo.InvariantInfo) calling CreateKML, just to be safe.

It has been a good starting point to me. Thanks again!

Javier.
 
Since I needed to test objects placement, did a small program that displays
plane position in Google Earth, maybe someone find it interesting.

It produces a KML file in the program directory, so usually I do:
Add network link;
Browse to the file;
Refresh parameters
Time based refresh, Periodically, 3 sec.

This is the source code and exe.

José


Is it possible for you to do your project in a Win32 Project in C++
 
I can do a win32 small vs2005 project but not the XML. It's too much work, unless I find the class in the net of course :)
 
Back
Top