| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <kml xmlns="http://earth.google.com/kml/2.2"> |
|---|
| 3 | <Document> |
|---|
| 4 | <name>Untitled Placemark.kml</name> |
|---|
| 5 | <StyleMap id="msn_ylw-pushpin"> |
|---|
| 6 | <Pair> |
|---|
| 7 | <key>normal</key> |
|---|
| 8 | <styleUrl>#sn_ylw-pushpin</styleUrl> |
|---|
| 9 | </Pair> |
|---|
| 10 | <Pair> |
|---|
| 11 | <key>highlight</key> |
|---|
| 12 | <styleUrl>#sh_ylw-pushpin</styleUrl> |
|---|
| 13 | </Pair> |
|---|
| 14 | </StyleMap> |
|---|
| 15 | <Style id="sn_ylw-pushpin"> |
|---|
| 16 | <IconStyle> |
|---|
| 17 | <scale>1.1</scale> |
|---|
| 18 | <Icon> |
|---|
| 19 | <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> |
|---|
| 20 | </Icon> |
|---|
| 21 | <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> |
|---|
| 22 | </IconStyle> |
|---|
| 23 | </Style> |
|---|
| 24 | <Style id="sh_ylw-pushpin"> |
|---|
| 25 | <IconStyle> |
|---|
| 26 | <scale>1.3</scale> |
|---|
| 27 | <Icon> |
|---|
| 28 | <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> |
|---|
| 29 | </Icon> |
|---|
| 30 | <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> |
|---|
| 31 | </IconStyle> |
|---|
| 32 | </Style> |
|---|
| 33 | <Placemark> |
|---|
| 34 | <name>Untitled Placemark</name> |
|---|
| 35 | <LookAt> |
|---|
| 36 | <longitude>44.81292141238404</longitude> |
|---|
| 37 | <latitude>41.69001380132651</latitude> |
|---|
| 38 | <altitude>0</altitude> |
|---|
| 39 | <range>1004.596816129167</range> |
|---|
| 40 | <tilt>0</tilt> |
|---|
| 41 | <heading>0.01325375522772943</heading> |
|---|
| 42 | <altitudeMode>relativeToGround</altitudeMode> |
|---|
| 43 | </LookAt> |
|---|
| 44 | <styleUrl>#msn_ylw-pushpin</styleUrl> |
|---|
| 45 | <Point> |
|---|
| 46 | <coordinates>44.81417769643076,41.68996846873755,0</coordinates> |
|---|
| 47 | </Point> |
|---|
| 48 | </Placemark> |
|---|
| 49 | </Document> |
|---|
| 50 | </kml> |
|---|