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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
<Document>
<name>Track</name>
<description>Some description here</description>
<Style id="track">
<IconStyle>
<Icon>
<href>/home/username/marble/export/share/marble/data/bitmaps/default_location.png</href>
</Icon>
</IconStyle>
<LineStyle>
<color>c80008e2</color>
<width>4</width>
</LineStyle>
<BalloonStyle>
<text><![CDATA[<b><font color="#CC0000" size="+3">$[name]</font></b><br/><br/><font face="Courier">$[description]</font><br/><br/>Extra text that will appear in the description balloon<br/><br/>]]></text>
</BalloonStyle>
<ListStyle>
<bgColor>ff336699</bgColor>
<ItemIcon>
<state></state>
<href>../../data/bitmaps/wikipedia.png</href>
</ItemIcon>
</ListStyle>
</Style>
<StyleMap id="map-track">
<Pair>
<key>normal</key>
<styleUrl>#track</styleUrl>
</Pair>
</StyleMap>
<Placemark>
<name>Track Track</name>
<styleUrl>#map-track</styleUrl>
<gx:MultiTrack>
<gx:Track/>
<gx:Track>
<when>2014-02-27T05:14:01</when>
<gx:coord>88.4159300000 22.5305680000 0.0000000000</gx:coord>
<when>2014-02-27T05:14:01</when>
<gx:coord>88.4105360000 22.5317960000 0.0000000000</gx:coord>
<when>2014-02-27T05:14:01</when>
<gx:coord>88.4051050000 22.5330300000 0.0000000000</gx:coord>
<when>2014-02-27T05:14:02</when>
<gx:coord>88.4032270000 22.5334380000 0.0000000000</gx:coord>
<when>2014-02-27T05:14:02</when>
<gx:coord>88.4031550000 22.5334750000 0.0000000000</gx:coord>
<when>2014-02-27T05:14:02</when>
<gx:coord>88.4031140000 22.5335300000 0.0000000000</gx:coord>
</gx:Track>
</gx:MultiTrack>
</Placemark>
</Document>
</kml>
|