| 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>Placemark Folder.kml</name>
|
|---|
| 5 | <Style id="sn_red-pushpin">
|
|---|
| 6 | <IconStyle>
|
|---|
| 7 | <scale>1.1</scale>
|
|---|
| 8 | <Icon>
|
|---|
| 9 | <href>http://maps.google.com/mapfiles/kml/pushpin/red-pushpin.png</href>
|
|---|
| 10 | </Icon>
|
|---|
| 11 | <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
|
|---|
| 12 | </IconStyle>
|
|---|
| 13 | <LabelStyle>
|
|---|
| 14 | <scale>0.7</scale>
|
|---|
| 15 | </LabelStyle>
|
|---|
| 16 | <BalloonStyle>
|
|---|
| 17 | </BalloonStyle>
|
|---|
| 18 | <ListStyle>
|
|---|
| 19 | </ListStyle>
|
|---|
| 20 | </Style>
|
|---|
| 21 | <StyleMap id="msn_red-pushpin">
|
|---|
| 22 | <Pair>
|
|---|
| 23 | <key>normal</key>
|
|---|
| 24 | <styleUrl>#sn_red-pushpin</styleUrl>
|
|---|
| 25 | </Pair>
|
|---|
| 26 | <Pair>
|
|---|
| 27 | <key>highlight</key>
|
|---|
| 28 | <styleUrl>#sh_red-pushpin</styleUrl>
|
|---|
| 29 | </Pair>
|
|---|
| 30 | </StyleMap>
|
|---|
| 31 | <Style id="sh_red-pushpin">
|
|---|
| 32 | <IconStyle>
|
|---|
| 33 | <scale>1.3</scale>
|
|---|
| 34 | <Icon>
|
|---|
| 35 | <href>http://maps.google.com/mapfiles/kml/pushpin/red-pushpin.png</href>
|
|---|
| 36 | </Icon>
|
|---|
| 37 | <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
|
|---|
| 38 | </IconStyle>
|
|---|
| 39 | <LabelStyle>
|
|---|
| 40 | <scale>0.7</scale>
|
|---|
| 41 | </LabelStyle>
|
|---|
| 42 | <BalloonStyle>
|
|---|
| 43 | </BalloonStyle>
|
|---|
| 44 | <ListStyle>
|
|---|
| 45 | </ListStyle>
|
|---|
| 46 | </Style>
|
|---|
| 47 | <Folder>
|
|---|
| 48 | <name>Placemark Folder</name>
|
|---|
| 49 | <open>1</open>
|
|---|
| 50 | <Style>
|
|---|
| 51 | <ListStyle>
|
|---|
| 52 | <listItemType>check</listItemType>
|
|---|
| 53 | <bgColor>00ffffff</bgColor>
|
|---|
| 54 | <maxSnippetLines>2</maxSnippetLines>
|
|---|
| 55 | </ListStyle>
|
|---|
| 56 | </Style>
|
|---|
| 57 | <Placemark>
|
|---|
| 58 | <name>Name of Placemark</name>
|
|---|
| 59 | <description>Description area of placemark</description>
|
|---|
| 60 | <LookAt>
|
|---|
| 61 | <longitude>-59.94915631375732</longitude>
|
|---|
| 62 | <latitude>43.89098518943388</latitude>
|
|---|
| 63 | <altitude>0</altitude>
|
|---|
| 64 | <heading>2.077966807357814</heading>
|
|---|
| 65 | <tilt>0.7667676148757256</tilt>
|
|---|
| 66 | <range>24345.11805195619</range>
|
|---|
| 67 | <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
|
|---|
| 68 | </LookAt>
|
|---|
| 69 | <styleUrl>#msn_red-pushpin</styleUrl>
|
|---|
| 70 | <Point>
|
|---|
| 71 | <gx:drawOrder>1</gx:drawOrder>
|
|---|
| 72 | <coordinates>-59.9461145994711,43.92977957160417,0</coordinates>
|
|---|
| 73 | </Point>
|
|---|
| 74 | </Placemark>
|
|---|
| 75 | <Placemark>
|
|---|
| 76 | <name>Neighbor Placemark</name>
|
|---|
| 77 | <description>Neighbor placemark description</description>
|
|---|
| 78 | <LookAt>
|
|---|
| 79 | <longitude>-59.94915631375732</longitude>
|
|---|
| 80 | <latitude>43.89098518943388</latitude>
|
|---|
| 81 | <altitude>0</altitude>
|
|---|
| 82 | <heading>2.077966807357814</heading>
|
|---|
| 83 | <tilt>0.7667676148757256</tilt>
|
|---|
| 84 | <range>24345.11805195619</range>
|
|---|
| 85 | <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
|
|---|
| 86 | </LookAt>
|
|---|
| 87 | <styleUrl>#msn_red-pushpin</styleUrl>
|
|---|
| 88 | <Point>
|
|---|
| 89 | <gx:drawOrder>1</gx:drawOrder>
|
|---|
| 90 | <coordinates>-59.8920235102083,43.92916371916061,0</coordinates>
|
|---|
| 91 | </Point>
|
|---|
| 92 | </Placemark>
|
|---|
| 93 | </Folder>
|
|---|
| 94 | </Document>
|
|---|
| 95 | </kml>
|
|---|