Advertisement
geirrosset

kml file

Apr 24th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
  3. <Document>
  4. <name>merkur_ved_brygga_i_Sandefjord.kml</name>
  5.  
  6. <Style id="s_ylw-pushpin">
  7. <IconStyle>
  8. <scale>1.1</scale>
  9. <Icon>
  10. <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
  11. </Icon>
  12. <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
  13. </IconStyle>
  14. </Style>
  15.  
  16. <StyleMap id="m_ylw-pushpin">
  17. <Pair>
  18. <key>normal</key>
  19. <styleUrl>#s_ylw-pushpin</styleUrl>
  20. </Pair>
  21. <Pair>
  22. <key>highlight</key>
  23. <styleUrl>#s_ylw-pushpin_hl</styleUrl>
  24. </Pair>
  25. </StyleMap>
  26.  
  27. <Style id="s_ylw-pushpin_hl">
  28. <IconStyle>
  29. <scale>1.3</scale>
  30. <Icon>
  31. <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
  32. </Icon>
  33. <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
  34. </IconStyle>
  35. </Style>
  36.  
  37. <Placemark>
  38. <name>Merkur ved brygga i Sandefjord</name>
  39. <LookAt>
  40. <longitude>10.22903323296333</longitude>
  41. <latitude>59.12709592819019</latitude>
  42. <altitude>5000</altitude>
  43. <heading>2.731780071732738</heading>
  44. <tilt>0</tilt>
  45. <range>2000</range>
  46. <gx:altitudeMode>relativeToSeaLevel</gx:altitudeMode>
  47. </LookAt>
  48. <styleUrl>#m_ylw-pushpin</styleUrl>
  49. <Point>
  50. <coordinates>10.22847711419093,59.12611491594485,5000</coordinates>
  51. </Point>
  52. </Placemark>
  53.  
  54. </Document>
  55. </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement