Muh
Kennt jemand ein bequemes Verfahren, um die Luftstrassen (oder Teile davon) auf Google hübsch darzustellen?
Cool wäre es, wenn ich gleich eine VATROUTE-Route füttern und ein .kmz oder sowas ernten könnte.
Danke
Sali HP
Vielleicht kann Dir das hier helfen: http://board.vacc-sag.org/49/32198/
ich habe die komplette vatroute lszh-lsgg inkl header in den gps-visualizer (http://www.gpsvisualizer.com/map_input?form=googleearth) im Feld paste your data here übertragen und dann einfach die Header gemäss Beschreibung angepasst. http://board.vacc-sag.org/49/32198/#post363911. Dies ergab eine .kmz-Datei. Diese konnte ich dann im GoogleEarth öffnen. Das sah dann so aus.
Last edited by Thomas von Ah (1128754); 21.06.2013 at 09:47.
meinst du eher KML?
Paths
Many different types of paths can be created in Google Earth, and it is easy to be very creative with your data. In KML, a path is created by a <LineString> element. Take a look at the "Absolute Extruded" example in the Paths folder and you can see how the shape has been generated by the following code:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2"> <Document>
<name>Paths</name>
<description>Examples of paths. Note that the tessellate tag is by default
set to 0. If you want to create tessellated lines, they must be authored
(or edited) directly in KML.</description> <Style id="yellowLineGreenPoly">
<LineStyle>
<color>7f00ffff</color>
<width>4</width>
</LineStyle>
<PolyStyle>
<color>7f00ff00</color>
</PolyStyle>
</Style> <Placemark>
<name>Absolute Extruded</name>
<description>Transparent green wall with yellow outlines</description>
<styleUrl>#yellowLineGreenPoly</styleUrl>
<LineString>
<extrude>1</extrude>
<tessellate>1</tessellate>
<altitudeMode>absolute</altitudeMode>
<coordinates> -112.2550785337791,36.07954952145647,2357
-112.2549277039738,36.08117083492122,2357
-112.2552505069063,36.08260761307279,2357
-112.2564540158376,36.08395660588506,2357
-112.2580238976449,36.08511401044813,2357
-112.2595218489022,36.08584355239394,2357
-112.2608216347552,36.08612634548589,2357
-112.262073428656,36.08626019085147,2357
-112.2633204928495,36.08621519860091,2357
-112.2644963846444,36.08627897945274,2357
-112.2656969554589,36.08649599090644,2357 </coordinates>
</LineString> </Placemark>
</Document> </kml> Notice how it is really just one line drawn at altitude above the ground. The <tessellate> tag breaks the line up into smaller chunks, and the <extrude> tag extends the line down to the ground.
GLaDOS: "I thought about our dilemma, and I came up with a solution that I honestly think works out best for one of both of us."
HP Rutschmann (19.06.2013)
Ich bastel euch was kleines :-)
GLaDOS: "I thought about our dilemma, and I came up with a solution that I honestly think works out best for one of both of us."
HP Rutschmann (19.06.2013)
Thomas von Ah (19.06.2013)
Was kleines
EXE.zip
Runtime von NI runterladen (gratis, mit registrierung) LINK
muss man nur ein mal machen, aber der installer wäre 200mb gross und das kann ich hier nicht direckt hochladen.
und bei Navigraph die PMDG-Bibliothek in den gleichen Ordner packen.
filestruct.png
gui.jpg
die Daten kommen von der VATroute-homepage, eine Internetverbindung ist also nötig.
Ich werd noch ein bisschen daran rum basteln :-)
Last edited by Mauro Gerber (1175094); 24.06.2013 at 15:30.
GLaDOS: "I thought about our dilemma, and I came up with a solution that I honestly think works out best for one of both of us."
Zwei Fragen, Mauro:
1. ich kriege - trotz laufendendem Datasocket Server die Meldung : LabVIEW Runtime Engine - Application erfordert eine Version 2009 (oder eine kompatible) LabVIEW Runtime Engine. Nhemen Sie bitte mit dem Verkäufer von Application Kontakt auf, um dieses Problem zu beheben. konnte nicht gefunden werden.
Mach ich hiermit.
Könnte dies damit zu tun haben, dass ich die 64Bit Version und nicht die von Dir verlinkte 32er genommen habe?
2. Was ist die navdata.dat in Deiner Filestruktur? Die hab ich nicht...
HP.
Der Link sollte für beide Systeme (32 und 64-bit) funktionieren.
Hier der LINK für die explizite 64-bit Version.
Kann aber auch mit Adminmodus zusammenhängen.
*flüstermodus* ich habe es Zuhause ausprobiert und es hat soweit funktioniert.
Wird automatisch von meinem Programm generiert uns ist nichts anderes als die PMDG-Datenbank in eine schnell lesbare binäre Datei gepackt. So spare ich mir jedes mal die Text-Leserei.
GLaDOS: "I thought about our dilemma, and I came up with a solution that I honestly think works out best for one of both of us."
HP Rutschmann (24.06.2013)
HP, ich vermute mal das man das Programm im Adminmodus laufen haben muss.
neue Version mit KML-Export
EXE.zip
Last edited by Mauro Gerber (1175094); 24.06.2013 at 15:29.
GLaDOS: "I thought about our dilemma, and I came up with a solution that I honestly think works out best for one of both of us."
HP Rutschmann (24.06.2013)
LSGGEDDT.zip
KML-Datei von LSGG nach EDDT
GLaDOS: "I thought about our dilemma, and I came up with a solution that I honestly think works out best for one of both of us."
HP Rutschmann (25.06.2013)
versuch dass mal HP :-) LINK
GLaDOS: "I thought about our dilemma, and I came up with a solution that I honestly think works out best for one of both of us."
Hmm.
Auf dem Netbüükli installert, das mit kommt.
1. Im setup fehlt noch ein wichtiges File von NI. Natürlich habe ich weitergeklickt, ohne mir den Namen aufzuschreiben.
Vollinstallation des Viewers aus Post 6 hat geholfen.
2. PMDG-Daten hier ausgepackt, gab im Ordner PMDG die beiden Ordner NAVDATA und SIDSTARS.
Trotzdem haben alle Routen, die ich suche (und die VATROUTE offensichtlich auch richtig hergibt) eine Länge von 0nm.
Was mach ich falsch??
2013-06-30_15h01_54.jpg
im andmin modus laufen lassen :-)
GLaDOS: "I thought about our dilemma, and I came up with a solution that I honestly think works out best for one of both of us."