E-P-S
22-10-2007, 10:45 AM
i am writing a program that logs the phone signal strength at the gps position.
okay. it works.
but there is a error in the kml file.
when i load the file into google earth the first position 12:08:39 is western africa. but it's wrong. (its germany, near freudenberg)
so i copy/paste the coordinate out of the kml file into google earth browser
(50.87402,7.8737) and it's right.
any idea?
the "c" version includes only ONE POI
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<Style id="style1">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/ms/icons/red-dot.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="style2">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/ms/icons/green-dot.png</href>
</Icon>
</IconStyle>
</Style><Placemark>
<name>12:08:39</name>
<description><![CDATA[Signalstärke: 46%<br>Bearing : 331.7<br>Höhe : 3325<br>SATCOUNT: 3]]></description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>50.87402,7.8737,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>
okay. it works.
but there is a error in the kml file.
when i load the file into google earth the first position 12:08:39 is western africa. but it's wrong. (its germany, near freudenberg)
so i copy/paste the coordinate out of the kml file into google earth browser
(50.87402,7.8737) and it's right.
any idea?
the "c" version includes only ONE POI
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<Style id="style1">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/ms/icons/red-dot.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="style2">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/ms/icons/green-dot.png</href>
</Icon>
</IconStyle>
</Style><Placemark>
<name>12:08:39</name>
<description><![CDATA[Signalstärke: 46%<br>Bearing : 331.7<br>Höhe : 3325<br>SATCOUNT: 3]]></description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>50.87402,7.8737,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>