Advertisement
Guest User

Comet Bennet 1970 Photo Tail Measurement

a guest
Feb 8th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.49 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" hint="target=sky">
  3. <Document>
  4.     <name>Comet Bennet Tail 1970 Measure.kml</name>
  5.     <Style id="inline">
  6.         <LineStyle>
  7.             <color>ff0000ff</color>
  8.             <width>2</width>
  9.         </LineStyle>
  10.     </Style>
  11.     <Style id="inline0">
  12.         <LineStyle>
  13.             <color>ff0000ff</color>
  14.             <width>2</width>
  15.         </LineStyle>
  16.     </Style>
  17.     <StyleMap id="inline1">
  18.         <Pair>
  19.             <key>normal</key>
  20.             <styleUrl>#inline</styleUrl>
  21.         </Pair>
  22.         <Pair>
  23.             <key>highlight</key>
  24.             <styleUrl>#inline0</styleUrl>
  25.         </Pair>
  26.     </StyleMap>
  27.     <Placemark>
  28.         <name>Comet Bennet Tail 1970 Measure</name>
  29.         <description><![CDATA[<a href="http://www.flickr.com/photos/auraluu/8611400844/in/photostream/">http://www.flickr.com/photos/auraluu/8611400844/in/photostream/</a>]]></description>
  30.         <LookAt>
  31.             <longitude>153.5609649238412</longitude>
  32.             <latitude>26.31236365402999</latitude>
  33.             <altitude>0</altitude>
  34.             <heading>69.63736685064127</heading>
  35.             <tilt>0</tilt>
  36.             <range>1063082.528294598</range>
  37.             <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
  38.         </LookAt>
  39.         <styleUrl>#inline1</styleUrl>
  40.         <LineString>
  41.             <tessellate>1</tessellate>
  42.             <coordinates>
  43.                 157.9047633764318,26.36650796852307,0 145.6213807889967,28.47211889009578,-7.081154781429788e-10
  44.             </coordinates>
  45.         </LineString>
  46.     </Placemark>
  47. </Document>
  48. </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement