Advertisement
Guest User

kml file

a guest
Sep 4th, 2012
1,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml
  3. xsi:schemaLocation="http://earth.google.com/kml/2.1 http://earth.google.com/kml2.1.xsd"
  4. xmlns="http://earth.google.com/kml/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <Folder>
  6. <name>W4</name>
  7. <description>desc</description>
  8. <Placemark>
  9. <name>Track</name>
  10. <Style>
  11. <LineStyle>
  12. <color>FF0000FF</color>
  13. <width>3.0</width>
  14. </LineStyle>
  15. </Style>
  16. <LineString>
  17. <extrude>false</extrude>
  18. <tessellate>true</tessellate>
  19. <altitudeMode>clampToGround</altitudeMode>
  20. <coordinates>28.433448681607842,23.36444106884301,23.600000381469727 28.433294370770454,23.36458188481629,23.600000381469727 ...and so on</coordinates>
  21. </LineString>
  22. </Placemark>
  23. <Folder>
  24. <name>Laps</name>
  25. <description>Laps, start and end splits recorded in the activity.</description>
  26. <Placemark>
  27. <name>Start</name>
  28. <description>desc</description>
  29. <Style>
  30. <IconStyle>
  31. <scale>1.3</scale>
  32. <Icon>
  33. <href>http://connect.garmin.com/image\main\icons\kml\grn-play.png</href>
  34. </Icon>
  35. <hotSpot yunits="fraction" y="0.0" xunits="fraction" x="0.5"/>
  36. </IconStyle>
  37. </Style>
  38. <Point>
  39. <coordinates>28.433448681607842,23.36444106884301,23.600000381469727</coordinates>
  40. </Point>
  41. </Placemark>
  42. <Placemark>
  43. <name>End</name>
  44. <description>desc</description>
  45. <Style>
  46. <IconStyle>
  47. <scale>1.3</scale>
  48. <Icon>
  49. <href>http://maps.google.com/mapfiles/kml/paddle/red-square.png</href>
  50. </Icon>
  51. <hotSpot yunits="fraction" y="0.0" xunits="fraction" x="0.5"/>
  52. </IconStyle>
  53. </Style>
  54. <Point>
  55. <coordinates>27.645370410755277,24.03404516167939,160.0</coordinates>
  56. </Point>
  57. </Placemark>
  58. </Folder>
  59. <Folder>
  60. <name>Track Points</name>
  61. <description>Toggle to enable or disable animation of the activity.</description>
  62. <Style>
  63. <ListStyle>
  64. <listItemType>checkHideChildren</listItemType>
  65. </ListStyle>
  66. </Style>
  67. <Placemark>
  68. <TimeSpan>
  69. <begin>2012-08-02T11:53:09+02:00</begin>
  70. <end>2012-08-02T11:53:09+02:00</end>
  71. </TimeSpan>
  72. <Style>
  73. <IconStyle>
  74. <color>FF00FFFF</color>
  75. <scale>0.9</scale>
  76. <Icon>
  77. <href>http://maps.google.com/mapfiles/kml/shapes/placemark_circle.png</href>
  78. </Icon>
  79. </IconStyle>
  80. </Style>
  81. <Point>
  82. <altitudeMode>clampToGround</altitudeMode>
  83. <coordinates>28.433448681607842,23.36444106884301,23.600000381469727</coordinates>
  84. </Point>
  85. </Placemark>
  86. <Placemark>
  87. <TimeSpan>
  88. <begin>2012-08-02T11:53:09+02:00</begin>
  89. <end>2012-08-02T11:53:12+02:00</end>
  90. </TimeSpan>
  91. <Style>
  92. <IconStyle>
  93. <color>FF00FFFF</color>
  94. <scale>0.9</scale>
  95. <Icon>
  96. <href>http://maps.google.com/mapfiles/kml/shapes/placemark_circle.png</href>
  97. </Icon>
  98. </IconStyle>
  99. </Style>
  100. <Point>
  101. <altitudeMode>clampToGround</altitudeMode>
  102. <coordinates>28.433294370770454,23.36458188481629,23.600000381469727</coordinates>
  103. </Point>
  104. </Placemark>
  105. </Folder>
  106. </Folder>
  107. </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement