-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShahed 1.kml
62 lines (62 loc) · 3.85 KB
/
Shahed 1.kml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<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">
<Document>
<name>map (2).kml</name>
<StyleMap id="m_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl</styleUrl>
</Pair>
</StyleMap>
<Style id="s_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff08caff</color>
<width>4.2</width>
</LineStyle>
<PolyStyle>
<color>362ee0ff</color>
</PolyStyle>
</Style>
<Style id="s_ylw-pushpin_hl">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff08caff</color>
<width>4.2</width>
</LineStyle>
<PolyStyle>
<color>362ee0ff</color>
</PolyStyle>
</Style>
<Placemark>
<styleUrl>#m_ylw-pushpin</styleUrl>
<ExtendedData>
</ExtendedData>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
33.48444263453674,54.7877639272421,0 31.95979893740683,54.73549088544478,0 30.4604137422535,54.57957585940195,0 29.01051272735139,54.32268953650129,0 27.63236067131449,53.96914917835389,0 26.34552334528004,53.52473365410353,0 25.16637119315762,52.99645291015166,0 24.10783834524485,52.39229363951211,0 23.17941633214535,51.72096182225875,0 22.38733793436936,50.99163911947228,0 21.73489509124139,50.21376504571222,0 21.22283440099158,49.39685159820738,0 20.8497811542931,48.55033244438153,0 20.6126542667241,47.68344531599882,0 20.50704673170119,46.80514402624948,0 20.52755720172996,45.92403537734072,0 20.66806698683026,45.04833590930726,0 20.92196290537075,44.18584368476866,0 21.28231029106303,43.34392087314164,0 21.74198252422635,42.52948361239469,0 22.29375422566024,41.74899636597299,0 22.93036517619293,41.00846868466286,0 23.64456145377063,40.31345289108974,0 24.42911946142032,39.66904171482729,0 25.27685761652798,39.07986531910952,0 26.18063958266053,38.55008748328327,0 27.1333721024835,38.08340094854873,0 28.12799975803884,37.68302210865512,0 29.15749834957969,37.35168534167006,0 30.21486804434719,37.09163734219993,0 31.29312699658191,36.90463183296184,0 32.38530577357984,36.7919250171664,0 33.48444263453674,36.7542720852136,0 34.58357949549364,36.7919250171664,0 35.67575827249158,36.90463183296184,0 36.7540172247263,37.09163734219993,0 37.81138691949379,37.35168534167006,0 38.84088551103465,37.68302210865512,0 39.83551316659,38.08340094854873,0 40.78824568641296,38.55008748328327,0 41.69202765254551,39.07986531910952,0 42.53976580765318,39.66904171482731,0 43.32432381530284,40.31345289108973,0 44.03852009288056,41.00846868466285,0 44.67513104341324,41.74899636597299,0 45.22690274484714,42.52948361239469,0 45.68657497801045,43.34392087314163,0 46.04692236370274,44.18584368476866,0 46.30081828224323,45.04833590930726,0 46.44132806734353,45.92403537734072,0 46.46183853737229,46.80514402624948,0 46.35623100234939,47.68344531599882,0 46.11910411478037,48.55033244438153,0 45.74605086808189,49.39685159820738,0 45.23399017783211,50.21376504571222,0 44.58154733470414,50.99163911947228,0 43.78946893692814,51.72096182225875,0 42.86104692382865,52.3922936395121,0 41.80251407591587,52.99645291015166,0 40.62336192379347,53.52473365410353,0 39.336524597759,53.96914917835389,0 37.95837254172212,54.32268953650129,0 36.50847152682,54.57957585940195,0 35.00908633166666,54.73549088544478,0 33.48444263453674,54.7877639272421,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>