You are not logged in.
Quoted from "Azr@el"
du speicherst dein fähnchen als KML ab, öffnest die datei im texteditor, und kopierst den inhalt. Dann rufst du die seite auf, und fügst bei "add data" den inhalt aus der textdatei ein.
Das wars
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="[url]http://earth.google.com/kml/2.0">[/url] <Document> <name>Woodstock.kml</name> <Style id="khStyle526"> <IconStyle id="khIconStyle530"> <Icon> <href>root://icons/palette-2.png</href> <x>160</x> <y>192</y> <w>32</w> <h>32</h> </Icon> </IconStyle> </Style> <Placemark> <name>Woodstock</name> <LookAt> <longitude>7.105115303079494</longitude> <latitude>50.72653693344162</latitude> <range>181.2731230601712</range> <tilt>1.576668325120492e-008</tilt> <heading>0.2204824999374321</heading> </LookAt> <styleUrl>#khStyle526</styleUrl> <Point> <coordinates>7.105033200036758,50.72659184284006,0</coordinates> </Point> </Placemark> </Document> </kml> |
Quoted from "Azr@el"
Äusserst interessant. Aus irgendeinem grund hat dein kml ein andres format als die übrigen. Hat aber nichts damit zu tun, das du es erstellt hast, hab auch eins gemacht, auf deinem drauf, hatte das gleiche format wie deins. Hab das format von hand angepasst und dich eingetragen.
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="[url]http://earth.google.com/kml/2.0">[/url] <Placemark id="khPlacemark542"> <name>Azr@el</name> <LookAt id="khLookAt543"> <longitude>6.052337275536742</longitude> <latitude>50.81718405004824</latitude> <range>1377.373504927637</range> <tilt>5.263960669281746e-011</tilt> <heading>-0.03863999095152997</heading> </LookAt> <styleUrl>root://styles#default</styleUrl> <Style> <IconStyle> <Icon> <href>root://icons/palette-2.png</href> <x>160</x> <y>192</y> <w>32</w> <h>32</h> </Icon> </IconStyle> </Style> <Point id="khPoint544"> <coordinates>6.051393599413643,50.81646262116226,0</coordinates> </Point> </Placemark> </kml> |
Quoted from "Azr@el"
@yogi:
importieren: File>open, mit der maus reinziehen, oder einfach doppelklick auf die datei
Exportieren: Eintrag in der "Places" tabelle anklicken und rechtsklick>save as
Quoted from "Azr@el"
ist es möglich, die dateien dierekt als kml runterzuladen, anstatt von xml?
Quoted from "Azr@el"
Das mit den XML files ist ebenfalls richtig, du musst sie in .kml umbenennen![]()
Quoted from "Azr@el"
@yogi: der fehler lag an deinem parse algorithmus, schätze ich, dadurch das der <name> tag wo anders war, is dein skript wohl nicht an den namen rangekommen und abgeraucht.
Quoted from "Y0Gi"
insbesondere woodstock mag es doch bitte nochmal wie beim ersten anlauf versuchen
Quoted from "Y0Gi"
jetzt habt ihr mich so weit bekommen, dass ich mir auch mal google earth installiert habe. und ich muss sagen: respekt. was google in letzter zeit so alles an großen projekten rausballert ist schon fast beängstigend.
Quoted from "Woodstock"
Wieso stehst du eigntlich noch nicht auf der Liste?![]()
-